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.3
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.4
Choose a head ref
  • 7 commits
  • 4 files changed
  • 2 contributors

Commits on Aug 15, 2023

  1. fix: avoid panic on notifications access

    Sometimes an index out of bounds error would occur due to attempting to
    access a notification at an index where there is no notification. The
    cause it not currently known (which is why additional error output has
    been made), but guarding against the behaviour will at least ensure the
    application doesn't end up with a poisoned lock, preventing Rofi from
    opening again.
    
    ```
    thread '<unnamed>' panicked at 'index out of bounds: the len is 8 but the index is 8', src/rofi.rs:63:33
    ```
    ellsclytn committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    f02c298 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. chore(deps): bump xdg from 2.5.0 to 2.5.2

    Bumps [xdg](https://github.com/whitequark/rust-xdg) from 2.5.0 to 2.5.2.
    - [Commits](whitequark/rust-xdg@v2.5.0...v2.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: xdg
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and ellsclytn committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    2544d92 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump regex from 1.9.1 to 1.9.3

    Bumps [regex](https://github.com/rust-lang/regex) from 1.9.1 to 1.9.3.
    - [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.9.1...1.9.3)
    
    ---
    updated-dependencies:
    - dependency-name: regex
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and ellsclytn committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    815657a View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump serde_json from 1.0.103 to 1.0.105

    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.103 to 1.0.105.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.103...v1.0.105)
    
    ---
    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 Aug 19, 2023
    Configuration menu
    Copy the full SHA
    ffc9382 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump thiserror from 1.0.44 to 1.0.47

    Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.44 to 1.0.47.
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.44...1.0.47)
    
    ---
    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 Aug 19, 2023
    Configuration menu
    Copy the full SHA
    4186c66 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump serde from 1.0.174 to 1.0.179

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.174 to 1.0.179.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.174...v1.0.179)
    
    ---
    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 Aug 19, 2023
    Configuration menu
    Copy the full SHA
    e898c19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97a810f View commit details
    Browse the repository at this point in the history
Loading