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: python-sdbus/python-sdbus-notifications
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.2
Choose a base ref
...
head repository: python-sdbus/python-sdbus-notifications
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 9 files changed
  • 1 contributor

Commits on Jan 3, 2025

  1. Update notifications interface using recent code generator

    This fixes several issues:
    
    1. Fix `action_invoked` return type. It should be `tuple[int, str]`
       instead of `tuple[int, int]`. (reported by @C0rn3j)
    2. Fix flags and result argument names missing.
    3. Add new `activation_token` signal.
    igo95862 committed Jan 3, 2025
    Configuration menu
    Copy the full SHA
    da3cf67 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2025

  1. Add examples

    Both to documentation and `examples` folder.
    
    1. Simple notification blocking
    2. Simple notification async
    3. Listening to action invoked and notification closed signals.
    igo95862 committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    76816f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    509e7cb View commit details
    Browse the repository at this point in the history
  3. Version 1.0.3

    igo95862 committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    a441944 View commit details
    Browse the repository at this point in the history
Loading