Skip to content

Commit cdedfda

Browse files
authored
chore: version to 0.9.0 (#401)
1 parent df572be commit cdedfda

File tree

4 files changed

+23
-10
lines changed

4 files changed

+23
-10
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.9.0] - 2022-12-18
11+
1012
- BREAKING: replaced `-D, --downloader` with `-S, --source`, introduced the `-D, --check-dir` flag. <https://github.com/miraclx/freyr-js/pull/350>
1113
- BREAKING: replaced the `.downloader.order` entry in the config file with `.downloader.sources`. <https://github.com/miraclx/freyr-js/pull/350>
1214
- BREAKING: freyr no longer uses the temp directory by default to cache assets. <https://github.com/miraclx/freyr-js/pull/354>
1315
- 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>
1418
- 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>
1619
- Allow excluding download sources. <https://github.com/miraclx/freyr-js/pull/355>
20+
- 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>
1727
- 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>
1929
- Remove the temporary image downloaded when an error is detected. <https://github.com/miraclx/freyr-js/commit/5e7f5513bad9fd7366cd5bf562a516584308c74f>
2030
- Revamp the test runner. <https://github.com/miraclx/freyr-js/pull/303>, <https://github.com/miraclx/freyr-js/pull/304>
31+
- Removed unimplemented features. <https://github.com/miraclx/freyr-js/pull/368>
32+
- Updated Apple Music access token. <https://github.com/miraclx/freyr-js/pull/399>
2133

2234
## [0.8.1] - 2022-08-04
2335

@@ -68,7 +80,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6880

6981
> Release Page: <https://github.com/miraclx/freyr-js/releases/tag/v0.5.0>
7082
71-
[unreleased]: https://github.com/miraclx/freyr-js/compare/v0.8.1...HEAD
83+
[unreleased]: https://github.com/miraclx/freyr-js/compare/v0.9.0...HEAD
84+
[0.9.0]: https://github.com/miraclx/freyr-js/releases/compare/v0.8.1...v0.9.0
7285
[0.8.1]: https://github.com/miraclx/freyr-js/releases/compare/v0.8.0...v0.8.1
7386
[0.8.0]: https://github.com/miraclx/freyr-js/releases/compare/v0.7.0...v0.8.0
7487
[0.7.0]: https://github.com/miraclx/freyr-js/releases/compare/v0.6.0...v0.7.0

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Usage: freyr [options] [query...]
234234
/ /_/ ___/ _ \/ / / / ___/
235235
/ __/ / / __/ /_/ / /
236236
/_/ /_/ \___/\__, /_/
237-
/____/ v0.8.1
237+
/____/ v0.9.0
238238

239239
freyr - (c) Miraculous Owonubi <[email protected]>
240240
------------------------------------------------------
@@ -328,7 +328,7 @@ Info:
328328
/ /_/ ___/ _ \/ / / / ___/
329329
/ __/ / / __/ /_/ / /
330330
/_/ /_/ \___/\__, /_/
331-
/____/ v0.8.1
331+
/____/ v0.9.0
332332

333333
freyr - (c) Miraculous Owonubi <[email protected]>
334334
-------------------------------------------------------------
@@ -389,7 +389,7 @@ Checking directory permissions...[done]
389389
/ /_/ ___/ _ \/ / / / ___/
390390
/ __/ / / __/ /_/ / /
391391
/_/ /_/ \___/\__, /_/
392-
/____/ v0.8.1
392+
/____/ v0.9.0
393393

394394
freyr - (c) Miraculous Owonubi <[email protected]>
395395
-------------------------------------------------------------
@@ -474,7 +474,7 @@ Checking directory permissions...[done]
474474
/ /_/ ___/ _ \/ / / / ___/
475475
/ __/ / / __/ /_/ / /
476476
/_/ /_/ \___/\__, /_/
477-
/____/ v0.8.1
477+
/____/ v0.9.0
478478

479479
freyr - (c) Miraculous Owonubi <[email protected]>
480480
-------------------------------------------------------------

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freyr",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"description": "A versatile, service-agnostic music downloader and manager",
55
"exports": "./src/freyr.js",
66
"type": "module",

0 commit comments

Comments
 (0)