File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 4
4
## __WORK IN PROGRESS__
5
5
-->
6
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
+
7
11
## 6.0.9 (2024-07-20) - Kiera
8
12
* (foxriver76) provide method ` getAdapterScopedPackageIdentifier ` for adapters
9
13
Original file line number Diff line number Diff line change @@ -5720,6 +5720,7 @@ async function listUpdatableOsPackages(): Promise<void> {
5720
5720
const packages = await packManager . listUpgradeablePackages ( ) ;
5721
5721
5722
5722
if ( ! packages . length ) {
5723
+ await notificationHandler . clearNotifications ( 'system' , 'packageUpdates' , `system.host.${ hostname } ` ) ;
5723
5724
return ;
5724
5725
}
5725
5726
You can’t perform that action at this time.
0 commit comments