Skip to content

Commit 002f9c7

Browse files
Merge pull request #1054 from NordicSemiconductor/push-kysnztqksusx
Remove skip-update flags
2 parents ad821a7 + 9905700 commit 002f9c7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ This project does _not_ adhere to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html) but contrary to it
88
every new version is a new major version.
99

10-
## 224.0.0 - UNRELEASED
10+
## 224.0.0 - 2025-08-27
1111

1212
### Fixed
1313

1414
- Apps did not reload after restoring the default settings.
1515

16+
### Removed
17+
18+
- Removed the `isSkipUpdate*` properties from the launcher config.
19+
1620
## 223.0.0 - 2025-07-28
1721

1822
### Changed

ipc/launcherConfig.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import { ipcMain, ipcRenderer } from 'electron';
88

99
export interface Configuration {
1010
isRunningLauncherFromSource: boolean;
11-
isSkipUpdateApps: boolean;
12-
isSkipUpdateLauncher: boolean;
1311
launcherVersion: string;
1412
userDataDir: string;
1513
}

0 commit comments

Comments
 (0)