Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
da7616e
Bump the all-actions group with 2 updates
dependabot[bot] Dec 1, 2025
87b6e5b
Merge pull request #48 from AMTM-OSR/dependabot/github_actions/develo…
ExtremeFiretop Dec 2, 2025
5cfc3e7
Fixed Message for Default Minutes
Martinski4GitHub Dec 2, 2025
adf27b5
Merge branch 'AMTM-OSR:develop' into develop
Martinski4GitHub Dec 2, 2025
46002d5
Merge pull request #49 from Martinski4GitHub/develop
Martinski4GitHub Dec 2, 2025
cdd98c3
Fixed Parameter Function
Martinski4GitHub Dec 7, 2025
e07b891
Merge pull request #50 from Martinski4GitHub/develop
Martinski4GitHub Dec 7, 2025
c58a846
Fixes to Extract Full Value from Settings
Martinski4GitHub Dec 7, 2025
5872886
Merge pull request #51 from Martinski4GitHub/develop
Martinski4GitHub Dec 7, 2025
3b8db56
Bug Fixes when getting Notification Parameters.
Martinski4GitHub Dec 8, 2025
52b69b7
Merge pull request #52 from Martinski4GitHub/develop
Martinski4GitHub Dec 8, 2025
bddbed2
Code Improvements
Martinski4GitHub Dec 8, 2025
19377b4
Merge pull request #53 from Martinski4GitHub/develop
Martinski4GitHub Dec 8, 2025
c840de0
Update connmon.sh
Martinski4GitHub Dec 8, 2025
b78deba
Bump actions/checkout from 6.0.0 to 6.0.1 in the all-actions group
dependabot[bot] Dec 8, 2025
cccbfa9
Merge pull request #54 from AMTM-OSR/dependabot/github_actions/develo…
Martinski4GitHub Dec 8, 2025
b084526
Merge pull request #55 from Martinski4GitHub/develop
Martinski4GitHub Dec 8, 2025
3548c81
Code Improvements
Martinski4GitHub Dec 9, 2025
174d38c
Code Improvements
Martinski4GitHub Dec 9, 2025
5331fed
Merge pull request #56 from Martinski4GitHub/develop
Martinski4GitHub Dec 9, 2025
2cac79f
New "InfluxDB Organization" Parameter
Martinski4GitHub Dec 9, 2025
017a2e3
Merge pull request #57 from Martinski4GitHub/develop
Martinski4GitHub Dec 9, 2025
da10cc7
Code Improvement
Martinski4GitHub Dec 10, 2025
8901653
Merge pull request #58 from Martinski4GitHub/develop
Martinski4GitHub Dec 10, 2025
8ec3fca
Code Improvements
Martinski4GitHub Dec 11, 2025
31ed285
Merge pull request #59 from Martinski4GitHub/develop
Martinski4GitHub Dec 11, 2025
b8197f1
Changed InfluxDB Data Format
Martinski4GitHub Dec 11, 2025
746f5fd
Merge pull request #60 from Martinski4GitHub/develop
Martinski4GitHub Dec 11, 2025
d8c8b15
Notification Improvements
Martinski4GitHub Dec 12, 2025
9c8796a
Merge pull request #61 from Martinski4GitHub/develop
Martinski4GitHub Dec 12, 2025
7d32e3f
Update connmon.sh
Martinski4GitHub Dec 12, 2025
da87058
Merge pull request #62 from Martinski4GitHub/develop
Martinski4GitHub Dec 12, 2025
23dccce
Code Improvements
Martinski4GitHub Dec 13, 2025
45c48c2
Merge pull request #63 from Martinski4GitHub/develop
Martinski4GitHub Dec 13, 2025
86b8305
Improvements for the top Main Menu
Martinski4GitHub Dec 17, 2025
255afb8
Merge pull request #64 from Martinski4GitHub/develop
Martinski4GitHub Dec 17, 2025
e734c3f
Update README.md
Martinski4GitHub Dec 21, 2025
4190db9
Merge pull request #65 from Martinski4GitHub/develop
Martinski4GitHub Dec 21, 2025
913ffff
Update README.md
Martinski4GitHub Dec 21, 2025
bc7619c
Merge pull request #66 from Martinski4GitHub/develop
Martinski4GitHub Dec 21, 2025
13d2115
Merge branch 'master' into develop
Martinski4GitHub Dec 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/Create-NewReleases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
# 1--- Check out master so we tag the exact merge commit
- name: Checkout source code
uses: actions/checkout@v5.0.1
uses: actions/checkout@v6.0.1
with:
fetch-depth: 0
ref: 'master'
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:

# 7--- Publish a GitHub Release with auto-generated notes
- name: Create Release with Automated Release Notes
uses: softprops/action-gh-release@v2.4.2
uses: softprops/action-gh-release@v2.5.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ steps.nextver.outputs.tag }}
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v3.0.10
Updated on 2025-Dec-10
* FIXED: Bug fix in a CLI script function to get the full value of notification parameters from the configuration file.
* FIXED: Bug fix in a WebUI JS function to get the full value of notification parameters from the configuration file.
* FIXED: Added new "InfluxDB Organization" parameter to WebUI page and CLI menu. This parameter is now required to send data to InfluxDB.
* FIXED: Modified the curl command sending data to InfluxDB so that it conforms to new API requirements.
* FIXED: Modified WebUI text message to show default interval of 5 minutes. Functionality was correct. This is just a correction to the text string.
* NEW: Added "InfluxDB Protocol" parameter to WebUI page and CLI menus to specify whether to use HTTP or HTTPS protocol.
* NEW: Added "PingServer" field to each data point being sent to InfluxDB.
* Miscellaneous code improvements.


## v3.0.9
Updated on 2025-Nov-27
* FIXED: In some rare situations, the setting for the ping test server IP address went "missing" from the configuration file, and the value could no longer be modified by the user.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# connmon

## v3.0.9
### Updated on 2025-Nov-27
## v3.0.10
### Updated on 2025-Dec-21

## About
connmon is an internet connection monitoring tool for AsusWRT Merlin with charts for daily, weekly and monthly summaries.
Expand Down
Loading