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
Commits
fc7a67d Merge pull request #950 from xiaoyifang/fix/reg-unicode
0daf6fb Merge pull request #946 from shenlebantongying/rm_direct_zstd
a5be513 clean: remove zstd related code which is unused since the migration to libzim
eb1963b fix: code smells
568efee fix: unicode regex option support
86f9fa6 Merge pull request #945 from xiaoyifang/fix/terminator
82f0f84 Merge pull request #948 from xiaoyifang/fix/website-qt5
63f335f fix: qt5 website output response as text/plain
e85609c fix: terminator handler does not work as expected
d6a64be New Crowdin updates (#943)
23bc142 Merge pull request #942 from xiaoyifang/fix/website-encoding
f52e998 Update how to use breadpad crash analysis.md
9b5437b fix: website encoding problem
aeb98e2 Merge pull request #935 from xiaoyifang/fix/stardict-syn
8103201 Merge pull request #940 from xiaoyifang/fix/splash-windows
5ec1a66 fix: splash windows optimization
9ca02a1 opt: stardict s findHeadwordsForSynonym method does not seem necessary
Changes
🚀 Features
- opt: limit the number of stardict's extra synonym (from
.syn
) searching- PR: #935
🐛 Fixes
- fix: splash windows optimization
- PR: #940
- fix: website encoding problem
- PR: #942
- fix: qt5 website output response as text/plain
- PR: #948
- fix: terminator handler does not work as expected
- PR: #945
- fix: unicode regex option support
- PR: #950
🧼 Clean Code
- clean: remove zstd which is unused since the migration to libzim
- PR: #946
🔴 Uncategorized
- New Crowdin updates
- PR: #943