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
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
-
- Fix bug with Apple Music's URI parser. <https://github.com/miraclx/freyr-js/pull/403>
10
+
## [0.10.0] - 2023-08-08
11
+
12
+
- Changed Spotify credentials, introduced migrations to mitigate any complications. <https://github.com/miraclx/freyr-js/pull/454>, <https://github.com/miraclx/freyr-js/pull/470>, <https://github.com/miraclx/freyr-js/pull/526>
13
+
- Improved the YouTube Music track weighing logic, we should get 30% more accurate results. <https://github.com/miraclx/freyr-js/pull/472>
14
+
- Freyr now supports paginated track artists. <https://github.com/miraclx/freyr-js/pull/471>
15
+
- Accented words like `Solidarité` now get properly normalized, helping more accurate lookups. <https://github.com/miraclx/freyr-js/pull/473>
16
+
- Fix bug with Apple Music & Deezer URI parser. <https://github.com/miraclx/freyr-js/pull/403>, <https://github.com/miraclx/freyr-js/pull/549>
17
+
- Freyr now treats binaries in `bins/{posix,windows}` as being of higher priority than those in `PATH`. <https://github.com/miraclx/freyr-js/pull/474>
18
+
- Freyr now properly handles tracks that have no copyright information. <https://github.com/miraclx/freyr-js/pull/467>
19
+
- Freyr now properly checks the base dir instead of the current working dir for existing tracks. <https://github.com/miraclx/freyr-js/pull/527>
20
+
- Updated logic for extracting source feeds from yt-dlp's response. <https://github.com/miraclx/freyr-js/pull/515>
21
+
- Freyr now auto-disables the progress bar when it detects the absence of a compatible TTY, avoiding errors wherever possible. <https://github.com/miraclx/freyr-js/pull/506>
22
+
- Allow overriding the atomicparsley binary used with the `ATOMIC_PARSLEY_PATH` environment variable. <https://github.com/miraclx/freyr-js/pull/475>
23
+
- Updated `AtomicParsley` in the Docker images, fixing a class of errors. <https://github.com/miraclx/freyr-js/pull/476>
24
+
- Ignore yt-dlp warnings that could cause hard errors when parsing its response. <https://github.com/miraclx/freyr-js/pull/511>
0 commit comments