From 61adb44d39927ff3ce5bef1286b78bd60968b380 Mon Sep 17 00:00:00 2001 From: Dominik Dzienia Date: Sat, 12 Oct 2024 23:42:11 +0000 Subject: [PATCH] Release 1.9.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8e0cd0..d6dab05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.9.0] - 2024-10-12 + +### Added + +- Cleanup menu +- Gathering and sending encrypted diagnostics +- Watchdog notifications for low free space + +### Changed + +- Main menu, moved update items to its own submenu +- Added diagnostics encryption key to about dialog + +### Fixed + +- More robust watchdog, detects and restarts stale MongoDB + ## [1.8.1] - 2024-01-17 ### Added