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 or Flatpak.
https://flathub.org/zh-Hans/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: refs/heads/master
Changes
🚀 Features
- opt: full text index compact
- PR: #1040
- feat: CMake: add a flag to parallel install with the original GD (by install files differently)
- PR: #1041
- opt: optimize the removeDirectory method
- PR: #1042
- feat: add
windeploy
CMake target to make redistributable GD on Windows- PR: #1047
- opt: remove outline of dictionary name in classic style
- PR: #1051
- opt: remove invalid index on exit
- PR: #1071
- opt: rewrite solo mode in the dictionary bar
- PR: #1073
- opt: add Ctrl+Shift+S to stop the current playing sound
- PR: #1081
- opt: reconstruct the welcome page
- PR: #1084
- feat: add an option to make debug dictionary easier
- PR: #1086
- opt: refactor a string endswith method
- PR: #1110
- opt: refactor the compare logic
- PR: #1112
- opt: preference layout rearrangement
- PR: #1117
- opt: replace programdict with a new icon
- PR: #1122
- opt: add system font configuration
- PR: #1125
🐛 Fixes
- fix: translate line in floatable toolbar will lose focus
- PR: #1034
- fix: website dictionary base tag
- PR: #1038
- fix: fts temp folder deletion
- PR: #1043
- fix: epwing remove unused method
- PR: #1044
- fix: adjust the order of Mainwindow's show() and restoreState/restoreGeometry
- PR: #1049
- fix: fts progress large than 100
- PR: #1052
- fix: no need to installEventFilter( this) to itself
- PR: #1057
- fix: include lzma on default
- PR: #1059
- fix: remove old unnecessary logic which blocks updating Windows Title
- PR: #1060
- fix: generate icon name crash with 0 size
- PR: #1061
- fix: qcompleter lost signal when qlineedit lost focus
- PR: #1064
- fix: update globalbroadcaster translatelinetext also in scanpopup
- PR: #1076
- fix: scale the downarrow.png to 18x18
- PR: #1080
- fix: epwing dictionary index twice
- PR: #1089
- fix: epwing rebuild issue
- PR: #1094
- fix: epwing case sensitive
- PR: #1093
- fix: skip invalid headword in some epwing dictionaries
- PR: #1096
- fix: navigate through epwing restricted to certain dictionary
- PR: #1109
- fix: epwing dictionary reference navigation restrict to certain dicti…
- PR: #1111
- fix: the headwords got mixed together
- PR: #1116
- fix: search in the current page does not clear found dictionary panel
- PR: #1123
🤖 Github action
- action: macos ,remove python
- PR: #1036
- action: sonar cloud analysis
- PR: #1039
- action: replace deprecated set-output with new syntax
- PR: #1068
- action: macos zim dependencies fix with dylibbundler
- PR: #1066
- action: windows specific, update makensis version
- PR: #1069
- action: update release note , add flatpak
- PR: #1101
- action: macos ,remove unused line
- PR: #1102
- action: add human friendly branch
- PR: #1119
🔴 Uncategorized
- New Crowdin updates
- PR: #1035
- Make appicon work on Windows when built by CMake.
- PR: #1045
- Update winlib
- PR: #1054
- let cmake find windeployqt.exe
- PR: #1055
- fix windeployqt path.
- PR: #1056
- New Crowdin updates
- PR: #1074
- New Crowdin updates
- PR: #1077
- New Crowdin updates
- PR: #1085
- New Crowdin updates
- PR: #1091
- New Crowdin updates
- PR: #1103
- New Crowdin updates
- PR: #1105
- doc: how to debug dictionary js
- PR: #1104
- doc: how to debug dictionary js
- PR: #1106
- New Crowdin updates
- PR: #1107
- New Crowdin updates
- PR: #1118
- style: epwing dictionary css
- PR: #1121