Releases: agersant/polaris
Releases · agersant/polaris
Polaris 0.15.0
Release notes are documented in CHANGELOG.md
Polaris 0.14.3
Release notes are documented in CHANGELOG.md
Polaris 0.14.2
Release notes are documented in CHANGELOG.md
Polaris 0.14.1
Release notes are documented in CHANGELOG.md
Polaris 0.14.0
Release notes are now documented in CHANGELOG.md
Polaris 0.13.5
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
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
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
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
Server
Fixed a bug where the Windows installer would create unusable installations. #122