Skip to content

Releases: agersant/polaris

Polaris 0.16.1

Choose a tag to compare

@github-actions github-actions released this 08 May 02:34

Release notes are documented in CHANGELOG.md

Polaris 0.16.0

Choose a tag to compare

@github-actions github-actions released this 05 Mar 06:53

Release notes are documented in CHANGELOG.md

Polaris 0.15.0

Choose a tag to compare

@github-actions github-actions released this 05 Feb 08:09

Release notes are documented in CHANGELOG.md

Polaris 0.14.3

Choose a tag to compare

@github-actions github-actions released this 29 Sep 21:43
96d58a2

Release notes are documented in CHANGELOG.md

Polaris 0.14.2

Choose a tag to compare

@github-actions github-actions released this 14 Mar 02:33

Release notes are documented in CHANGELOG.md

Polaris 0.14.1

Choose a tag to compare

@github-actions github-actions released this 03 Feb 04:36

Release notes are documented in CHANGELOG.md

Polaris 0.14.0

Choose a tag to compare

@github-actions github-actions released this 25 Nov 04:47

Release notes are now documented in CHANGELOG.md

Polaris 0.13.5

Choose a tag to compare

@github-actions github-actions released this 25 Apr 05:41

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

Choose a tag to compare

@github-actions github-actions released this 05 Jan 04:22

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

Choose a tag to compare

@github-actions github-actions released this 31 Dec 07:31
382681c

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