Skip to content

Commit 123e65a

Browse files
authored
chore: version to 0.10.3 (#641)
1 parent c5564ee commit 123e65a

File tree

4 files changed

+20
-8
lines changed

4 files changed

+20
-8
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.10.3] - 2024-01-14
11+
12+
- Implemented automated authentication for Apple Music. <https://github.com/miraclx/freyr-js/pull/623>, <https://github.com/miraclx/freyr-js/pull/624>
13+
- Fixed the YouTube Music logic for sourcing tracks. <https://github.com/miraclx/freyr-js/pull/632>
14+
- Tracks from Deezer now encode copyright information. <https://github.com/miraclx/freyr-js/pull/639>
15+
- Sort metadata (sonm, soar, soal) are now embedded in the output file. <https://github.com/miraclx/freyr-js/pull/636>
16+
- Tracks from Spotify now encode copyright in the format `℗ {YEAR} {LABEL}` to match Apple Music. <https://github.com/miraclx/freyr-js/pull/638>
17+
- Non-explicit Spotify tracks are now tagged "Inoffensive". <https://github.com/miraclx/freyr-js/pull/635>
18+
- Fix the Apple Music uri format for tracks. <https://github.com/miraclx/freyr-js/pull/622>
19+
- Fix the total disc number count. <https://github.com/miraclx/freyr-js/pull/634>
20+
1021
## [0.10.2] - 2024-01-01
1122

1223
- Ensure tracks maintain their order from collections to playlist file output. <https://github.com/miraclx/freyr-js/pull/569>
@@ -109,7 +120,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
109120

110121
> Release Page: <https://github.com/miraclx/freyr-js/releases/tag/v0.5.0>
111122
112-
[unreleased]: https://github.com/miraclx/freyr-js/compare/v0.10.2...HEAD
123+
[unreleased]: https://github.com/miraclx/freyr-js/compare/v0.10.3...HEAD
124+
[0.10.3]: https://github.com/miraclx/freyr-js/compare/v0.10.2...v0.10.3
113125
[0.10.2]: https://github.com/miraclx/freyr-js/compare/v0.10.1...v0.10.2
114126
[0.10.1]: https://github.com/miraclx/freyr-js/compare/v0.10.0...v0.10.1
115127
[0.10.0]: https://github.com/miraclx/freyr-js/compare/v0.9.0...v0.10.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.10.2
237+
/____/ v0.10.3
238238

239239
freyr - (c) Miraculous Owonubi <omiraculous@gmail.com>
240240
------------------------------------------------------
@@ -328,7 +328,7 @@ Info:
328328
/ /_/ ___/ _ \/ / / / ___/
329329
/ __/ / / __/ /_/ / /
330330
/_/ /_/ \___/\__, /_/
331-
/____/ v0.10.2
331+
/____/ v0.10.3
332332

333333
freyr - (c) Miraculous Owonubi <omiraculous@gmail.com>
334334
-------------------------------------------------------------
@@ -389,7 +389,7 @@ Checking directory permissions...[done]
389389
/ /_/ ___/ _ \/ / / / ___/
390390
/ __/ / / __/ /_/ / /
391391
/_/ /_/ \___/\__, /_/
392-
/____/ v0.10.2
392+
/____/ v0.10.3
393393

394394
freyr - (c) Miraculous Owonubi <omiraculous@gmail.com>
395395
-------------------------------------------------------------
@@ -474,7 +474,7 @@ Checking directory permissions...[done]
474474
/ /_/ ___/ _ \/ / / / ___/
475475
/ __/ / / __/ /_/ / /
476476
/_/ /_/ \___/\__, /_/
477-
/____/ v0.10.2
477+
/____/ v0.10.3
478478

479479
freyr - (c) Miraculous Owonubi <omiraculous@gmail.com>
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.10.2",
3+
"version": "0.10.3",
44
"description": "A versatile, service-agnostic music downloader and manager",
55
"exports": "./src/freyr.js",
66
"type": "module",

0 commit comments

Comments
 (0)