Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.
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: ellsclytn/nofi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: ellsclytn/nofi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.2
Choose a head ref
  • 9 commits
  • 6 files changed
  • 2 contributors

Commits on Jul 15, 2023

  1. Configuration menu
    Copy the full SHA
    ce9a1a8 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump rust-embed from 6.7.0 to 6.8.1

    Bumps [rust-embed](https://github.com/pyros2097/rust-embed) from 6.7.0 to 6.8.1.
    - [Changelog](https://github.com/pyrossh/rust-embed/blob/master/changelog.md)
    - [Commits](https://github.com/pyros2097/rust-embed/commits)
    
    ---
    updated-dependencies:
    - dependency-name: rust-embed
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and ellsclytn committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    f1a6a7f View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump toml from 0.7.5 to 0.7.6

    Bumps [toml](https://github.com/toml-rs/toml) from 0.7.5 to 0.7.6.
    - [Commits](toml-rs/toml@toml-v0.7.5...toml-v0.7.6)
    
    ---
    updated-dependencies:
    - dependency-name: toml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and ellsclytn committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    fbff756 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump regex from 1.8.4 to 1.9.1

    Bumps [regex](https://github.com/rust-lang/regex) from 1.8.4 to 1.9.1.
    - [Release notes](https://github.com/rust-lang/regex/releases)
    - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/regex@1.8.4...1.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: regex
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and ellsclytn committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    4e10ef5 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump thiserror from 1.0.40 to 1.0.43

    Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.40 to 1.0.43.
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.40...1.0.43)
    
    ---
    updated-dependencies:
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and ellsclytn committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    f954d38 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump serde from 1.0.164 to 1.0.171

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.164 to 1.0.171.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.164...v1.0.171)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and ellsclytn committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    9d75e35 View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump serde_json from 1.0.99 to 1.0.102

    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.99 to 1.0.102.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.99...v1.0.102)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and ellsclytn committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    e2d5538 View commit details
    Browse the repository at this point in the history
  8. fix(socket): fix Rofi blocking socket updates

    Rofi was being initiated by the main thread, which meant notification
    updates were blocked until Rofi closed. Moving Rofi into its own thread
    ensures notification counts can update while Rofi is open.
    ellsclytn committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    72035bc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    39281ae View commit details
    Browse the repository at this point in the history
Loading