Compare commits

..

27 Commits

Author SHA1 Message Date
Dominik Dzienia b8c9aa0dc2 Code formatting 2 months ago
Dominik Dzienia 35880f8cdc Fixed missing var update 2 months ago
Dominik Dzienia 0112d0a966 Hotfix release 1.9.5 - fixed watchdog domain detection 2 months ago
Dominik Dzienia a775ca7309 Fix build info 2 months ago
Dominik Dzienia 3232f30d2e Hotfix release 1.9.4 - made domain detection more robust against old hostnames 2 months ago
Dominik Dzienia 3c510323f5 Release 1.9.3 - fixed detecting mikr.us API key and hostname 2 months ago
Dominik Dzienia c7acde0478 Preparing release 1.9.2 2 months ago
Dominik Dzienia eddbefe919 Added limiting of watchdog logs while sending diagnostics 2 months ago
Dominik Dzienia 538178d92c Another try with diagnostics 2 months ago
Dominik Dzienia 4c61632e3d Support for new mikr.us hostname naming scheme 2 months ago
Dominik Dzienia 3d36625af7 Preventing downgrade on master 7 months ago
Dominik Dzienia a4c7449756 Release 1.9.1 7 months ago
Dominik Dzienia 8a4ada1599 Make update from menu check for new build 7 months ago
Dominik Dzienia 630893ae06 Updated CHANGELOG, fixed update e-mail 7 months ago
Dominik Dzienia ea08dc83ba Download error handling 7 months ago
Dominik Dzienia 58d45c9f8c Fixed update 7 months ago
Dominik Dzienia 8b9df0f7e6 Add update forcing option 7 months ago
Dominik Dzienia 60b67ceb10 Fixed update checks 7 months ago
Dominik Dzienia 12eed9e154 Fixed version info 7 months ago
Dominik Dzienia f4680d36dc Refactored update detection 7 months ago
Dominik Dzienia 674bcd956a Fixed update dialog 7 months ago
Dominik Dzienia 5ec015faaa Fixed update 7 months ago
Dominik Dzienia cab0f7e946 Fixed uninstall 7 months ago
Dominik Dzienia d6b81c8baf Fixes in text measuring 7 months ago
Dominik Dzienia d82a105c3b Build of 1.9.1 7 months ago
Dominik Dzienia dae5125e73 Docker service restart, events logging 7 months ago
Dominik Dzienia c39a9cd1d1 Docker containers logs cleanup 7 months ago

@ -5,6 +5,44 @@ 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.5],[1.9.4],[1.9.3] - 2025-03-19
### Fixed
- Detecting mikr.us API key / hostname
- Detecting domains on old hostnames
## [1.9.2] - 2025-03-13
### Changed
- Adjusted to new mikr.us host naming strategy
### Fixed
- Limited of watchdog logs added for diagnostics
## [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
### Added

File diff suppressed because it is too large Load Diff

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

File diff suppressed because it is too large Load Diff

@ -1,11 +1,11 @@
#!/bin/bash
### version: 1.9.0
### version: 1.9.5
# ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.#
# Nightscout Mikr.us setup script #
# ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.#
# (c)2023 by Dominik Dzienia #
# (c)2025 by Dominik Dzienia #
# <dominik.dzienia@gmail.com> #
# Licensed under MIT license #
# ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.#

@ -1 +1 @@
2024-10-12T23:27:19.837Z
2025-03-19T00:31:27.110Z
Loading…
Cancel
Save