Skip to content

Commit

Permalink
ts-warp-1.5.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mezantrop committed Mar 12, 2024
1 parent de38064 commit 1ed33c8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

* **2024.03.11 Current**
* **2024.03.12 ts-warp-1.5.0, gui-warp-1.0.23 (gui-warp-v1.0.28-mac), ns-warp-1.0.7**
* `gui-warp.app`: Symlink to `/Applications` in `DMG`
* `gui-warp.py`, `gui-warp.app`: `gui-warp.ini` back to macOS; `daemon_options` var controls `ts-warp` startup options
* `ssh2.c`: Deny SSH2-proxy connections with no username
Expand Down
2 changes: 1 addition & 1 deletion gui/gui-warp.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class App:

self.password = ''

self.version = 'v1.0.22'
self.version = 'v1.0.23'
self.width = width
self.height = height

Expand Down
2 changes: 1 addition & 1 deletion gui/ports/macOS/gui-warp.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(self, width=800, height=560,

self.password = ''

self.version = 'v1.0.27-mac'
self.version = 'v1.0.28-mac'
self.width = width
self.height = height

Expand Down
4 changes: 2 additions & 2 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#define PROG_NAME "TS-Warp"
#define PROG_NAME_SHORT "TSW"
#define PROG_VERSION_MAJOR "1"
#define PROG_VERSION_MINOR "4"
#define PROG_VERSION_BUILD "8"
#define PROG_VERSION_MINOR "5"
#define PROG_VERSION_BUILD "0"
#define PROG_VERSION PROG_VERSION_MAJOR "." PROG_VERSION_MINOR "." PROG_VERSION_BUILD
#define PROG_NAME_FULL PROG_NAME " " PROG_VERSION
#define PROG_NAME_CODE PROG_NAME_SHORT PROG_VERSION

0 comments on commit 1ed33c8

Please sign in to comment.