chore(release): v2.4.1

This commit is contained in:
Raiper34
2026-02-07 22:25:58 +00:00
parent a14f5eab68
commit 9c7791faa2
5 changed files with 11 additions and 5 deletions
+6
View File
@@ -2,8 +2,14 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
#### [2.4.1](https://github.com/Raiper34/spooty/compare/2.4.0...2.4.1)
- fix(docker): fix docker node version [`a14f5ea`](https://github.com/Raiper34/spooty/commit/a14f5eab6805acdf4755dbd8f37a289a0d675c12)
#### [2.4.0](https://github.com/Raiper34/spooty/compare/2.3.4...2.4.0)
> 7 February 2026
- 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 -2
View File
@@ -1,12 +1,12 @@
{
"name": "spooty",
"version": "2.4.0",
"version": "2.4.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "spooty",
"version": "2.4.0",
"version": "2.4.1",
"workspaces": [
"src/backend",
"src/frontend"
+1 -1
View File
@@ -1,5 +1,5 @@
{
"version": "2.4.0",
"version": "2.4.1",
"name": "spooty",
"workspaces": [
"src/backend",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "2.4.0",
"version": "2.4.1",
"description": "",
"author": "",
"private": true,
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "2.4.0",
"version": "2.4.1",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json",