Skip to content

Commit

Permalink
Merge pull request #1791 from xiaoyifang/staged
Browse files Browse the repository at this point in the history
dev: make new test build
  • Loading branch information
shenlebantongying authored Sep 30, 2024
2 parents 8cb9d11 + 4a0124d commit c0c164c
Show file tree
Hide file tree
Showing 94 changed files with 61,986 additions and 62,422 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PR-check-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.7.2
version: 6.7.3
arch: win64_msvc2019_64
modules: qtwebengine qtwebchannel qtpositioning qt5compat qtmultimedia qtimageformats qtspeech
setup-python: 'false'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-AutoTag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
runs-on: ubuntu-latest

env:
version: 24.05.13
version-suffix: ${{ !contains(github.ref_name,'master') && 'alpha' || 'NextNameHere' }}
version: 24.11.0
version-suffix: ${{ !contains(github.ref_name,'master') && 'alpha' || 'Release' }}
prerelease: ${{ !contains(github.ref_name,'master') }}

steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-macos-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
strategy:
matrix:
os: [macos-12,macos-14]
qt_ver: [ 6.7.2,6.6.3 ]
qt_ver: [ 6.7.3,6.6.3 ]
qt_arch: [clang_64]
env:
targetName: GoldenDict
version: 24.05.13
version-suffix: ${{ !contains(github.ref_name,'master') && 'alpha' || 'NextNameHere' }}
version: 24.11.0
version-suffix: ${{ !contains(github.ref_name,'master') && 'alpha' || 'Release' }}
prerelease: ${{ !contains(github.ref_name,'master') }}
steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-windows-vcpkg-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
strategy:
matrix:
os: [windows-2022]
qt_ver: [ 6.7.2, 6.6.3 ]
qt_ver: [ 6.7.3, 6.6.3 ]
qt_arch: [win64_msvc2019_64]
env:
version: 24.05.13
versionSuffix: ${{ !contains(github.ref_name,'master') && 'alpha' || 'NextNameHere' }}
version: 24.11.0
versionSuffix: ${{ !contains(github.ref_name,'master') && 'alpha' || 'Release' }}
prerelease: ${{ !contains(github.ref_name,'master') }}
steps:
- name: Install Qt
Expand Down
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ endif ()
include(FeatureSummary)

project(goldendict-ng
VERSION 24.05.13
VERSION 24.11.0
LANGUAGES CXX C)

set(GOLDENDICT "goldendict") # binary/executable name
Expand Down Expand Up @@ -167,6 +167,7 @@ target_include_directories(${GOLDENDICT} PRIVATE
${PROJECT_SOURCE_DIR}/src/
${PROJECT_SOURCE_DIR}/src/common
${PROJECT_SOURCE_DIR}/src/dict
${PROJECT_SOURCE_DIR}/src/dict/utils
${PROJECT_SOURCE_DIR}/src/ui
)

Expand Down
2,934 changes: 1,462 additions & 1,472 deletions locale/ar_SA.ts

Large diffs are not rendered by default.

3,250 changes: 1,620 additions & 1,630 deletions locale/ay_BO.ts

Large diffs are not rendered by default.

2,900 changes: 1,445 additions & 1,455 deletions locale/be_BY.ts

Large diffs are not rendered by default.

2,938 changes: 1,464 additions & 1,474 deletions locale/bg_BG.ts

Large diffs are not rendered by default.

Loading

0 comments on commit c0c164c

Please sign in to comment.