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: convert for loop to for-range
- PR: #1201
- opt: refactor the code to show untitle & welcome page
- PR: #1203
- opt: reduce the network stall time
- PR: #1207
- opt: in the darkmode , set image background to white in case the bac…
- PR: #1213
- opt: remove the reply attribute settings which is not supported in we…
- PR: #1200
- opt: remove gdpicture & maxPictureWidth which has not been used at all.
- PR: #1220
- opt: experimental changes, resource performance, support gdvideo
- PR: #1199
- opt: history addItem logic optimization
- PR: #1224
- opt: make code more readable
- PR: #1225
- opt: indexing dictionary in status bar does not disappear
- PR: #1234
- opt: remove SecureScheme from custom url register
- PR: #1237
- opt: use italic to indicate the no results
- PR: #1232
- opt: refactor code
- PR: #1243
- opt: remove dictionary debug mode
- PR: #1249
- feat: add GOLDENDICT_FORCE_WAYLAND to force wayland (and get things broken)
- PR: #1255
- opt: wikipedia word list optimization
- PR: #1259
- opt: minor fixes
- PR: #1260
🐛 Fixes
- fix: avoid QFile::readall when loading resources
- PR: #1196
- fix: makeFTSIndex crash at startup when indexed articleCount is zero
- PR: #1198
- fix: typo
- PR: #1208
- fix: word zoom does not work in completer
- PR: #1209
- fix: save article , process qrc protocol link
- PR: #1215
- fix: reduce 206 response
- PR: #1216
- fix: dsl max width image
- PR: #1217
- fix: fix image path in default article css
- PR: #1221
- fix: scanpopup flash content
- PR: #1227
- fix: dsl dictionary crash when creating full text index.
- PR: #1231
- fix: reduce wait time on socket
- PR: #1239
- fix: audio device change handled
- PR: #1242
- fix: mouse xbutton1(&2) back and forward event
- PR: #1258
- fix: epwing dictionary parsing error
- PR: #1263
🤖 Github action
- action: macos build failed
- PR: #1222
- action: add qt6.6.0 support
- PR: #1238
- action: drop support of AppImage
- PR: #1264
🔴 Uncategorized
- i18n: fix typo in Lingua Libre Dialog
- PR: #1192
- New Crowdin updates
- PR: #1193
- refactor: use static class method instead of instance method
- PR: #1210
- New Crowdin updates
- PR: #1211
- [Win]: drop support of 5.15.2 on Windows Platform
- PR: #1214
- Add default font style for phonetic symbols
- PR: #1223
- New Crowdin updates
- PR: #1228
- cleanup libs and fix cmake project version.
- PR: #1233
- New Crowdin updates
- PR: #1235
- optimize the default css font
- PR: #1254