diff --git a/CHANGELOG.md b/CHANGELOG.md index ff4c703b..e06f1881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- Refactored the Dockerfile, and reduced the docker image size by 16%. +## [0.8.0] - 2022-08-04 + +- Refactored the Dockerfile, and reduced the docker image size by 23%. - Manually compile `AtomicParsley` during docker build to allow for maximum platform support. - Add Mac M1 support to the docker image. +- Made docker build faster by caching and unbinding nondependent layers. , - Fix `yarn install` not ahering to dependency overrides. - Add ability to disable the progressbar. - Remove persistent `tty` writing for normal logs. Allowing `stdout` piping for everything except the progressbar. @@ -17,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Upgraded to ES6 Modules. - Introduced the pushing of docker images for each PR. , - Introduced a test runner, with local reproducible builds. +- Redesigned the auth page a bit. - Introduced CI checks for formatting. - Updated dependencies. - Removed some unused dependencies. , @@ -48,7 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 > Release Page: -[unreleased]: https://github.com/miraclx/freyr-js/compare/v0.7.0...HEAD +[unreleased]: https://github.com/miraclx/freyr-js/compare/v0.8.0...HEAD +[0.8.0]: https://github.com/miraclx/freyr-js/releases/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/miraclx/freyr-js/releases/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/miraclx/freyr-js/releases/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/miraclx/freyr-js/releases/tag/v0.5.0 diff --git a/README.md b/README.md index 062c8519..2261441b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - +
@@ -254,7 +254,7 @@ Usage: freyr [options] [query...] / /_/ ___/ _ \/ / / / ___/ / __/ / / __/ /_/ / / /_/ /_/ \___/\__, /_/ - /____/ v0.7.0 + /____/ v0.8.0 freyr - (c) Miraculous Owonubi ------------------------------------------------------------- @@ -349,7 +349,7 @@ Info: / /_/ ___/ _ \/ / / / ___/ / __/ / / __/ /_/ / / /_/ /_/ \___/\__, /_/ - /____/ v0.7.0 + /____/ v0.8.0 freyr - (c) Miraculous Owonubi ------------------------------------------------------------- @@ -410,7 +410,7 @@ Checking directory permissions...[done] / /_/ ___/ _ \/ / / / ___/ / __/ / / __/ /_/ / / /_/ /_/ \___/\__, /_/ - /____/ v0.7.0 + /____/ v0.8.0 freyr - (c) Miraculous Owonubi ------------------------------------------------------------- @@ -495,7 +495,7 @@ Checking directory permissions...[done] / /_/ ___/ _ \/ / / / ___/ / __/ / / __/ /_/ / / /_/ /_/ \___/\__, /_/ - /____/ v0.7.0 + /____/ v0.8.0 freyr - (c) Miraculous Owonubi ------------------------------------------------------------- diff --git a/package-lock.json b/package-lock.json index db70c978..a20083b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "freyr", - "version": "0.7.0", + "version": "0.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "freyr", - "version": "0.7.0", + "version": "0.8.0", "license": "Apache-2.0", "dependencies": { "@yujinakayama/apple-music": "^0.4.1", diff --git a/package.json b/package.json index 0f273fde..bdb5c59b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "freyr", - "version": "0.7.0", + "version": "0.8.0", "description": "A versatile, service-agnostic music downloader and manager", "exports": "./src/freyr.js", "type": "module", diff --git a/src/cli_server.js b/src/cli_server.js index f448997a..e937e7a3 100644 --- a/src/cli_server.js +++ b/src/cli_server.js @@ -44,7 +44,7 @@ function wrapHTML(opts) { -
+

FreyrCLI


:{service}