From fe327b77481cc2af5afc232c9ef166e3e70ff587 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 14 Dec 2025 01:52:15 +0000 Subject: [PATCH] Update version to 2.0.2 and changelog date for stable release Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com> --- CHANGELOG.md | 4 ++-- Dockerfile | 4 ++-- README.md | 2 +- hbmon-config.py | 2 +- monitor.py | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f98a96..ba5b8e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to HBMonv2 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). -## [2.0.2] - 2024-12-13 +## [2.0.2] - 2025-12-14 ### Added - Comprehensive CHANGELOG.md to document all changes @@ -63,7 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Version History -- **2.0.2** (2024-12-13): HTML5 compliance, security improvements, code quality enhancements +- **2.0.2** (2025-12-14): HTML5 compliance, security improvements, code quality enhancements - **1.6.9** (2024-06-14): Previous stable release - **Original**: HBMonitor by N0MJS, further developed by KC1AWV, adapted by SP2ONG diff --git a/Dockerfile b/Dockerfile index 7973598..4e45ca4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ############################################################################### -# Copyright (C) 2024 Shane aka, ShaYmez -# Version 2.0.1 +# Copyright (C) 2024-2025 Shane aka, ShaYmez +# Version 2.0.2 ############################################################################### FROM python:alpine3.20 diff --git a/README.md b/README.md index a39e2d2..a19fa0f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **HBmonitor is a "web dashboard" for HBlink by N0MJS. Further developed by Steve KC1AWV** ***Version - HBMonV2 by SP2ONG 2019-2022*** -***Docker Version 2.0.1 by ShaYmez M0VUB 2020-2025*** +***Docker Version 2.0.2 by ShaYmez M0VUB 2020-2025*** The main difference between HBMonitor v1 and v2 is the layout, i.e. the main page shows condensed information and on the subpages, you can see the individual content that was shown on v1 diff --git a/hbmon-config.py b/hbmon-config.py index 4168287..92e1044 100644 --- a/hbmon-config.py +++ b/hbmon-config.py @@ -1,4 +1,4 @@ -##### Version 2.0.1 ##### +##### Version 2.0.2 ##### ##### DOCKER CONFIG ONLY USE THIS WHEN USING A DOCKERIZED ENVIROMENT ##### CONFIG_INC = True # Include HBlink stats HOMEBREW_INC = True # Display Homebrew Peers status diff --git a/monitor.py b/monitor.py index 0972c50..53a1bde 100644 --- a/monitor.py +++ b/monitor.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Version 2.0.1 +# Version 2.0.2 ############################################################################### # Copyright (C) 2016-2019 Cortney T. Buffington, N0MJS #