Release 1.9.0 #5

Merged
dominik merged 14 commits from develop into master 9 months ago

@ -5,6 +5,33 @@ 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
- Custom update channels support
### Changed
- Added more detailed logs in case of watchdog failure
## [1.8.0] - 2024-01-07
### Added

File diff suppressed because it is too large Load Diff

@ -1,6 +1,6 @@
{
"name": "@dlvoy/ns-installer-mikrus",
"version": "1.8.0",
"version": "1.9.0",
"description": "Nightscout installer for mikr.us VPS",
"main": "index.js",
"scripts": {

File diff suppressed because it is too large Load Diff

@ -1,6 +1,6 @@
#!/bin/bash
### version: 1.8.0
### version: 1.9.0
# ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.#
# Nightscout Mikr.us setup script #
@ -36,6 +36,7 @@ check_jq
check_ufw
check_nano
check_dateutils
check_diceware
setup_packages
setup_node
check_dotenv
@ -43,6 +44,7 @@ setup_users
setup_dir_structure
download_conf
download_tools
setup_security
update_if_needed
setup_firewall

@ -1 +1 @@
2024-01-07T18:29:57.941Z
2024-10-12T23:27:19.837Z
Loading…
Cancel
Save