release: prepare v2.0.43
Add sanitized provider and account runtime diagnostics, complete the Multi-Debrid-Downloader product rename, preserve existing application data during migration, update public release verification, and publish the accompanying English documentation and regression coverage.
This commit is contained in:
@@ -379,9 +379,10 @@ describe("settings storage", () => {
|
||||
|
||||
it("migrates the previous private update repository to the public release repository", () => {
|
||||
for (const updateRepo of [
|
||||
"legacy-owner/real-debrid-downloader",
|
||||
"legacy-owner/multi-debrid-downloader",
|
||||
"legacy-owner/real-debrid-downloader.git"
|
||||
"legacy-owner/real-debrid-downloader",
|
||||
"legacy-owner/multi-debrid-downloader",
|
||||
"legacy-owner/real-debrid-downloader.git",
|
||||
"Sucukdeluxe/multi-debrid-downloader"
|
||||
]) {
|
||||
const normalized = normalizeSettings({ ...defaultSettings(), updateRepo });
|
||||
expect(normalized.updateRepo).toBe(defaultSettings().updateRepo);
|
||||
|
||||
Reference in New Issue
Block a user