You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.9.0] - 2022-12-18
11
+
10
12
- BREAKING: replaced `-D, --downloader` with `-S, --source`, introduced the `-D, --check-dir` flag. <https://github.com/miraclx/freyr-js/pull/350>
11
13
- BREAKING: replaced the `.downloader.order` entry in the config file with `.downloader.sources`. <https://github.com/miraclx/freyr-js/pull/350>
12
14
- BREAKING: freyr no longer uses the temp directory by default to cache assets. <https://github.com/miraclx/freyr-js/pull/354>
13
15
- BREAKING: freyr now persists the cached assets across runs, this will grow over time, but you can clear it at will. <https://github.com/miraclx/freyr-js/pull/354>
16
+
- Replaced native `ffmpeg` with bundled Wasm version. <https://github.com/miraclx/freyr-js/pull/305>
17
+
- Implemented Apple Music pagination. <https://github.com/miraclx/freyr-js/pull/348>, <https://github.com/miraclx/freyr-js/pull/400>
14
18
- Implemented ability to check for track existence in other directories. <https://github.com/miraclx/freyr-js/pull/350>
15
-
- Persist configuration options in the user config file. <https://github.com/miraclx/freyr-js/pull/353>
- Use correct cover art file extension. <https://github.com/miraclx/freyr-js/pull/311>
21
+
- Simplified the banner to 8-bit instead of the 24-bit truecolor version. <https://github.com/miraclx/freyr-js/pull/309>
22
+
- Add support for Docker Desktop, or generic NAS with Docker support. <https://github.com/miraclx/freyr-js/pull/316>
23
+
- Fix race condition potentially resulting in file corruption when two identical tracks are downloaded at the same time. <https://github.com/miraclx/freyr-js/pull/338>
24
+
- Persist configuration options in the user config file. <https://github.com/miraclx/freyr-js/pull/353>
25
+
- Stripped HTML tags from playlist descriptions. <https://github.com/miraclx/freyr-js/pull/324>
26
+
- Fix `urify` subcommand with Spotify URLs. <https://github.com/miraclx/freyr-js/pull/308>
17
27
- Fix YouTube feed sourcing logic after dependency update. <https://github.com/miraclx/freyr-js/pull/299>
18
-
- Update minimum Node.js version to `v14`. <https://github.com/miraclx/freyr-js/pull/293>
28
+
- Update minimum Node.js version to `v16`. <https://github.com/miraclx/freyr-js/pull/293>, <https://github.com/miraclx/freyr-js/pull/332>, <https://github.com/miraclx/freyr-js/commit/d4ed669b068ad417cdf21b27d42ed2fdccc68544>
19
29
- Remove the temporary image downloaded when an error is detected. <https://github.com/miraclx/freyr-js/commit/5e7f5513bad9fd7366cd5bf562a516584308c74f>
20
30
- Revamp the test runner. <https://github.com/miraclx/freyr-js/pull/303>, <https://github.com/miraclx/freyr-js/pull/304>
0 commit comments