mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-08-10 12:40:34 +02:00
Release v0.9.84 with GT analytics, Telegram translate, full telemetry, and saved dashboard layout.
Bump version across frontend, backend, and desktop shell; update changelog modal, release digests, and updater manifest filtering for the current version only.
This commit is contained in:
@@ -94,6 +94,11 @@ function writeUpdaterManifest(files) {
|
||||
};
|
||||
})
|
||||
.filter(Boolean)
|
||||
.filter((artifact) => {
|
||||
const version = readReleaseVersion();
|
||||
const versionToken = `_${version}_`;
|
||||
return artifact.relativePath.includes(versionToken) || artifact.relativePath.includes(`_${version}.`);
|
||||
})
|
||||
.sort((a, b) => updaterArtifactPriority(a.relativePath) - updaterArtifactPriority(b.relativePath));
|
||||
|
||||
const platforms = {};
|
||||
|
||||
Reference in New Issue
Block a user