We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de5e71 commit d90cc88Copy full SHA for d90cc88
CHANGELOG.md
@@ -4,6 +4,10 @@
4
## __WORK IN PROGRESS__
5
-->
6
7
+## __WORK IN PROGRESS__
8
+* (foxriver76) clear package update notification if no updates are present anymore
9
+* (Gaspode69) fixed restarting controller on Windows systems
10
+
11
## 6.0.9 (2024-07-20) - Kiera
12
* (foxriver76) provide method `getAdapterScopedPackageIdentifier` for adapters
13
packages/controller/src/main.ts
@@ -5720,6 +5720,7 @@ async function listUpdatableOsPackages(): Promise<void> {
5720
const packages = await packManager.listUpgradeablePackages();
5721
5722
if (!packages.length) {
5723
+ await notificationHandler.clearNotifications('system', 'packageUpdates', `system.host.${hostname}`);
5724
return;
5725
}
5726
0 commit comments