Skip to content

Releases: Ansuel/tch-nginx-gui

9.6.83

12 Aug 17:27
81b8ed3
Compare
Choose a tag to compare
9.6.83 Pre-release
Pre-release
base: initial fix for sysupgrade on 19.x firmware

Port missing function on 19.x firmware.
We need to use legacy sysupgrade way as we pass custom args for our modroot
framework.

Signed-off-by: Ansuel Smith <[email protected]>

9.6.82

03 Aug 23:39
83ec274
Compare
Choose a tag to compare
9.6.82 Pre-release
Pre-release
Gui: Display Used memory instead of Free RAM memory (#1045)

* gui: show used/total RAM instead of free/total (1/2)

Viewing the free memory is useless as that's simply unused portion of memory and it can easily drop under 10MB freaking the user.
Total-Used=Available , which includes free memory but also includes stuff like Buffered/Cached memory which is dynamically managed to fit the bill.

I opted for showing Used / Total to respect the logic of the surrounding elements: numbers grow as resources consumption grows, but one can prefer Available / Total which is imply subtracting the two as I mentioned previously.

* gui: show used/total RAM instead of free/total (2/2)

* trafficmon: use MemAvailable instead of MemFree
[ci skip]

9.6.81

28 Jul 16:58
Compare
Choose a tag to compare
9.6.81 Pre-release
Pre-release
some patches and workaround for 19.x firmwares

9.6.80

13 Jul 23:05
Compare
Choose a tag to compare
9.6.80 Pre-release
Pre-release
add xdsl drivers A2pvfbH045s A2pvfbH046u

9.6.79

30 Jun 18:54
Compare
Choose a tag to compare
9.6.79 Pre-release
Pre-release
improve MST firmware network file setup https://github.com/Ansuel/tch…

…-nginx-gui/issues/1092

9.6.78

28 Jun 09:16
Compare
Choose a tag to compare
9.6.78 Pre-release
Pre-release
fix cwmp reset for TIM

update macoers feeds URL
avoid samefile cp error during first install

9.6.77

09 Jun 22:07
Compare
Choose a tag to compare
9.6.77 Pre-release
Pre-release
fix cwmp update inhibitor (typo)

9.6.76

30 May 09:45
Compare
Choose a tag to compare
9.6.76 Pre-release
Pre-release
add xdsl drivers A2pvfbH046y B2pvfbH046y

9.6.75

06 Apr 22:07
Compare
Choose a tag to compare
9.6.75 Pre-release
Pre-release
Fix login button click event

9.6.74

31 Mar 11:11
bcc758f
Compare
Choose a tag to compare
9.6.74 Pre-release
Pre-release
do not write to cache file on mac api ratelimit