chore(release): v2.4.0

This commit is contained in:
Raiper34
2026-02-07 14:17:03 +00:00
parent bb44b43974
commit c3f5bcca13
5 changed files with 15 additions and 5 deletions
+10
View File
@@ -2,14 +2,24 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC. All notable changes to this project will be documented in this file. Dates are displayed in UTC.
#### [2.4.0](https://github.com/Raiper34/spooty/compare/2.3.4...2.4.0)
- feat(files): add possibility to set the audio quality of downloaded files [`#39`](https://github.com/Raiper34/spooty/issues/39)
- fix(downloading): fix downloading songs from browser with special characters [`#41`](https://github.com/Raiper34/spooty/issues/41)
- fix(downloadin): fix ejs runtime problem [`#38`](https://github.com/Raiper34/spooty/issues/38)
#### [2.3.4](https://github.com/Raiper34/spooty/compare/2.3.3...2.3.4) #### [2.3.4](https://github.com/Raiper34/spooty/compare/2.3.3...2.3.4)
> 4 February 2026
- fix(ytdl): Upgrade ytdl package (automated) [`ef32347`](https://github.com/Raiper34/spooty/commit/ef32347903d7caa2cc72c9c54341195b2ac0bb96) - fix(ytdl): Upgrade ytdl package (automated) [`ef32347`](https://github.com/Raiper34/spooty/commit/ef32347903d7caa2cc72c9c54341195b2ac0bb96)
#### [2.3.3](https://github.com/Raiper34/spooty/compare/2.3.2...2.3.3) #### [2.3.3](https://github.com/Raiper34/spooty/compare/2.3.2...2.3.3)
> 30 January 2026 > 30 January 2026
- fix(ytdl): Upgrade ytdl package (automated) [`cc552d1`](https://github.com/Raiper34/spooty/commit/cc552d1def309a3633aa67ca7f3659eb44ef47b2)
#### [2.3.2](https://github.com/Raiper34/spooty/compare/2.3.1...2.3.2) #### [2.3.2](https://github.com/Raiper34/spooty/compare/2.3.1...2.3.2)
> 26 January 2026 > 26 January 2026
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "spooty", "name": "spooty",
"version": "2.3.4", "version": "2.4.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "spooty", "name": "spooty",
"version": "2.3.4", "version": "2.4.0",
"workspaces": [ "workspaces": [
"src/backend", "src/backend",
"src/frontend" "src/frontend"
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"version": "2.3.4", "version": "2.4.0",
"name": "spooty", "name": "spooty",
"workspaces": [ "workspaces": [
"src/backend", "src/backend",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "backend", "name": "backend",
"version": "2.3.4", "version": "2.4.0",
"description": "", "description": "",
"author": "", "author": "",
"private": true, "private": true,
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "frontend", "name": "frontend",
"version": "2.3.4", "version": "2.4.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json", "start": "ng serve --proxy-config proxy.conf.json",