Skip to content

Commit

Permalink
Mention migration process in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
agersant committed Jan 10, 2025
1 parent bf775eb commit cfc848b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
- Added support for multi-value metadata for the following song fields: `artist`, `album artist`, `composer`, `genre`, `label` and `lyricist`.
- Added support for structured search query syntax.
- Added capability to extract audio waveform data.
- Configuration data (user credentials, music directories, etc.) is now stored in a plain-text file ([documentation](docs/CONFIGURATION.md)).
- Configuration data (user credentials, music directories, etc.) is now stored in a plain-text file which Polaris can read and write to.
- ⚠️ The configuration format is now ([documented](docs/CONFIGURATION.md)) and slightly simpler than in previous versions.
- Persistent data, such as playlists, is now saved in a directory that may be configured with the `--data` CLI option or the `POLARIS_DATA_DIR` environment variable.
- ⚠️ Upon first launch, configuration data and playlists will be migrated from the Polaris 0.14.0 database into their new homes. The database will be deleted automatically. This migration functionality will be removed in future Polaris versions.
- Collection scans are now automatically triggered when configuration changes or files are added/removed.
- Dynamic DNS now works with any provider that supports updates over HTTP, not just YDNS.
- Removed last.fm integration due to maintenance concerns (abandoned libraries, broken account linking) and mismatch with project goals.
- ⚠️ Dynamic DNS now works with any provider that supports updates over HTTP without header-based auth. This means YDNS is no longer an option, and you need to input a new URL for DDNS updates.
- ⚠️ Removed last.fm integration due to maintenance concerns (abandoned libraries, broken account linking) and mismatch with project goals.
- Removed periodic collection scans.

### Web client
Expand Down

0 comments on commit cfc848b

Please sign in to comment.