Install instructions for Windows, macOS and Linux
https://xiaoyifang.github.io/goldendict-ng/install/.
Filename pattern (文件名模式): [Qt version]-GoldenDict-ng-[OS]-[release-date].[ext]
Qt6.X is recommended for various enhancements.
Windows users can use either ****-installer.exe
(for installer) or ****.zip
(unzip and run).
The goldendict.exe
can be dropped into previous installation's folder (if dependencies aren't changed).
Linux users can use Flatpak or build from source.
https://flathub.org/apps/io.github.xiaoyifang.goldendict_ng
macOS users can use .dmg
installer.
6.5.1-GoldenDict.exe_windows-2019_20230701.zip
means built with Qt6.5.1, windows/msvc-2019 at 20230701 as a zip archive.
Build Details
Flatpak
macOS: macOS-12 and macOS-13
Windows: Visual studio 2019
based on: dev
Changes
🚀 Features
- feat: document Index file in architecture.md
- PR: #1436
- opt: the xapian fts does not concern about the address order
- PR: #1445
🐛 Fixes
- fix: url handler and encoded ACE / Punycode / percent encoded URLs
- PR: #1434
- fix: ffmpeg dll install path
- PR: #1455
🧼 Clean Code
- clean: remove unnecessary passing of openSearchAction to ArticleView's ctor
- PR: #1432
- clean: deprecations that won't break Qt5 compatibility
- PR: #1433
- clean: rename File::Class to what it is really used.
- PR: #1437
- clean: utilize QSaveFile and improve config/favorite/history file saving
- PR: #1441
🔴 Uncategorized
- New Crowdin updates
- PR: #1447
- A temporary workaround to #1451
- PR: #1453
- CMakeLists.txt: Enforce UTC in timestamp generation
- PR: #1456
- Update libraries:
fmt
to 10.2.1 andtoml++
to 3.4.0- PR: #1462
- CMake: let cpack generate package.
- PR: #1463
- Update windows dependencies: zim-9.0, zlib-1.3.1
- PR: #1464
- merge staged changes to dev
- PR: #1468