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
AppImage: Ubuntu-20.04
macOS: macOS-12 and macOS-13
Windows: Visual studio 2019
based on: master
Changes
🚀 Features
- opt: remove disable web security
- PR: #1318
- opt: use link instead of button and tooltip
- PR: #1331
- opt: remove popup html
- PR: #1333
- opt: experiment with qt 6.7.0
- PR: #1344
- opt: arm macos support
- PR: #1364
- opt: refactor the code
- PR: #1368
🐛 Fixes
- fix: validate the dictionary when push it into the variable
- PR: #1357
- fix: middle button does not work
- PR: #1356
- fix: critial error throw.
- PR: #1360
- fix: macos arm support
- PR: #1367
- fix: groups widget crash on macos occasionly
- PR: #1371
🤖 Github action
- action: upgrade to qt6.6.1
- PR: #1365
🧼 Clean Code
- clean: move dict implementations out of headers
- PR: #1322