release: Multi-Hoster-Upload 2.1.0

Refine navigation feedback, settings controls, application dialogs, history actions, and development reload behavior. Restore hardware-accelerated rendering and expand release verification for the packaged source manifest.
This commit is contained in:
Sucukdeluxe
2026-08-10 15:56:45 +02:00
parent 761b5e27db
commit 3fc8cca329
13 changed files with 483 additions and 39 deletions
+2
View File
@@ -65,6 +65,7 @@ const sourceFiles = [
'renderer/index.html',
'renderer/styles.css',
'scripts/afterPack.cjs',
'scripts/dev-runner.cjs',
'scripts/release-plan.mjs',
'scripts/verify-public-release.mjs',
'services/backup-api/package-lock.json',
@@ -126,6 +127,7 @@ const textExtensions = new Set(['.cjs', '.css', '.html', '.js', '.json', '.md',
const binaryExtensions = new Set(['.ico', '.png']);
const expectedScripts = {
start: 'electron .',
dev: 'node scripts/dev-runner.cjs',
test: 'node --test tests/*.test.js tests/ui-smoke.js',
'test:backup-api': 'npm --prefix services/backup-api test',
lint: 'eslint .',