diff --git a/README.md b/README.md
index 12ec4a52..a2233814 100644
--- a/README.md
+++ b/README.md
@@ -243,7 +243,7 @@ Help [translate Materialious via Weblate](https://toolate.othing.xyz/projects/ma
- Every dependency in [package.json](/materialious/package.json).
- [LuanRT](https://github.com/LuanRT) for YouTube.js & SABR implementation.
- [FreeTube](https://github.com/FreeTubeApp/FreeTube) for their subtitle fix.
-- [spotube](https://github.com/KRTirtho/spotube) for using their README layout for local installation.free
+- [spotube](https://github.com/KRTirtho/spotube) for using their README layout for local installation.
# Developers
- [How Materialious is built](./docs/BUILDING.md)
diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt
index 05bd7247..602703eb 100644
--- a/fastlane/metadata/android/en-US/full_description.txt
+++ b/fastlane/metadata/android/en-US/full_description.txt
@@ -1 +1,26 @@
-
Materialious is a client for Invidious using material design. It lets you browse and watch videos, manage playlists and use channels.
Features:
- Invidious API extended integration!
- Sync your watch progress between Invidious sessions
- Watch sync parties!
- Preview video on hover.
- Sponsorblock built-in.
- Return YouTube dislikes built-in.
- DeArrow built-in (With local processing fallback).
- Video progress tracking & resuming.
- No ads.
- No tracking.
- Light/Dark themes.
- Custom colour themes.
- Integrates with Invidious subscriptions, watch history & more.
- Live stream support.
- Dash support.
- Chapters.
- Audio only mode.
- Playlists.
- PWA support.
- YT path redirects (So your redirect plugins should still work!)
\ No newline at end of file
+Materialious is a client for Invidious using material design.
+It lets you browse and watch videos, manage playlists and use channels.
+
+Features:
+
+- Invidious API extended integration!
+- Sync your watch progress between Invidious sessions
+- Watch sync parties!
+- Preview video on hover.
+- Sponsorblock built-in.
+- Return YouTube dislikes built-in.
+- DeArrow built-in (With local processing fallback).
+- Video progress tracking & resuming.
+- No ads.
+- No tracking.
+- Light and dark themes.
+- Custom colour themes.
+- Integrates with Invidious subscriptions, watch history & more.
+- Live stream support.
+- Dash support.
+- Chapters.
+- Audio only mode.
+- Playlists.
+- PWA support.
+- YT path redirects (So your redirect plugins should still work!)
+
diff --git a/materialious/android/app/build.gradle b/materialious/android/app/build.gradle
index a0e89835..ced51595 100644
--- a/materialious/android/app/build.gradle
+++ b/materialious/android/app/build.gradle
@@ -7,8 +7,8 @@ android {
applicationId "us.materialio.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 108
- versionName "1.8.4"
+ versionCode 109
+ versionName "1.8.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
diff --git a/materialious/electron/materialious.metainfo.xml b/materialious/electron/materialious.metainfo.xml
index 75ed49ae..d98e74a6 100644
--- a/materialious/electron/materialious.metainfo.xml
+++ b/materialious/electron/materialious.metainfo.xml
@@ -54,20 +54,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ https://github.com/Materialious/Materialious/releases/tag/1.8.5
+
+
https://github.com/Materialious/Materialious/releases/tag/1.8.4
diff --git a/materialious/electron/package-lock.json b/materialious/electron/package-lock.json
index 8693089f..aa3b9685 100644
--- a/materialious/electron/package-lock.json
+++ b/materialious/electron/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "Materialious",
- "version": "1.8.2",
+ "version": "1.8.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "Materialious",
- "version": "1.8.2",
+ "version": "1.8.5",
"license": "MIT",
"dependencies": {
"@capacitor-community/electron": "^5.0.0",
@@ -2492,9 +2492,9 @@
}
},
"node_modules/electron": {
- "version": "35.2.1",
- "resolved": "https://registry.npmjs.org/electron/-/electron-35.2.1.tgz",
- "integrity": "sha512-LO4xXLpzkPPUVLvAbdHMlW7N9Z+Qqz+7QsmSWXluTIQMeJk+v7o36nUTZghyA2I1s//tlMvuaCtle6Qo2W0Ktg==",
+ "version": "35.5.0",
+ "resolved": "https://registry.npmjs.org/electron/-/electron-35.5.0.tgz",
+ "integrity": "sha512-16ScwDuKgnuL7tSrEgBvQe1Hm4CSK0vbOusPFrDs4oIs3QOdEFtrP9i8+4yKQGXpszj4f4F0MQjKv1tu9E4Gvg==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
diff --git a/materialious/electron/package.json b/materialious/electron/package.json
index eb41388f..ab585488 100644
--- a/materialious/electron/package.json
+++ b/materialious/electron/package.json
@@ -1,6 +1,6 @@
{
"name": "Materialious",
- "version": "1.8.4",
+ "version": "1.8.5",
"description": "Modern material design for Invidious.",
"author": {
"name": "Ward Pearce",
@@ -44,4 +44,4 @@
"capacitor",
"electron"
]
-}
+}
\ No newline at end of file
diff --git a/materialious/package.json b/materialious/package.json
index 32640e0d..b72d5e08 100644
--- a/materialious/package.json
+++ b/materialious/package.json
@@ -1,6 +1,6 @@
{
"name": "materialious",
- "version": "1.8.4",
+ "version": "1.8.5",
"private": true,
"scripts": {
"dev": "vite dev",
@@ -71,4 +71,4 @@
"terser": "^5.34.1",
"youtubei.js": "^13.4.0"
}
-}
+}
\ No newline at end of file
diff --git a/materialious/src/lib/components/ContentColumn.svelte b/materialious/src/lib/components/ContentColumn.svelte
index c229023e..9b5de488 100644
--- a/materialious/src/lib/components/ContentColumn.svelte
+++ b/materialious/src/lib/components/ContentColumn.svelte
@@ -1,10 +1,7 @@