mirror of
https://github.com/MaxiFan/TunnelX.git
synced 2026-05-17 21:14:37 +03:00
Release v1.2.23
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
<NeutralLanguage>fa-IR</NeutralLanguage>
|
||||
|
||||
<!-- Version Management -->
|
||||
<Version>1.2.22</Version>
|
||||
<AssemblyVersion>1.2.22.0</AssemblyVersion>
|
||||
<FileVersion>1.2.22.0</FileVersion>
|
||||
<Version>1.2.23</Version>
|
||||
<AssemblyVersion>1.2.23.0</AssemblyVersion>
|
||||
<FileVersion>1.2.23.0</FileVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -2,6 +2,14 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 1.2.23
|
||||
|
||||
- Added GitHub release checking from the Help tab.
|
||||
- Added automatic tray notification when a newer release is available.
|
||||
- Added tray notifications for connection, disconnection, and connection errors.
|
||||
- Added a tray menu action for checking updates.
|
||||
- Moved remaining future VPN-manager improvements into the public roadmap.
|
||||
|
||||
## 1.2.22
|
||||
|
||||
- Fixed Help page data binding so GitHub and donation buttons work.
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ dotnet publish AppTunnel\AppTunnel.csproj -c Release -r win-x64 --self-contained
|
||||
Rename the final executable with the app version:
|
||||
|
||||
```powershell
|
||||
TunnelX-v1.2.22-standalone-compressed.exe
|
||||
TunnelX-v1.2.23-standalone-compressed.exe
|
||||
```
|
||||
|
||||
## 32-bit Windows
|
||||
|
||||
Reference in New Issue
Block a user