Merge pull request #939 from Materialious/update/1.8.12

Bump version
This commit is contained in:
Ward
2025-06-04 00:34:36 +12:00
committed by GitHub
6 changed files with 12 additions and 10 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ android {
applicationId "us.materialio.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 115
versionName "1.8.11"
versionCode 116
versionName "1.8.12"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
@@ -60,7 +60,11 @@
<release version="1.8.11" date="2025-6-03">
<release version="1.8.12" date="2025-6-04">
<url>https://github.com/Materialious/Materialious/releases/tag/1.8.12</url>
</release>
<release version="1.8.11" date="2025-6-03">
<url>https://github.com/Materialious/Materialious/releases/tag/1.8.11</url>
</release>
<release version="1.8.10" date="2025-6-02">
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "Materialious",
"version": "1.8.11",
"version": "1.8.12",
"description": "Modern material design for Invidious.",
"author": {
"name": "Ward Pearce",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "materialious",
"version": "1.8.11",
"version": "1.8.12",
"private": true,
"scripts": {
"dev": "vite dev",
@@ -71,4 +71,4 @@
"terser": "^5.34.1",
"youtubei.js": "^13.4.0"
}
}
}
+1 -3
View File
@@ -103,9 +103,7 @@ function proxyRequest(clientReq, clientRes, parsedUrl, bodyChunks = [], redirect
if (!clientRes.headersSent) {
clientRes.writeHead(500, { 'Content-Type': 'text/plain' });
}
clientRes.end(
`Proxy error: ${err.message} ${rejectUnauthorized} rejectUnauthorized ${typeof rejectUnauthorized}`
);
clientRes.end(`Proxy error: ${err.message}`);
});
clientReq.on('aborted', () => proxyReq.destroy());
+1 -1
View File
@@ -3,7 +3,7 @@ import os
import re
from datetime import datetime
LATEST_VERSION = "1.8.11"
LATEST_VERSION = "1.8.12"
RELEASE_DATE = datetime.now().strftime("%Y-%-m-%d") # Format: YYYY-M-D
WORKING_DIR = os.path.join(