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 AppImages.
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
AppImage: Ubuntu-20.04
macOS: macOS-12 and macOS-13
Windows: Visual studio 2019
Changes
🚀 Features
- feat: customize dictionary's fullindex option with metadata.toml
- PR: #1000
- opt: optimize the process of audio link which start with double //
- PR: #1008
- opt: remove unnecessary code
- PR: #1014
- opt: [windows] separate the zlib package into debug and release folder
- PR: #1020
- opt: auto-generate dictionary icon with color
- PR: #1021
- opt: optimize loading splash dialog with loading/check information
- PR: #1024
- opt: optimize the startup speed
- PR: #1029
🐛 Fixes
- fix: a few build problems about zim/slob ,epwing
- PR: #992
- fix: use png file for appstream's metainfo.xml
- PR: #993
- fix: wikipedia open blank page in edge browser
- PR: #1003
- fix: shortcut navigation through dictionary and page
- PR: #1010
- fix: simultaneous playing sound in wikipedia
- PR: #1002
- fix: restore maximize geometry
- PR: #1013
- fix: clang format action
- PR: #1017
- fix: Qt6.4/5's maximize bug https://bugreports.qt.io/browse/QTBUG-115074
- PR: #1019
- fix: add log
- PR: #1023
- fix: sonar warning about uninitialized variable
- PR: #1026
- fix: cmake version.txt generation when built without git
- PR: #1027