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: auto dark reader mode that sync with system theme
- PR: #1907
🔧 Fixes and Optimizations
- fix: duplicate dictionary in config file
- PR: #1886
- opt: extract GroupBackup structure to store the old group info
- PR: #1883
- opt: refactor code in articleview
- PR: #1888
- opt: hide website [as link] column
- PR: #1893
- opt: remove dictionary website extra word placeholders
- PR: #1891
- opt: extract GDWORD replace logic
- PR: #1889
- opt: [win] update Windows compiler name
- PR: #1898
- opt: move special GroupIDs to a seperate enum
- PR: #1900
- opt: make custom javascript delay execution
- PR: #1905
- fix: workaround KDE adding unwanted
&
by avoid using tabText() in groupWidget- PR: #1897