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
- opt: css feature content-visibility only available in modern style
- PR: #1408
🐛 Fixes
- fix: reduce darkreader mode white flash further by using QWebEnginePage::setBackgroundColor() (for Qt6.6.3+)
- PR: #1406
- fix: two typos in desktop file
- PR: #1410
- fix: a crash when qrcx:// fails.
- PR: #1420
- fix: CMake problems found by the openBSD package
- PR: #1422
- fix: "Open Image in System Viewer" doesn't work on macOS
- PR: #1425
- fix: crash when clicking audio insanely fast.
- PR: #1424
🧼 Clean Code
- clean: simplify tabbar double click detect via qt's built-in methods
- PR: #1419
- clean: remove macOS unused code related to gestures
- PR: #1421
🔴 Uncategorized
- merge staged to dev
- PR: #1426