Skip to content

Releases: hrkfdn/ncspot

0.9.3

10 Dec 11:21
4f7af0e
Compare
Choose a tag to compare

Maintenance

  • Fixed MPRIS OpenUri function not respecting ncspot's shuffle setting (#662)
  • Fix README links (#665)
  • Fix queuing of playlists causing "play next" to be broken (#667)
  • Run CI on Linux/macOS/Windows (#669)

Features

  • Added Wayland clipboard support (#666)
  • Added jumpnext and jumpprevious as commands (#668)

0.9.2

30 Nov 19:47
2551cd9
Compare
Choose a tag to compare

Maintenance

  • Fix crash when saving track or opening similar tracks (#661)

Features

  • Introduce cache file format version indicator. Will reload cache when file format had breaking changes.

0.9.1

29 Nov 22:13
dbd8ca9
Compare
Choose a tag to compare

⚠️ This release crashes when saving tracks or opening track recommendations, please update to 0.9.2 (#661)

Mostly a maintenance release. However, due to the migration to rspotify's new API in 0.11.x many parts of the codebase had to be adapted.

Maintenance

Features

  • Show playlist owner name (#652)
  • Improve README (logo, TOC, layout, syntax) (#644)

0.9.0

15 Oct 15:50
25505be
Compare
Choose a tag to compare

Maintenance

  • Sort library after saving an album (#428)
  • Add scoop instruction for installation (#602)
  • Update librespot to 0.3.0, see also release notes

Features

  • Add command to show recommendations (#593)
  • Enable binding multiple commands to a key (#598)
  • Add "Share album" contextmenu entry (#606)
  • Add redraw command and bind to CTRL+L (#609)
  • Add initial_screen config variable (#616)
  • Add userRating entity to MPRIS metadata, with 0 and 1 corresponding to unliked/liked in Spotify (#624)

0.8.2

28 Aug 17:33
01ca743
Compare
Choose a tag to compare

Maintenance

  • Add Windows release builds (#573)
  • Reduce API calls by only fetching the full track details if necessary
  • Refactoring, other cleanups and dependency updates
  • Remove broken Facebook login code (#310)

Features

  • Scrolling on volume text increases/decreases volume (#576)

0.8.1

27 Jul 21:07
8ea0f74
Compare
Choose a tag to compare

Release 0.8.0 had a minor bug which could result in a compilation error for non-default build configurations, e.g. if notifications are disabled.

0.8.1 fixes this.

0.8.0

27 Jul 20:37
51e8fc7
Compare
Choose a tag to compare

Maintenance

  • Show album art when playing 'similar tracks' (#354)
  • Don't panic if user quits login process (#479)
  • Handle commands (e.g. h, j, k l) in select artist modal (#560)

Features

  • Make command key configurable (#487)
  • Add album cover to notification (#563)
  • Add command line flag for custom config filename (#565)

0.7.3

31 May 13:55
855b52f
Compare
Choose a tag to compare

Maintenance

  • Fix connection issues by enabling the AP resolver in librespot (#535)
  • Bump reqwest form 0.9 to 0.11 (#538 #539)
  • Fix nerdfont pause/stop glyphs (#540)

0.7.2

28 May 07:48
Compare
Choose a tag to compare

Maintenance

  • Fix compilation of cover feature (#534)
  • Handle expired sessions without panicking (#536)
  • Third party dependency updates

0.7.1

14 May 15:55
88400fa
Compare
Choose a tag to compare

Maintenance

  • Fix build of cover feature
  • Revert to old status indicator behavior and add configuration setting (#511)
  • Fix volume normalization (#525)