Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-12-17 | 3.2 kB | |
v0.9.0 source code.tar.gz | 2022-12-17 | 602.6 kB | |
v0.9.0 source code.zip | 2022-12-17 | 610.1 kB | |
Totals: 3 Items | 1.2 MB | 0 |
What's changed?
- BREAKING: replaced
-D, --downloader
with-S, --source
, introduced the-D, --check-dir
flag. https://github.com/miraclx/freyr-js/pull/350 - BREAKING: replaced the
.downloader.order
entry in the config file with.downloader.sources
. https://github.com/miraclx/freyr-js/pull/350 - BREAKING: freyr no longer uses the temp directory by default to cache assets. https://github.com/miraclx/freyr-js/pull/354
- 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
- Replaced native
ffmpeg
with bundled Wasm version. https://github.com/miraclx/freyr-js/pull/305 - Implemented Apple Music pagination. https://github.com/miraclx/freyr-js/pull/348, https://github.com/miraclx/freyr-js/pull/400
- Implemented ability to check for track existence in other directories. https://github.com/miraclx/freyr-js/pull/350
- Allow excluding download sources. https://github.com/miraclx/freyr-js/pull/355
- Use correct cover art file extension. https://github.com/miraclx/freyr-js/pull/311
- Simplified the banner to 8-bit instead of the 24-bit truecolor version. https://github.com/miraclx/freyr-js/pull/309
- Add support for Docker Desktop, or generic NAS with Docker support. https://github.com/miraclx/freyr-js/pull/316
- 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
- Persist configuration options in the user config file. https://github.com/miraclx/freyr-js/pull/353
- Stripped HTML tags from playlist descriptions. https://github.com/miraclx/freyr-js/pull/324
- Fix
urify
subcommand with Spotify URLs. https://github.com/miraclx/freyr-js/pull/308 - Fix YouTube feed sourcing logic after dependency update. https://github.com/miraclx/freyr-js/pull/299
- 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 - Remove the temporary image downloaded when an error is detected. https://github.com/miraclx/freyr-js/commit/5e7f5513bad9fd7366cd5bf562a516584308c74f
- Revamp the test runner. https://github.com/miraclx/freyr-js/pull/303, https://github.com/miraclx/freyr-js/pull/304
- Removed unimplemented features. https://github.com/miraclx/freyr-js/pull/368
- Updated Apple Music access token. https://github.com/miraclx/freyr-js/pull/399
Full Changelog: https://github.com/miraclx/freyr-js/compare/v0.8.1...v0.9.0