Compare commits

..

No commits in common. 'master' and 'previous' have entirely different histories.

@ -5,44 +5,6 @@ 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.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 ## [1.9.0] - 2024-10-12
### Added ### Added

File diff suppressed because it is too large Load Diff

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

File diff suppressed because it is too large Load Diff

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

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