About
@@ -195,17 +198,17 @@ export function AboutPage() {
- {activeTab === "projects" && (
-
-
openExternal("https://github.com/spotbye/SpotiFLAC-Next")}>
-
+ {activeTab === "projects" && (
+
+
openExternal("https://github.com/spotbye/SpotiFLAC-Next")}>
+

-
- {repoStats["SpotiFLAC-Next"]?.latestReleaseAt && (
+
+ {repoStats["SpotiFLAC-Next"]?.latestReleaseAt && (
{formatReleaseTimeAgo(repoStats["SpotiFLAC-Next"].latestReleaseAt)}
)}
- {repoStats["SpotiFLAC-Next"]?.latestVersion && (
+ {repoStats["SpotiFLAC-Next"]?.latestVersion && (
{repoStats["SpotiFLAC-Next"].latestVersion}
)}
@@ -213,11 +216,11 @@ export function AboutPage() {
SpotiFLAC Next
-
+
{getRepoDescription("SpotiFLAC-Next")}
- {repoStats["SpotiFLAC-Next"] && (
+ {repoStats["SpotiFLAC-Next"] && (
{repoStats["SpotiFLAC-Next"].languages?.length > 0 && (
{repoStats["SpotiFLAC-Next"].languages.map((lang: string) => (
Note
-
+
This project was created as a thank-you to everyone who has supported SpotiFLAC on Ko-fi.
)}
-
openExternal("https://github.com/spotbye/SpotiDownloader")}>
-
-
-

-
- {repoStats["SpotiDownloader"]?.latestReleaseAt && (
- {formatReleaseTimeAgo(repoStats["SpotiDownloader"].latestReleaseAt)}
- )}
- {repoStats["SpotiDownloader"]?.latestVersion && (
- {repoStats["SpotiDownloader"].latestVersion}
- )}
-
-
-
- SpotiDownloader
-
-
- {getRepoDescription("SpotiDownloader")}
-
-
- {repoStats["SpotiDownloader"] && (
-
- {repoStats["SpotiDownloader"].languages?.map((lang: string) => (
- {lang}
- ))}
-
-
-
- {" "}
- {formatNumber(repoStats["SpotiDownloader"].stars)}
-
-
- {" "}
- {repoStats["SpotiDownloader"].forks}
-
-
- {" "}
- {formatTimeAgo(repoStats["SpotiDownloader"].createdAt)}
-
-
-
-
- TOTAL:{" "}
- {formatNumber(repoStats["SpotiDownloader"].totalDownloads)}
-
-
- LATEST:{" "}
- {formatNumber(repoStats["SpotiDownloader"].latestDownloads)}
-
-
- )}
-
openExternal("https://github.com/afkarxyz/Twitter-X-Media-Batch-Downloader")}>
-
+

-
- {repoStats["Twitter-X-Media-Batch-Downloader"]?.latestReleaseAt && (
+
+ {repoStats["Twitter-X-Media-Batch-Downloader"]?.latestReleaseAt && (
{formatReleaseTimeAgo(repoStats["Twitter-X-Media-Batch-Downloader"].latestReleaseAt)}
)}
- {repoStats["Twitter-X-Media-Batch-Downloader"]?.latestVersion && (
+ {repoStats["Twitter-X-Media-Batch-Downloader"]?.latestVersion && (
{repoStats["Twitter-X-Media-Batch-Downloader"].latestVersion}
)}
@@ -322,11 +270,11 @@ export function AboutPage() {
Twitter/X Media Batch Downloader
-
+
{getRepoDescription("Twitter-X-Media-Batch-Downloader")}
- {repoStats["Twitter-X-Media-Batch-Downloader"] && (
+ {repoStats["Twitter-X-Media-Batch-Downloader"] && (
{repoStats["Twitter-X-Media-Batch-Downloader"].languages?.map((lang: string) => (
)}
-
+
openExternal("https://exyezed.qzz.io/")}>
-
- Browser Extensions & Scripts
-
- {browserExtensionItems.map((item) => (
+
+ Browser Extensions & Scripts
+
+ {browserExtensionItems.map((item) => (

-
+
{item.label}
))}
@@ -379,12 +327,12 @@ export function AboutPage() {
openExternal("https://spotubedl.com/")}>
-
-
+
+
{" "}
SpotubeDL.com
-
+
Download Spotify Tracks, Albums, Playlists & Discography as MP3/OGG/Opus.
diff --git a/wails.json b/wails.json
index ff85543..891084c 100644
--- a/wails.json
+++ b/wails.json
@@ -12,7 +12,7 @@
},
"info": {
"productName": "SpotiFLAC",
- "productVersion": "7.1.4",
+ "productVersion": "7.1.5",
"copyright": "© 2026 afkarxyz"
},
"wailsjsdir": "./frontend",