8000 Comparing v0.11.1...v0.11.2 · hrkfdn/ncspot · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: hrkfdn/ncspot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.1
Choose a base ref
...
head repository: hrkfdn/ncspot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.2
Choose a head ref
  • 11 commits
  • 15 files changed
  • 4 contributors

Commits on Sep 20, 2022

  1. Improve context menus to make the UX/UI more consistent (#923)

    * Add save option to context menu of all possible ListItems
    
    * Add play options to context menus
    
    * Fix for playlists and tracks
    
    * Move playback controls into main menu
    ThomasFrans authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    0eedc38 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Cleanup: Remove PlayTrackMenu

    PlayTrackMenu was used before the refactor of the contextmenus. I forgot
    to clean up the struct before making the commit since rustc didn't
    complain. Just cleaning up my mistakes ;)
    ThomasFrans authored and hrkfdn committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    be7ed20 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Fix: fixes a bug that crashed ncspot.

    Like mentioned in the corresponding issue by ayushjaipuriyar, ncspot
    would crash when the queue was empty, shuffled, and played. This commit
    fixes that, together with some minor clippy fixes.
    ThomasFrans authored and hrkfdn committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    655d663 View commit details
    Browse the repository at this point in the history
  2. cargo update

    hrkfdn committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    9464c3d View commit details
    Browse the repository at this point in the history
  3. Upgrade to Clap v4

    hrkfdn committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    c2ab691 View commit details
    Browse the repository at this point in the history
  4. Bump wl-clipboard-rs from 0.6.0 to 0.7.0

    Bumps [wl-clipboard-rs](https://github.com/YaLTeR/wl-clipboard-rs) from 0.6.0 to 0.7.0.
    - [Release notes](https://github.com/YaLTeR/wl-clipboard-rs/releases)
    - [Changelog](https://github.com/YaLTeR/wl-clipboard-rs/blob/master/CHANGELOG.md)
    - [Commits](YaLTeR/wl-clipboard-rs@v0.6.0...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: wl-clipboard-rs
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and hrkfdn committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    222b41c View commit details
    Browse the repository at this point in the history
  5. Exit gracefully on SIGTERM

    * Exit gracefully on `SIGTERM`
    
    Save current state and close ncspot on `SIGTERM`
    
    Fixes #948
    
    * Disable signal handling on non-UNIX platforms
    hrkfdn authored Oct 2, 2022
    Configuration menu
    Copy the full SHA
    b1f1c20 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Save current state on SIGHUP as well

    Fixes #948
    hrkfdn committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    5dcbc18 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. cargo update

    hrkfdn committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    bcd51ee View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. cargo update

    hrkfdn committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    03ffbbc View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.11.2

    hrkfdn committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    05d221a View commit details
    Browse the repository at this point in the history
Loading
0