Skip to content

Releases: agersant/polaris

Polaris 0.15.0

05 Feb 08:09
Compare
Choose a tag to compare

Release notes are documented in CHANGELOG.md

Polaris 0.14.3

29 Sep 21:43
96d58a2
Compare
Choose a tag to compare

Release notes are documented in CHANGELOG.md

Polaris 0.14.2

14 Mar 02:33
Compare
Choose a tag to compare

Release notes are documented in CHANGELOG.md

Polaris 0.14.1

03 Feb 04:36
Compare
Choose a tag to compare

Release notes are documented in CHANGELOG.md

Polaris 0.14.0

25 Nov 04:47
Compare
Choose a tag to compare

Release notes are now documented in CHANGELOG.md

Polaris 0.13.5

25 Apr 05:41
Compare
Choose a tag to compare

Server

  • Added support for AIFF and WAVE files (thanks @gahag)

Web Client

  • Improved performance when scrolling large playlists
  • Fixed display and playback issues when a song was used multiple times in a playlist
  • Playlist duration can now display number of days
  • Fixed a bug where the playlist panel could have blank space in very tall browser windows
  • Major dependencies updates

Polaris 0.13.4

05 Jan 04:22
Compare
Choose a tag to compare

Server

Adjustments to logging behavior.

On Linux:

  • Running without -f emits a log file
  • Running with -f and no --log option does not emit a log file
  • Running with -f and --log option emits a log file

On Windows:

  • Running with UI feature (polaris.exe in releases) emits a log file
  • Running without UI feature (polaris-cli.exe in releases) and no --log option does not emit a log file
  • Running without UI feature (polaris-cli.exe in releases) and --log option emits a log file

Polaris 0.13.3

31 Dec 07:31
382681c
Compare
Choose a tag to compare

Server

  • Fixed a bug where music that is no longer on disk was still considered in the collection, even after re-indexing
  • On Windows, Polaris now creates a log file
  • On Linux, Polaris now creates a log file, even when running with the -f option

Polaris 0.13.2

29 Dec 03:11
Compare
Choose a tag to compare

Web client

  • Fixed a bug where it was not possible to view or edit which users have administrator rights
  • Fixed a bug where, in some cases, drag and dropping a specific disc from an album would not queue the entire disc

Polaris 0.13.1

27 Dec 08:35
Compare
Choose a tag to compare

Server

Fixed a bug where the Windows installer would create unusable installations. #122