Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
fc41bb0
Version bump
jackyaz Jan 14, 2022
dac81c9
Assume https if port is 443
jackyaz Jan 14, 2022
7c7e37d
Download README and LICENSE if they don't exist locally
jackyaz Jan 16, 2022
35ab0a3
Update connmonstats_www.asp
Martinski4GitHub Jul 1, 2024
a1e8bbb
Update README.md
Martinski4GitHub Jul 1, 2024
e6d5667
Update connmon.sh
Martinski4GitHub Jul 1, 2024
cd426c2
Updated ASP file.
Martinski4GitHub Jul 1, 2024
7f2125e
Merge pull request #61 from Martinski4GitHub/develop
jackyaz Jul 1, 2024
b24d120
Update README.md
Martinski4GitHub Jul 2, 2024
d98af7e
Update connmon.sh
Martinski4GitHub Jul 2, 2024
2d35b61
Fixed "Reset Database" functionality
Martinski4GitHub Jul 15, 2024
c272dd5
Numerical comparison operator.
Martinski4GitHub Jul 15, 2024
2d44b0c
Merge pull request #62 from Martinski4GitHub/develop
jackyaz Jul 15, 2024
22970c8
Updated for 3.0.3 Release
Martinski4GitHub Jul 16, 2024
8d2b8e2
Merge pull request #63 from Martinski4GitHub/develop
jackyaz Jul 16, 2024
dfaf62a
Code improvement.
Martinski4GitHub Aug 19, 2024
0c97b85
Fixed issue reported by Codacy
Martinski4GitHub Aug 19, 2024
e976708
Functionality Improvements
Martinski4GitHub Dec 23, 2024
66430d1
Update connmonstats_www.js
Martinski4GitHub Dec 23, 2024
79a9a1f
Update connmonstats_www.js
Martinski4GitHub Dec 23, 2024
0a532a8
Update connmonstats_www.js
Martinski4GitHub Dec 23, 2024
b4028a5
Update connmonstats_www.js
Martinski4GitHub Dec 23, 2024
b0bb96c
Update connmonstats_www.js
Martinski4GitHub Dec 23, 2024
31e831d
Update connmonstats_www.asp
Martinski4GitHub Dec 23, 2024
b5adfa9
Update CHANGELOG.md
Martinski4GitHub Dec 23, 2024
3265d13
Code Improvements.
Martinski4GitHub Dec 23, 2024
c92eb16
Update connmon.sh
Martinski4GitHub Dec 23, 2024
e94d9b0
Update connmon.sh
Martinski4GitHub Dec 24, 2024
ae1225f
Code Improvements
Martinski4GitHub Jan 5, 2025
8d0f644
Update connmon.sh
Martinski4GitHub Jan 5, 2025
1ad2bf1
Merge pull request #64 from Martinski4GitHub/develop
jackyaz Jan 9, 2025
455e5c5
Code Improvements
Martinski4GitHub Jan 29, 2025
c04fd94
Update connmon.sh
Martinski4GitHub Jan 30, 2025
f82cb34
Fine-tuning code.
Martinski4GitHub Jan 30, 2025
cb4d52c
Code Improvements
Martinski4GitHub Feb 3, 2025
5f96330
Update connmon.sh
Martinski4GitHub Feb 3, 2025
54bad26
Fixed JFFS Space Calculation
Martinski4GitHub Feb 4, 2025
abbc7f5
Merge pull request #65 from Martinski4GitHub/develop
jackyaz Feb 4, 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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## v3.0.3
04 January 2025
* FIXED: Errors when loading the webGUI page on the 3006.102.1 F/W version.
* FIXED: Bug giving incorrect results when computing the free space available of a large-capacity USB-attached drive. This was preventing the user from resetting the database using the CLI menu.
* FIXED: "Reset Database" functionality on the CLI menu was correctly resetting the database file but the result was not reflected on the webGUI page where "old" entries were still shown as if the database had not been reset.
* IMPROVED: Modified all SQLite3 calls to capture and log errors in the system log.
* IMPROVED: Modified SQLite3 configuration parameters to improve the trimming of records from the database and then perform "garbage collection" of deleted entries to reclaim unused space & avoid excessive fragmentation.
* IMPROVED: Modified SQLite3 configuration parameters to improve the processing of database records.
* IMPROVED: Modified code to set the corresponding priority level of log entries when calling the built-in logger utility.
* IMPROVED: Modified the startup call made in the post-mount script to check if the USB-attached disk partition passed as argument has Entware installed.
* IMPROVED: Added code to show the current database file size information on the CLI menu and the webGUI page.
* IMPROVED: Added code to show the "JFFS Available" space information for the "Data Storage Location" option on the CLI menu and the webGUI page.
* CHANGED: Modified code related to "var $j = jQuery.noConflict();" which is now considered obsolete.
* IMPROVED: Various code improvements & fine-tuning.

## v3.0.2
06 January 2022
* FIXED: Only download CHANGELOG on upgrade if it doesn't exist
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/91af8db9cd354643a8ef6a7117be90fb)](https://www.codacy.com/app/jackyaz/connmon?utm_source=github.com&utm_medium=referral&utm_content=jackyaz/connmon&utm_campaign=Badge_Grade)
![Shellcheck](https://github.com/jackyaz/connmon/actions/workflows/shellcheck.yml/badge.svg)

## v3.0.2
### Updated on 2022-01-06
## v3.0.3
### Updated on 2025-Feb-03
## About
connmon is an internet connection monitoring tool for AsusWRT Merlin with charts for daily, weekly and monthly summaries.

Expand Down
Loading
Loading