Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: darrenburns/elia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.8.0
Choose a base ref
...
head repository: darrenburns/elia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.9.0
Choose a head ref
  • 12 commits
  • 13 files changed
  • 4 contributors

Commits on May 22, 2024

  1. Fix datetime timezone reference and improve asynchronous handling

    - Corrected datetime.UTC to datetime.timezone.utc for accurate timezone reference
    - Ensured use of 'await' with 'push_screen' and 'pop_screen' methods for proper async behavior
    - Improved formatting and comments for clarity and readability
    CharlesCNorton committed May 22, 2024
    Configuration menu
    Copy the full SHA
    86893f7 View commit details
    Browse the repository at this point in the history
  2. Fix async handling and improve CLI functionality

    - Ensured proper handling of asynchronous functions within Click commands using `asyncio.run()`
    - Added missing imports and components to maintain full functionality
    - Verified correct use of `asyncio.run()` to avoid potential blocking issues in the event loop
    - Enhanced code clarity and maintainability
    CharlesCNorton committed May 22, 2024
    Configuration menu
    Copy the full SHA
    060d235 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    173a220 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Switch to uv

    darrenburns committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    2e055df View commit details
    Browse the repository at this point in the history
  2. Merge pull request #74 from seapagan/fix-no-clipboard-error

    Cleanly handle exception if no clipboard mechanism is installed
    darrenburns authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    c8ade45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d21f7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70763d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8385420 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f43e56e View commit details
    Browse the repository at this point in the history
  7. Remove old CSS

    darrenburns committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    7c3864f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #78 from darrenburns/8sep-improvements

    8sep improvements
    darrenburns authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    61ef601 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #44 from CharlesCNorton/main

    Fix datetime timezone reference and improve asynchronous handling
    darrenburns authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    6bbd438 View commit details
    Browse the repository at this point in the history
Loading