Install instructions for Windows, macOS and Linux.
Filename pattern: GoldenDict-ng-[version]-[Qt version]-[system name]...
For Linux, the released version is on Flathub → io.github.xiaoyifang.goldendict_ng.
Based on branch: staged
Changes
🚀 Features
- feat: Windows, use Fusion only when dark mode applied
- PR: #1964
🔧 Fixes and Optimizations
- fix: local audio files without extension are not added to dictAudioMap
- PR: #1963
- fix: stardict format's description HTML display (.ifo file)
- PR: #1966
- Fix: wrong use of
QBtyeArrayView::compare
- PR: #1971
🧼 Clean Code
- refactor: port StarDict -> Ifo away from File::Index
- PR: #1965
- clean: delete useless fopen style mode char* API from File::Index
- PR: #1968
- clean: unify a common idx file read pattern uint32_t size + data
- PR: #1969
- clean: delete
stub_msvc.h
- PR: #1970
- clean: remove duplicated
getName
overrides- PR: #1972
- refactor: move transliteration code to
src/dict/transliteration
- PR: #1973
- clean: delete unused QSemaphore and do a header cleanup
- PR: #1975
- clean: delete
gddebug
- PR: #1977
- refactor: move X11 global hotkey out of hotkeywrapper.cc
- PR: #1978
🔴 Uncategorized
- fix startdict index file reading
- PR: #1981