Skip to content

Commit

Permalink
New start page and AmneziaFree support (#865)
Browse files Browse the repository at this point in the history
New start page and AmneziaFree support
  • Loading branch information
Nethius authored Aug 20, 2024
1 parent 01413e5 commit 843156c
Show file tree
Hide file tree
Showing 443 changed files with 11,757 additions and 2,756 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
env:
QT_VERSION: 6.6.2
QIF_VERSION: 4.7
PROD_AGW_PUBLIC_KEY: ${{ secrets.PROD_AGW_PUBLIC_KEY }}

steps:
- name: 'Install Qt'
Expand Down Expand Up @@ -80,6 +81,7 @@ jobs:
QT_VERSION: 6.6.2
QIF_VERSION: 4.7
BUILD_ARCH: 64
PROD_AGW_PUBLIC_KEY: ${{ secrets.PROD_AGW_PUBLIC_KEY }}

steps:
- name: 'Get sources'
Expand Down Expand Up @@ -141,6 +143,7 @@ jobs:
QT_VERSION: 6.6.2
CC: cc
CXX: c++
PROD_AGW_PUBLIC_KEY: ${{ secrets.PROD_AGW_PUBLIC_KEY }}

steps:
- name: 'Setup xcode'
Expand Down Expand Up @@ -231,6 +234,7 @@ jobs:
# Keep compat with MacOS 10.15 aka Catalina by Qt 6.4
QT_VERSION: 6.4.3
QIF_VERSION: 4.6
PROD_AGW_PUBLIC_KEY: ${{ secrets.PROD_AGW_PUBLIC_KEY }}

steps:
- name: 'Setup xcode'
Expand Down Expand Up @@ -295,6 +299,7 @@ jobs:
ANDROID_BUILD_PLATFORM: android-34
QT_VERSION: 6.6.2
QT_MODULES: 'qtremoteobjects qt5compat qtimageformats qtshadertools'
PROD_AGW_PUBLIC_KEY: ${{ secrets.PROD_AGW_PUBLIC_KEY }}

steps:
- name: 'Install desktop Qt'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tag-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
env:
QT_VERSION: 6.4.1
QIF_VERSION: 4.5
PROD_AGW_PUBLIC_KEY: ${{ secrets.PROD_AGW_PUBLIC_KEY }}

steps:
- name: 'Install desktop Qt'
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
[submodule "client/3rd/amneziawg-apple"]
path = client/3rd/amneziawg-apple
url = https://github.com/amnezia-vpn/amneziawg-apple
[submodule "client/3rd/QSimpleCrypto"]
path = client/3rd/QSimpleCrypto
url = https://github.com/amnezia-vpn/QSimpleCrypto.git
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.25.0 FATAL_ERROR)

set(PROJECT AmneziaVPN)

project(${PROJECT} VERSION 4.6.1.0
project(${PROJECT} VERSION 4.7.0.0
DESCRIPTION "AmneziaVPN"
HOMEPAGE_URL "https://amnezia.org/"
)
Expand All @@ -11,7 +11,7 @@ string(TIMESTAMP CURRENT_DATE "%Y-%m-%d")
set(RELEASE_DATE "${CURRENT_DATE}")

set(APP_MAJOR_VERSION ${CMAKE_PROJECT_VERSION_MAJOR}.${CMAKE_PROJECT_VERSION_MINOR}.${CMAKE_PROJECT_VERSION_PATCH})
set(APP_ANDROID_VERSION_CODE 56)
set(APP_ANDROID_VERSION_CODE 57)

if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
set(MZ_PLATFORM_NAME "linux")
Expand Down
1 change: 1 addition & 0 deletions client/3rd/QSimpleCrypto
Submodule QSimpleCrypto added at c99b33
20 changes: 0 additions & 20 deletions client/3rd/QSimpleCrypto/QSimpleCrypto.cmake

This file was deleted.

18 changes: 0 additions & 18 deletions client/3rd/QSimpleCrypto/QSimpleCrypto.pri

This file was deleted.

87 changes: 0 additions & 87 deletions client/3rd/QSimpleCrypto/include/QAead.h

This file was deleted.

84 changes: 0 additions & 84 deletions client/3rd/QSimpleCrypto/include/QBlockCipher.h

This file was deleted.

45 changes: 0 additions & 45 deletions client/3rd/QSimpleCrypto/include/QCryptoError.h

This file was deleted.

Loading

0 comments on commit 843156c

Please sign in to comment.