Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-08-07 | 2.6 kB | |
v0.10.0 source code.tar.gz | 2023-08-07 | 611.6 kB | |
v0.10.0 source code.zip | 2023-08-07 | 618.7 kB | |
Totals: 3 Items | 1.2 MB | 0 |
What's changed?
- 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
- Improved the YouTube Music track weighing logic, we should get 30% more accurate results. https://github.com/miraclx/freyr-js/pull/472
- Freyr now supports paginated track artists. https://github.com/miraclx/freyr-js/pull/471
- Accented words like
Solidarité
now get properly normalized, helping more accurate lookups. https://github.com/miraclx/freyr-js/pull/473 - Fix bug with Apple Music & Deezer URI parser. https://github.com/miraclx/freyr-js/pull/403, https://github.com/miraclx/freyr-js/pull/549
- Freyr now treats binaries in
bins/{posix,windows}
as being of higher priority than those inPATH
. https://github.com/miraclx/freyr-js/pull/474 - Freyr now properly handles tracks that have no copyright information. https://github.com/miraclx/freyr-js/pull/467
- Freyr now properly checks the base dir instead of the current working dir for existing tracks. https://github.com/miraclx/freyr-js/pull/527
- Updated logic for extracting source feeds from yt-dlp's response. https://github.com/miraclx/freyr-js/pull/515
- 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
- Allow overriding the atomicparsley binary used with the
ATOMIC_PARSLEY_PATH
environment variable. https://github.com/miraclx/freyr-js/pull/475 - Updated
AtomicParsley
in the Docker images, fixing a class of errors. https://github.com/miraclx/freyr-js/pull/476 - Ignore yt-dlp warnings that could cause hard errors when parsing its response. https://github.com/miraclx/freyr-js/pull/511
- Fixed YouTube accuracy calculation. https://github.com/miraclx/freyr-js/pull/509, https://github.com/miraclx/freyr-js/pull/510
Full Changelog: https://github.com/miraclx/freyr-js/compare/v0.9.0...v0.10.0