diff --git a/latest.txt b/latest.txt
index b867028..dc10189 100644
--- a/latest.txt
+++ b/latest.txt
@@ -1 +1 @@
-2024.8.7-r268.4cf457a15f
\ No newline at end of file
+2024.8.8-r272.48836374d2
\ No newline at end of file
diff --git a/webui/src/assets/deemix-icon.svg b/webui/src/assets/deemix-icon.svg
index d45054e..3ffde97 100644
--- a/webui/src/assets/deemix-icon.svg
+++ b/webui/src/assets/deemix-icon.svg
@@ -8,7 +8,7 @@
-
+
@@ -216,7 +216,7 @@
-
+
diff --git a/webui/src/components/TheSidebar.vue b/webui/src/components/TheSidebar.vue
index f50adcc..e96bbe1 100644
--- a/webui/src/components/TheSidebar.vue
+++ b/webui/src/components/TheSidebar.vue
@@ -93,8 +93,8 @@ export default defineComponent({
}
.deemix-icon-container /deep/ svg {
- height: 75px;
- filter: hue-rotate(30deg);
+ height: 90px;
+/* filter: hue-rotate(30deg); */
}
#update-notification {
diff --git a/webui/src/components/pages/About.vue b/webui/src/components/pages/About.vue
index 54bb4a8..39d5564 100644
--- a/webui/src/components/pages/About.vue
+++ b/webui/src/components/pages/About.vue
@@ -20,7 +20,7 @@
{{ $t('about.updates.deemixVersion') }}: {{ deemixVersion }}
- {{ latest }}
+ {{ latest }}
@@ -37,13 +37,23 @@
Changelog
+ 08/08/2024
+ - Icon colors
+ - Created Releases Channel Subscribe for
+ updates, changelog and Builds.
+ - Contributions to developer accepted (all debit and credit cards): Revolut Me
+
07/08/2024
- Restored "Spotify Username" field in Settings, Other, Spotify features.
- Fix for crash when fetching empty Spotify Playlists or without thumbnail image.
- - New feature! Added the possibility to insert a list of spotify users instead, separated by commas or spaces.
+ - New feature! Added the possibility to insert a list of spotify users instead, separated by commas or
+ spaces.
How it works:
Add a list of comma or space separated Spotify user IDs to "follow".
- All the public playlists by the listed users will be displayed in the Favorites section. A user ID is the part that comes after 'https://open.spotify.com/user/' and can be a set of alphanumeric characters or a profile name, especially for record labels. You can also insert your own Spotify username ID as before.
+ All the public playlists by the listed users will be displayed in the Favorites section. A user ID is the part
+ that comes after 'https://open.spotify.com/user/' and can be a set of alphanumeric characters or a profile name,
+ especially for record labels. You can also insert your own Spotify username ID as before.
02/08/2024
- Removed outdated linters and formatters
@@ -91,7 +101,6 @@
- Modified About section
- Added working Paypal link for contributions
- Published on Gitlab Repo
- - Created bit.ly redirect to Builds (https://bit.ly/DeemixFixBuilds)
18/07/2024
- Initial sync, JS formatting via Standard-JS for all project files
@@ -110,7 +119,7 @@
-
💻 {{ $t('about.officialWebuiRepo') }}
-
+
💻 Builds
@@ -169,9 +178,9 @@
@@ -197,8 +206,6 @@ import { computed, defineComponent, onMounted, reactive, toRefs } from '@vue/com
import { useOnline } from '@/use/online'
-import paypal from '@/assets/paypal.svg'
-
export default defineComponent({
setup(_, ctx) {
const state = reactive({
@@ -226,7 +233,6 @@ export default defineComponent({
return {
...toRefs(state),
- paypal,
isOnline
}
}