yyy-amnezia
6bac948633
refactor: move iOS/macOS NE specific disconnect logic to the top of disconnectFromVpn method ( #2100 )
2025-12-27 11:09:11 +08:00
vkamn
a4c4ef71fb
fix: minor fixes ( #2099 )
...
* fix: fixed saving i1-i5 fields
* fix: fixed default value for s4
* fix: fixed server name when sharing admin config
2025-12-26 22:55:57 +08:00
Yaroslav Gurov
127f85f4f0
fix: replace arm64 macos awg blob with amd64 one ( #2096 )
2025-12-24 22:28:31 +08:00
MrMirDan
13d4ddd292
chore: ru translation ( #2086 )
2025-12-23 20:17:27 +08:00
lunardunno
7265e09c85
chore: improved retrieving of images list ( #2084 )
...
Improved retrieving list of images named amnezia for Docker Engine 29.1.3 cleanup.
2025-12-23 12:20:44 +08:00
Yaroslav Gurov
2e629b6dac
chore: bump awg version ( #2088 )
2025-12-19 23:40:48 +08:00
Yaroslav Gurov
92aba49705
fix: cannot connect to IPC on Windows ( #2083 )
...
* fix: replace localsocket by QtRO-embedded one
* fix: make IpcClient initialization lazy
2025-12-19 22:44:42 +08:00
Yaroslav Gurov
91cd9474ea
fix: safe IpcClient calls ( #2076 )
...
* fix: safe IpcClient calls
* fix: double free by specifying parent
* fix: windows includes for ikev2
2025-12-19 11:09:50 +08:00
Yaroslav
6178b05643
feat: ios in-app purchase methods ( #1652 )
...
* Add in-app purchase methods
* fix: init StoreKit controller on startup
* fix: Add transaction details to StoreKit callbacks
* nullpointer access fixed
* feat: in app purchase for ios
* feat: add IAP product fetching and logging for iOS platform
* feat: iOS Simulator building pipeline made
* feat: add support for multiple IAP product IDs and attempt purchase of the first valid one
* feat: add support for retrieving Base64-encoded app receipt after successful IAP purchase
* refactor: inapp-purchase code cleanup
* feat: iap processing
* refactor: move to storekit 2
* feat: add request to billing
* chore: add ios ifdef
* feat: remove iOS simulator specific code and exclusions
* refactor: remove unused StoreKit 2 transaction observer and simplify IAP product fetching logic
* feat: implement StoreKit 2 for iOS and macOS, add restore purchases functionality
* fix: Restore Purchases button appearance updated
* feat: enhance error handling and duplicate config detection in ApiConfigsController
* feat: add support for Mac OS NE in-app purchases and StoreKitController
* ci-cd fix
* Revert "ci-cd fix"
This reverts commit f22fd7a13b .
---------
Co-authored-by: vladimir.kuznetsov <nethiuswork@gmail.com >
Co-authored-by: vkamn <vk@amnezia.org >
Co-authored-by: spectrum <yyy@amnezia.org >
2025-12-18 22:36:12 +08:00
vkamn
46ce22b85c
fix: fixed awg2 container processing ( #2067 )
2025-12-18 22:25:20 +08:00
Yaroslav Gurov
d77eaba500
fix: make ipc client thread-safe ( #2075 )
2025-12-18 20:18:11 +08:00
yyy-amnezia
6a3d43fbb0
fix: iPad startup crash fix ( #2071 )
2025-12-17 21:54:27 +08:00
Yaroslav Gurov
8f508783e3
fix: make ipc connection a singleton ( #2069 )
2025-12-16 23:05:31 +08:00
NickVs2015
f50817c43c
feat: switch to qt 6.10.1 ( #2057 )
...
* feat: switch to qt 6.10.1
* feat: switch to qt 6.10.1 remove touch
2025-12-15 21:56:36 +08:00
Yaroslav Gurov
54f67b3d82
feat: native split-tunneling for xray ( #1899 )
...
* feat: integrated xray as a library and added split-tunneling
* fix: added copying amnezia_xray.dll to build dir
* fix: changed path on darwin
* chore: clean up getting default device
* chore: removed WSAGetLastError from sockopt logging
* fix: get rid of debug logs in xray handlers
* fix: minor fixes and xray debugging capabilities
* fix: macos default interface fix
* fix: roll-back ipv6 sockopt for mac
* fix: bind IPv6 on Windows
* fix: (win) better IPv6 handling and router fixes
* feat: prebuilts uploaded
* fix: removed redundant cmake definitions
* feat: moved xray to service process, reworked errors
* fix: return values in networkUtilities
* fix: macos build fixes
* fix: (windows) cmake fixes
* fix: (windows) compilation fix
* fix: (windows) changed location of amnezia_xray.dll
* feat: xray logs added to system service
* chore: bump xray&tun2socks versions for android
* chore: cleanup of XrayProtocol class
* removed killswitch
* removed redundant members and basic cleanup
* feat: support split-tunneling in iOS and macOS NE
* chore: update active interface index based on network path and available interfaces
* refactor: update network path handling and logging in PacketTunnelProvider
* chore: bump xray deps
---------
Co-authored-by: Yaroslav Yashin <yaroslav.yashin@gmail.com >
2025-12-15 21:54:34 +08:00
vkamn
d669adb707
feat: msi installer and cli command ( #2020 )
...
* feat: Add msi quite installer
* chore: update code for new wix
* feat: add cpack wix installer
* feat: add gihub workflow for msi
* chore: fix deploy script
* chore: add wix logs
* chore: fix msi build
* chore: fix msi build
* chore: add wix exts log
* chore: add cpackwixpatch for registering the service
* chore: fix build script
* chore: fix wix fragment
* feat: add closing app with reinstalling
* chore: update version for test
* chore: fix build script
* feat: added cli commands --connect and --import (#1967 )
* fix: delete unused file and disable rollback after unsuccessful service start in msi installer
* fix: Add deps to msi
* fix: msi deps
* feat: added os signal handler
* fix: incorrect import at the empty client start (#2024 )
* chore: add force quit for os signal handler
* feat: os signal handler improvements
* fix: fixed --connection command
---------
Co-authored-by: Mykola Baibuz <mykola.baibuz@gmail.com >
Co-authored-by: aiamnezia <ai@amnezia.org >
Co-authored-by: Mitternacht822 <sb@amnezia.org >
2025-12-11 18:54:24 +08:00
albexk
5103bc640e
feat: implement reconnection in AWG by turning the VPN off and on ( #2046 )
2025-12-11 18:51:19 +08:00
vkamn
3e6f0c0342
feat: add timestamp to news list page ( #2050 )
2025-12-11 18:51:01 +08:00
vkamn
40950b92ee
feat: awg 2 support ( #1836 )
...
* Add updated awg container
* add missing files
* Hide uninstalled AwgLegacy container
* Fix resources file
* Add role for allowed for installation containers
* Add native config sharing for new Awg container
* Fix not opening awg settings
* Remove AwgLegacy from wizard manual installation page
* Fix AmneziaWG settings
* chore: update link to submodule
* refactor: remove j1-j3 and itime
* chore: return s3 s4 fields to ui
* fix: awg2 native config compatability
* chore: update packet size validation
* feat: add awg2 support in self-hosted containers
* fix: delete parameters from server config
* feat: add H-parameters validation as a strings
* chore: update link to submodule
* chore: add containers type for awg 1.5 and awg 2
* chore: fixed s3/s4 visibility for awg 1
---------
Co-authored-by: aiamnezia <ai@amnezia.org >
2025-12-11 15:18:36 +08:00
AnhTVc
ac77b4ee75
feat: add network status check for awg/wg protocol ( #1894 )
...
* Add network status check for AWG/WG protocol
* Use service for PingSender
* Cleanup unused code
* Use networkchecker for all protocols
* fix android build
* add delay for ping checker stop
* handle for interafe problems on windows
* Restart IpcClient after OS suspend
* Add DBus network checker for Linux
* Use ping check for tun interfce
* Windows suspend mode handler
* MacOS suspend mode handler draft
* Add delay for Linux wakeup reconnect
* Add delay for Linux wakeup reconnect
* Fix macOS wakeup/sleep prob
Fix macOS not receiving wakeup/sleep events
* fix done
* Update deploy.yml
fix CICD
* Update vpnconnection.cpp
update fix build CICD
* Update vpnconnection.cpp
update fix build cicd macos
* Update deploy.yml
fix CICD build macos
* Update deploy.yml
fix CICD macos
* feat: implement SCP write buffer, improve network check and refactor macOS OpenGL support
* feat: add tunnel addresses updated signal and handle network check based on gateway and local address availability
* refactor: improve IpcClient connection handling and instance management
* fix: scp revert.
* fix: cmake reverted.
* fix: submodules updated
---------
Co-authored-by: Mykola Baibuz <mykola.baibuz@gmail.com >
Co-authored-by: Yaroslav Yashin <yaroslav.yashin@gmail.com >
Co-authored-by: vkamn <vk@amnezia.org >
2025-12-02 12:46:24 +08:00
NickVs2015
fbf652f818
feat: add vless string on sharing screen ( #1999 )
...
* feat: add vless config string and serialization
* feat: add vless config string and serialization
2025-12-02 12:09:04 +08:00
vkamn
bbbf4891e6
fix: fixed define name for linux os signal handler ( #2030 )
2025-12-02 11:14:09 +08:00
MrMirDan
20d005d66c
fix: clear file name to remove header ( #1984 )
...
* fix: clear file name to remove header
* update: clear on signal
* removed uneccessary function
* fix: clear filename on invalid config type
---------
Co-authored-by: vkamn <vk@amnezia.org >
2025-12-02 11:13:26 +08:00
MrMirDan
c81ae2b060
fix: update or delete news on newsModel update ( #2007 )
...
* fix: update or delete news on newsModel update
* update: changed check for news editing
* update: changed news edit updating
* update: changed news model updating method
* chore: add rich text support for news page
---------
Co-authored-by: vkamn <vk@amnezia.org >
2025-12-01 20:23:14 +08:00
Yaroslav
105c42db1c
fix: ipc call in macos ne ( #1986 )
2025-12-01 10:54:42 +08:00
Mykola Baibuz
89818ff63d
fix: app freeze on quit ( #1804 )
...
* fix: app freeze on quit
* fix: typo in VpnConnection destructor
* add trace info
* add more trace info
* set timelimit for flushDns
* Refactor IpcClient::Interface access logic
* cleanup unused variable
* cleanup trace info
* fix: remove second disconnect from VPN on app close
* this object will be deleted at app close
* Don't terminate VPN thread on Linux
* Revert "Don't terminate VPN thread on Linux"
This reverts commit 20e4ea2d4a .
* disconnect all signals from vpnconnection on exit
* add interruption request on vpnConnectionThread
* use checktimer only for iOS
* disconnect all signals from vpnconnection on exit
* disconnect signals on exit before VPN disconnect
* add disconnectSlots method
* fix: add allow traffic rules on killswitch disable
* wait for response from service before object destroy
* change disconnect from vpn order
* add delay for connection close
* change disconnect method order
* use stop method for protocol disconnecect
* change disconnect method order
* allow dns traffic after app close
* delete tun on disconnect
---------
Co-authored-by: vkamn <vk@amnezia.org >
2025-12-01 10:49:16 +08:00
vkamn
414c422177
feat: added os signal handler ( #2029 )
2025-12-01 10:45:06 +08:00
MrMirDan
5e1742262d
fix: eye icon ( #1985 )
...
Co-authored-by: vkamn <vk@amnezia.org >
2025-11-28 11:00:53 +08:00
VoyNaLunu
5a07a1274f
fix: GetBestRoute always returning 1231 error ( #1981 )
...
* fix GetBestRoute always returning 1231 error
* revert some changes because fix turned out to be simpler
2025-11-26 12:46:55 +08:00
MrMirDan
7b8ff1fd6e
fix: checked format after changing protocol ( #1937 )
...
* fix: checked format after changing protocol
* update: improved some lines
* fix(ui): restore checkmark for connection format after switching protocol
* fix: correct a typo
* fix(ui): escape regex in client search filter
* refactor: removed redundant lines
---------
Co-authored-by: Mitternacht822 <sb@amnezia.org >
2025-11-26 12:07:24 +08:00
MrMirDan
c7221832e0
fix: users search field clears on 'x' button or 'escape' key clicked ( #1920 )
2025-11-26 11:57:28 +08:00
NickVs2015
eb7d031c7d
fix: clear qt cache on start app ( #2008 )
...
* Fix/ Cache clear Android
* Fix: Clear cache on start app
* chore: bump version
---------
Co-authored-by: vkamn <vk@amnezia.org >
2025-11-26 11:47:50 +08:00
vkamn
01ec79b7d5
fix: news fetch ( #1994 )
...
* fix: fixed news nested qml call
* feat: async proxy bypass
2025-11-18 00:21:02 +08:00
NickVs2015
b4d78d865a
fix: fix android crash ( #1988 )
2025-11-14 13:57:52 +08:00
NickVs2015
b53cdcff08
fix: fix self-hosted TextFields and Keyboard reset issue ( #1983 )
...
Co-authored-by: vkamn <vk@amnezia.org >
2025-11-12 15:57:53 +08:00
NickVs2015
5fdce1e49e
fix: fix ui android issues ( #1980 )
...
* Fix UI issues
* Fix Screen Swipe
2025-11-11 22:03:27 +08:00
Yaroslav
2ee61a040b
fix: iOS appstore publish fix ( #1922 )
2025-11-04 12:10:30 +08:00
vkamn
741b5cc0f9
fix: qt6 9 support ( #1973 )
...
* Fix qt 6.9 support
* add support android sdk 36
* feat: add support SafeMargins from Android
* Fix black screen
---------
Co-authored-by: NickVs2015 <nv@amnezia.org >
2025-11-04 11:43:36 +08:00
MrMirDan
aaf0e070dc
fix: hide description ( #1959 )
2025-11-03 10:27:01 +08:00
vkamn
236daf6b3b
feat: ad label ( #1966 )
...
* refactor: ad label desing refatroing
* feat: add ad label settings processing
* chore: fix ru translations
* chore: minor fixes
2025-11-03 10:26:22 +08:00
vkamn
f1481b1b1f
feat: add async post in gateway controller ( #1963 )
2025-10-29 23:24:24 +08:00
vkamn
f6e7d3ccf1
fix: minor ui fixes ( #1917 )
...
* feat: improve storage processing
* fix: minor ui fixes
2025-10-09 23:22:58 +08:00
Mitternacht822
a754a11913
fix: added displaying vpn_key field added in older version of the app ( #1873 )
...
* fix(api_key): added displaying vpn_key field added in older version of the app
* revert changes
* fix: implemented generation of api key text for PremiumV2
* fix: deleted unnecessary code
* saving apikey text when generating
* added method for vpn key export, fixed wrong saving file
2025-10-07 23:16:28 +08:00
vkamn
4d25e3b6f6
chore: minor bugfixes ( #1915 )
2025-10-07 23:15:06 +08:00
MrMirDan
1fac280497
fix: main app info added after clearing logs ( #1913 )
2025-10-06 21:07:04 +08:00
Yaroslav
c886c5e6a7
feat: enhance OpenVPN configuration handling and logging for iOS plat… ( #1910 )
...
* feat: enhance OpenVPN configuration handling and logging for iOS platform
* refactor: remove $OPENVPN_TA_KEY_SANITIZED and use $OPENVPN_TA_KEY instead
2025-10-06 21:04:49 +08:00
aiamnezia
cd7f78b9ca
feat: news and notifications page ( #1660 )
...
* Add news and notifications
* Add localization for news and notifications
* Remove news caching
* Add fetching news befor openning news page
* Fix not updating news page
* Delete debug output
* Remove news and notificztions with only self-hosted servers
* Add stack filters to fetching news request
* Add fetching news with changing stack in the client
* small refactoring
* polishing
* Rename newsModel files and fix naming in code
* fix: remove custom signals; fetch news only on stack expansion
* chore: delete unnecessary code
* chore: code style fixes
* fix: fixed memory leak in gateway controller
---------
Co-authored-by: vkamn <vk@amnezia.org >
2025-10-06 12:06:36 +08:00
vkamn
a587d3230f
fix: again fixed site link for features field ( #1908 )
2025-10-06 11:38:57 +08:00
MrMirDan
93e7b45136
fix: removed 'clear site list' button icon ( #1909 )
2025-10-06 11:37:42 +08:00
vkamn
e024f71ce1
fix: allow remove expired api configs ( #1907 )
2025-10-03 14:45:12 +08:00