Updated CHANGELOG, fixed update e-mail

pull/6/head
Dominik Dzienia 11 months ago
parent ea08dc83ba
commit 630893ae06

@ -5,6 +5,27 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.9.1] - 2024-10-26
### Added
- Detecting and fixing docker server issues
- Additional cleanup of container logs
- Events added to logs and diagnostics
- Mail notification on possible update
- Build date shown in UI, logs and diagnostics
- Forced update flag
- Gracefull handling of repo 404 and invalid channels
### Changed
- Tool update mechanism taking into account build date
### Fixed
- Cleanups and refactoring in dialogs
- Bugs in update detection
## [1.9.0] - 2024-10-12 ## [1.9.0] - 2024-10-12
### Added ### Added

@ -284,9 +284,6 @@ event_label() {
update_tool) update_tool)
echo "Aktualizacja narzędzia" echo "Aktualizacja narzędzia"
;; ;;
update_needed)
echo "Potrzebna aktualizacja"
;;
update_containers) update_containers)
echo "Aktualizacja kontenerów" echo "Aktualizacja kontenerów"
;; ;;
@ -326,6 +323,9 @@ event_label() {
last_server_restart_needed) last_server_restart_needed)
echo "Potrzebny restart serwera" echo "Potrzebny restart serwera"
;; ;;
last_update_needed)
echo "Potrzebna aktualizacja"
;;
*) *)
echo "$1" echo "$1"
;; ;;
@ -1143,8 +1143,8 @@ update_background_check() {
{ {
echo "✨ Na Twoim serwerze mikr.us z Nightscoutem można zaktualizować narzędzie nightscout-tool!" echo "✨ Na Twoim serwerze mikr.us z Nightscoutem można zaktualizować narzędzie nightscout-tool!"
echo " " echo " "
echo "🐕 Watchdog wykrył że dostępna jest aktualizacja nightscout-tool," echo "🐕 Watchdog wykrył że dostępna jest nowa aktualizacja nightscout-tool."
echo "a u Ciebie zainstalowana jest jeszcze starsza wersja." echo "Na Twoim serwerze zainstalowana jest starsza wersja narzędzia - zaktualizuj go by poprawić stabilność systemu i uzyskać dostęp do nowych funkcji."
echo " " echo " "
echo "Aby zaktualizować narzędzie:" echo "Aby zaktualizować narzędzie:"
echo " " echo " "

@ -268,9 +268,6 @@ event_label() {
update_tool) update_tool)
echo "Aktualizacja narzędzia" echo "Aktualizacja narzędzia"
;; ;;
update_needed)
echo "Potrzebna aktualizacja"
;;
update_containers) update_containers)
echo "Aktualizacja kontenerów" echo "Aktualizacja kontenerów"
;; ;;
@ -310,6 +307,9 @@ event_label() {
last_server_restart_needed) last_server_restart_needed)
echo "Potrzebny restart serwera" echo "Potrzebny restart serwera"
;; ;;
last_update_needed)
echo "Potrzebna aktualizacja"
;;
*) *)
echo "$1" echo "$1"
;; ;;
@ -1127,8 +1127,8 @@ update_background_check() {
{ {
echo "✨ Na Twoim serwerze mikr.us z Nightscoutem można zaktualizować narzędzie nightscout-tool!" echo "✨ Na Twoim serwerze mikr.us z Nightscoutem można zaktualizować narzędzie nightscout-tool!"
echo " " echo " "
echo "🐕 Watchdog wykrył że dostępna jest aktualizacja nightscout-tool," echo "🐕 Watchdog wykrył że dostępna jest nowa aktualizacja nightscout-tool."
echo "a u Ciebie zainstalowana jest jeszcze starsza wersja." echo "Na Twoim serwerze zainstalowana jest starsza wersja narzędzia - zaktualizuj go by poprawić stabilność systemu i uzyskać dostęp do nowych funkcji."
echo " " echo " "
echo "Aby zaktualizować narzędzie:" echo "Aby zaktualizować narzędzie:"
echo " " echo " "

@ -1 +1 @@
2024-10-25T14:24:06.020Z 2024-10-25T17:04:40.997Z
Loading…
Cancel
Save