8000 Comparing v0.9.8...v0.10.0 · 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.9.8
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.10.0
Choose a head ref
  • 19 commits
  • 24 files changed
  • 4 contributors

Commits on May 5, 2022

  1. Update dependencies

    hrkfdn committed May 5, 2022
    Configuration menu
    Copy the full SHA
    08811b5 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Bump tokio from 1.18.1 to 1.18.2

    Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.1 to 1.18.2.
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.18.1...tokio-1.18.2)
    
    ---
    updated-dependencies:
    - dependency-name: tokio
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and hrkfdn committed May 9, 2022
    Configuration menu
    Copy the full SHA
    f6f9777 View commit details
    Browse the repository at this point in the history
  2. Bump clap from 3.1.15 to 3.1.17

    Bumps [clap](https://github.com/clap-rs/clap) from 3.1.15 to 3.1.17.
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@v3.1.15...v3.1.17)
    
    ---
    updated-dependencies:
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and hrkfdn committed May 9, 2022
    Configuration menu
    Copy the full SHA
    f931624 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Add option to customize library tabs

    New option is called `library_tabs`. By default all tabs are enabled.
    
    Fixes #798
    hrkfdn committed May 10, 2022
    Configuration menu
    Copy the full SHA
    cef6eb4 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Bump clap from 3.1.17 to 3.1.18

    Bumps [clap](https://github.com/clap-rs/clap) from 3.1.17 to 3.1.18.
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@v3.1.17...v3.1.18)
    
    ---
    updated-dependencies:
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and hrkfdn committed May 11, 2022
    Configuration menu
    Copy the full SHA
    0f7f02d View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. Update dependencies

    hrkfdn committed May 22, 2022
    Configuration menu
    Copy the full SHA
    8fad400 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c41294c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Update to librespot 0.4.1

    Fixes compilation of Rodio backend
    hrkfdn committed May 24, 2022
    Configuration menu
    Copy the full SHA
    0063697 View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.10.0

    hrkfdn committed May 24, 2022
    10000
    Configuration menu
    Copy the full SHA
    0e50466 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. Add track_format config option (#800)

    * Added track_name_first config option to allow choosing if artists' names should be shown before or after the track name.
    
    * Added active_fields config option, which allows configuration of which columns are visible in Queue/Library view.
    This also removes the need for a separate track_name_first and album_column option.
    
    * Fixed README
    
    * Made custom tracklist formatting more flexible.
    Updated readme with new instructions.
    Reformatted impl member order to match the definitions in traits.rs.
    
    * Added track_name_first config option to allow choosing if artists' names should be shown before or after the track name.
    
    * Added active_fields config option, which allows configuration of which columns are visible in Queue/Library view.
    This also removes the need for a separate track_name_first and album_column option.
    
    * Fixed README
    
    * Made custom tracklist formatting more flexible.
    Updated readme with new instructions.
    Reformatted impl member order to match the definitions in traits.rs.
    
    * Fetch formatting config from library config
    
    Instead of the lazy static mutex
    
    * Moved custom format function to Playable impl as it's a better location to handle both Tracks and Episodes
    
    * Rename from `tracklist_formatting` to `track_format`
    
    Also shorten `format_{left|center|right}` to `{left|center|right}`
    
    Co-authored-by: Henrik Friedrichsen <henrik@affekt.org>
    Bettehem and hrkfdn committed May 28, 2022
    Configuration menu
    Copy the full SHA
    f745032 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Dependency updates

    hrkfdn committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    58e2436 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. Add desktop entry & notification icon hint (#822)

    * Add desktop entry & notification icon hint
    
    * Fix build for non-linux
    
    * Set notification priority with hints
    cyqsimon authored Jun 5, 2022
    Configuration menu
    Copy the full SHA
    2e8f37e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Bump tokio from 1.18.2 to 1.19.1

    Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.2 to 1.19.1.
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.18.2...tokio-1.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: tokio
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and hrkfdn committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    ae5073a View commit details
    Browse the repository at this point in the history
  2. Bump tokio-stream from 0.1.8 to 0.1.9

    Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.8 to 0.1.9.
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-stream-0.1.8...tok
    10000
    io-stream-0.1.9)
    
    ---
    updated-dependencies:
    - dependency-name: tokio-stream
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and hrkfdn committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    9082557 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. cargo update

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

Commits on Jun 8, 2022

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

Commits on Jun 10, 2022

  1. Fix some errors and warnings when enabling/disabling features (#821)

    * Fix E&Ws when enabling features
    
    * `share_clipboard` feature can be disabled more cleanly
    
    * `notify` feature can be disabled more cleanly
    cyqsimon authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    fefbd41 View commit details
    Browse the repository at this point in the history
  2. cargo update

    hrkfdn committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    7b2e3b0 View commit details
    Browse the repository at this point in the history
Loading
0