chore(release): v2.1.1

This commit is contained in:
Raiper34
2025-08-13 15:35:37 +00:00
parent b93993c6cf
commit 24463aa477
5 changed files with 13 additions and 5 deletions
+8
View File
@@ -2,8 +2,16 @@
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.1.1](https://github.com/Raiper34/spooty/compare/2.1.0...2.1.1)
- feat(gui): add version to gui header [`#25`](https://github.com/Raiper34/spooty/issues/25)
- fix(track): fix track missing artist and title tags [`b93993c`](https://github.com/Raiper34/spooty/commit/b93993c6cf034dccad3df08485d2126614874743)
- style(gui): change gui primary to match spotify primary color [`5068fa8`](https://github.com/Raiper34/spooty/commit/5068fa8a4b724ef4a1060dc4d83cc80afee08bad)
#### [2.1.0](https://github.com/Raiper34/spooty/compare/2.0.11...2.1.0) #### [2.1.0](https://github.com/Raiper34/spooty/compare/2.0.11...2.1.0)
> 12 August 2025
- feat(track): add track cover art into downloaded file [`#24`](https://github.com/Raiper34/spooty/issues/24) - feat(track): add track cover art into downloaded file [`#24`](https://github.com/Raiper34/spooty/issues/24)
#### [2.0.11](https://github.com/Raiper34/spooty/compare/2.0.10...2.0.11) #### [2.0.11](https://github.com/Raiper34/spooty/compare/2.0.10...2.0.11)
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "spooty", "name": "spooty",
"version": "2.1.0", "version": "2.1.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "spooty", "name": "spooty",
"version": "2.1.0", "version": "2.1.1",
"workspaces": [ "workspaces": [
"src/backend", "src/backend",
"src/frontend" "src/frontend"
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"version": "2.1.0", "version": "2.1.1",
"name": "spooty", "name": "spooty",
"workspaces": [ "workspaces": [
"src/backend", "src/backend",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "backend", "name": "backend",
"version": "2.1.0", "version": "2.1.1",
"description": "", "description": "",
"author": "", "author": "",
"private": true, "private": true,
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "frontend", "name": "frontend",
"version": "2.1.0", "version": "2.1.1",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json", "start": "ng serve --proxy-config proxy.conf.json",