Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# VPNMON-R3 v1.8.0
# VPNMON-R3 v1.8.1
Asus-Merlin OpenVPN/Wireguard Monitor R3

Updated on 2025-Oct-30
Updated on 2025-Nov-16

---

Expand Down
File renamed without changes.
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v1.8.1 - (November 16, 2025)
- PATCH: After dealing with several long periods of internet outages on my end, I decided to give a
bit more visibility to the WAN DOWN screens, showing it retrying every 60sec/300sec depending on
what component is down. It now shows seconds along with a busy indicator so you know where you are
in the process.
- PATCH: In rare situations, the calculations for the throughput figures would yield numbers < 0.
Added some more logic to check for this in order to display "[UNKN]" in those cases.

v1.8.0 - (October 30, 2025)
- MINOR: Added more visibility to the main UI, and included both TX and RX stats for each connection.
Please know, these stats are basically the average connection speed across the length of the timer.
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.0
1.8.1
Loading