Skip to content

Commit

Permalink
Release 2021.01.01
Browse files Browse the repository at this point in the history
  • Loading branch information
seud0nym committed Jan 1, 2021
1 parent 3d84cf3 commit e68d002
Show file tree
Hide file tree
Showing 9 changed files with 233 additions and 120 deletions.
8 changes: 8 additions & 0 deletions VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2021.01.01
==========
* tch-gui-unhide: Fixed bug that caused Telephony card to crash when no call statistics recorded [#18]
* tch-gui-unhide: Added button to indicate when a new version is available
* tch-gui-unhide: Added tch-gui-unhide release version to landing page (18.1.c only)
* tch-gui-unhide: Allow setup of wan connection when in bridge mode (https://github.com/Ansuel/tch-nginx-gui/commit/1903e3578b8557076c8b4681d8078c20c996a7d4)
* tch-gui-unhide: Ensure wan6 auto, proto and ifname settings match wan on save

2020.12.29
==========
* ALL: Fixed "Illegal option -?" message when using -? to determine script optional parameters
Expand Down
5 changes: 4 additions & 1 deletion build/build-release
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#!/bin/sh

if [ "$(date +%Y.%m.%d)" != "$(head -n 1 ../VERSION.txt)" ]
version="$(head -n 1 ../VERSION.txt)"
if [ "$(date +%Y.%m.%d)" != "$version" ]
then
echo "ERROR: First line of VERSION.txt does not match new version number!!!"
exit 1
else
echo Building Release $version
fi

. ./build
Expand Down
45 changes: 28 additions & 17 deletions tch-gui-unhide-17.2.0284

Large diffs are not rendered by default.

45 changes: 28 additions & 17 deletions tch-gui-unhide-17.2.0468

Large diffs are not rendered by default.

50 changes: 33 additions & 17 deletions tch-gui-unhide-18.1.c.0462

Large diffs are not rendered by default.

50 changes: 33 additions & 17 deletions tch-gui-unhide-18.1.c.0514

Large diffs are not rendered by default.

50 changes: 33 additions & 17 deletions tch-gui-unhide-18.1.c.0543

Large diffs are not rendered by default.

50 changes: 33 additions & 17 deletions tch-gui-unhide-18.1.c.0549

Large diffs are not rendered by default.

50 changes: 33 additions & 17 deletions tch-gui-unhide-18.1.c.0585

Large diffs are not rendered by default.

0 comments on commit e68d002

Please sign in to comment.