|
| 1 | +# Created with YamlCreate.ps1 Dumplings Mod |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: xiaoyifang.GoldenDict-ng |
| 5 | +PackageVersion: 26.1.0 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: Humanity |
| 8 | +PublisherUrl: https://github.com/xiaoyifang |
| 9 | +PublisherSupportUrl: https://github.com/xiaoyifang/goldendict-ng/issues |
| 10 | +PackageName: goldendict-ng |
| 11 | +PackageUrl: https://xiaoyifang.github.io/goldendict-ng/ |
| 12 | +License: GPL-3.0-or-later |
| 13 | +LicenseUrl: https://github.com/xiaoyifang/goldendict-ng/blob/HEAD/LICENSE.txt |
| 14 | +Copyright: |- |
| 15 | + © 2008-2013 Konstantin Isakov ([email protected]) |
| 16 | + © 2009-2023 The GoldenDict Developers |
| 17 | + © 2021-2026 The GoldenDict-ng Community |
| 18 | +ShortDescription: The Next Generation GoldenDict. A feature-rich open-source dictionary lookup program, supporting multiple dictionary formats and online dictionaries. |
| 19 | +Description: |- |
| 20 | + GoldenDict-ng is an advanced dictionary lookup program. |
| 21 | + Features |
| 22 | + - Supports many dictionary formats, such as MDX, DSL, StarDict, Zim... |
| 23 | + - Presents lookup results of multiple dictionaries in the same page |
| 24 | + - Supports special types of "dictionaries", such as external program, website, audio files... |
| 25 | + - Lots of auxiliary features |
| 26 | + - Popup window |
| 27 | + - Full text search |
| 28 | + - Anki integration |
| 29 | + - Transliteration for some languages |
| 30 | + - Word stemming and spelling correction via Hunspell's morphology analysis |
| 31 | + - Unicode case, diacritics, punctuation and whitespace folding (e.g. typing 'Grussen' would yield 'grüßen' in German dictionaries). |
| 32 | + - ... |
| 33 | +Tags: |
| 34 | +- dict |
| 35 | +- dictionary |
| 36 | +- goldendict |
| 37 | +- mdict |
| 38 | +- translate |
| 39 | +- translation |
| 40 | +ReleaseNotes: |- |
| 41 | + Install instructions for Windows, macOS and Linux. |
| 42 | + Filename pattern: GoldenDict-ng-[version]-[Qt version]-[system name]... |
| 43 | + For Linux, the released version is on Flathub → io.github.xiaoyifang.goldendict_ng. |
| 44 | + 💼 Other |
| 45 | + - Update to 26.1.0 - (152c971) |
| 46 | + 2026-01-04 |
| 47 | + 🚜 Refactor |
| 48 | + - Remove dead code AllowFrameReply (#2649) - (da01172) |
| 49 | + New Contributors ❤️ |
| 50 | + - @xiaoyifang made their first contribution in #2649 |
| 51 | + 2025-12-26 |
| 52 | + 🚀 Features |
| 53 | + - Use libfmt as dependency ,deps on vcpkg in windows (#2643) - (8f3210f) |
| 54 | + 🚜 Refactor |
| 55 | + - Simplify High DPI support for Qt 6 - (af765c1) |
| 56 | + ⚡ Performance |
| 57 | + - (win) Maximize file descriptor limit to 8192 - (3e585bb) |
| 58 | + New Contributors ❤️ |
| 59 | + - @OlesyaGerasimenko made their first contribution in #2644 |
| 60 | + 2025-12-22 |
| 61 | + 🆙 Improvements |
| 62 | + - Enhance debug message for article view URL loading (#2634) - (6043de7) |
| 63 | + 2025-12-16 |
| 64 | + 🆙 Improvements |
| 65 | + - Redesign collapse and expand icons for improved consistency (#2623) - (e5eeae1) |
| 66 | + - Redesign collapse and expand icons for improved consistency and clarity (#2624) - (6cfd893) |
| 67 | + - Update playsound and scan icons for improved gradient consistency and clarity (#2626) - (d4b888a) |
| 68 | + - Website loading issue (#2629) - (d852cc0) |
| 69 | + 2025-12-08 |
| 70 | + 🐛 Bug Fixes |
| 71 | + - Improve group ID determination on double-click in ArticleView (#2622) - (51b8ef0) |
| 72 | + 2025-12-05 |
| 73 | + 🚀 Features |
| 74 | + - Show save process in status bar for main and popup windows (#2601) - (fa968b8) |
| 75 | + - Implement full-text search feature with indexing and UI. (#2616) - (2d49d94) |
| 76 | + 🐛 Bug Fixes |
| 77 | + - Systemtrayicon warning on start (#2617) - (d32a753) |
| 78 | + 🆙 Improvements |
| 79 | + - Mdx dictionary css encoding detection (#2618) - (3526267) |
| 80 | + 2025-11-27 |
| 81 | + 🚀 Features |
| 82 | + - (fts) Implement timer for indexing operations and refactor dicti… (#2608) - (8c044b0) |
| 83 | + 🐛 Bug Fixes |
| 84 | + - Timer crash after indexing deleted (#2611) - (83c2d81) |
| 85 | + 🆙 Improvements |
| 86 | + - Website javascript dialogs options (#2606) - (b724bb1) |
| 87 | + 2025-11-21 |
| 88 | + 🚀 Features |
| 89 | + - Add new TranslateBox UI component for search input with autoc… (#2605) - (ffa9c18) |
| 90 | + 2025-11-21 |
| 91 | + 🚀 Features |
| 92 | + - (metadata) Add functionality to save dictionary display names (#2600) - (3a6d72f) |
| 93 | + - (ui) Update popup tab icon and label to scan (#2604) - (f01e0a1) |
| 94 | + - (web) Improve domain matching for whitelist filtering - (927503a) |
| 95 | + - Support save article with F2 in popup window (#2576) - (ee9dce9) |
| 96 | + 🐛 Bug Fixes |
| 97 | + - (fts) Encode file paths for Xapian database operations (#2603) - (b245f28) |
| 98 | + 🚜 Refactor |
| 99 | + - (fts) Simplify indexing logic and timer management - (a497dfa) |
| 100 | + New Contributors ❤️ |
| 101 | + - @submitseeker made their first contribution in #2576 |
| 102 | + 2025-11-17 |
| 103 | + 🚀 Features |
| 104 | + - (ui) Re-apply user font settings after palette reset - (df849a8) |
| 105 | + - (ui) Re-apply user font settings after palette reset (#2584) - (0b1045b) |
| 106 | + - (ui) Enable new websites by default (#2589) - (b8b653c) |
| 107 | + - (ui) Add tab management features to dictionary groups (#2588) - (9f77055) |
| 108 | + 🐛 Bug Fixes |
| 109 | + - (utils) Correct URL encoding in urlReplaceWord function (#2587) - (90b5c04) |
| 110 | + 💼 Other |
| 111 | + - Change macos os version - (14c59c0) |
| 112 | + 🆙 Improvements |
| 113 | + - Break circular dependency (#2585) - (0bada0f) |
| 114 | + - Code refactor (#2586) - (2fcf23f) |
| 115 | + 2025-11-10 |
| 116 | + 🚀 Features |
| 117 | + - (history) Remove history auto-save feature (#2582) - (fa84e0b) |
| 118 | + 💼 Other |
| 119 | + - Build check on macos-15 - (8200dd9) |
| 120 | + 🆙 Improvements |
| 121 | + - Optimize parameter pass (#2579) - (c2977de) |
| 122 | + - Optimize sounddir check logic and index logic (#2580) - (ec6e6aa) |
| 123 | + - Dsl dictionary with lsa sound (#2581) - (2228764) |
| 124 | + 2025-11-01 |
| 125 | + 💼 Other |
| 126 | + - Macos 15 intel support (#2569) - (12fac89) |
| 127 | + 🆙 Improvements |
| 128 | + - Welcome page do not need to change when switch groups (#2559) - (79b6433) |
| 129 | + New Contributors ❤️ |
| 130 | + - @xiaoyifang made their first contribution in #2565 |
| 131 | + 2025-10-25 |
| 132 | + 🐛 Bug Fixes |
| 133 | + - Ensure player stops and resources are released after playback ends (#2558) - (00e4130) |
| 134 | + - Update display style for article expansion to block - (f97bb91) |
| 135 | + 2025-10-22 |
| 136 | + 🐛 Bug Fixes |
| 137 | + - Favorite export dialog , filter issue (#2556) - (871fb9b) |
| 138 | + 2025-10-21 |
| 139 | + 🐛 Bug Fixes |
| 140 | + - Remove LocalScheme flag from custom scheme (#2552) - (49ce9e9) |
| 141 | + 2025-10-17 |
| 142 | + 🚀 Features |
| 143 | + - Lock panels to prevent accidently drag them (#2548) - (9e39a63) |
| 144 | + 🐛 Bug Fixes |
| 145 | + - (ui) Add quit action to dialogs - (afca93a) |
| 146 | + 🚜 Refactor |
| 147 | + - Remove unused expand_opt icon and update QAction to use addtab icon (#2547) - (d1c10af) |
| 148 | + 🆙 Improvements |
| 149 | + - Url changed to new place (#2543) - (e8769e8) |
| 150 | + 2025-10-12 |
| 151 | + 🐛 Bug Fixes |
| 152 | + - Security vulnerablity in local file access. (#2537) - (a44ac3a) |
| 153 | + 🆙 Improvements |
| 154 | + - Refactor welcome page (#2541) - (a12a03a) |
| 155 | + 2025-10-11 |
| 156 | + 🚀 Features |
| 157 | + - Add handling for Super key in nativeKey function - (d4a746c) |
| 158 | + 🆙 Improvements |
| 159 | + - Mdx index check ignore mdd count - (8fff9cd) |
| 160 | + - Export headword to file do not need to load them all first. (#2535) - (6ca5082) |
| 161 | + 2025-10-10 |
| 162 | + 🚀 Features |
| 163 | + - Add Wayland session detection utility and update environment ch… (#2529) - (460a055) |
| 164 | + 🐛 Bug Fixes |
| 165 | + - Improve string prefix checking and parsing in Ifo class (#2527) - (cd732bb) |
| 166 | + - Correct mddIndexInfosCount calculation in makeDictionaries function (#2531) - (9fcd9c9) |
| 167 | + 📚 Documentation |
| 168 | + - Clarify website URL configuration instructions in manage_sources.md (#2528) - (49a9f15) |
| 169 | + New Contributors ❤️ |
| 170 | + - @xiaoyifang made their first contribution in #2531 |
| 171 | + 2025-06-30 |
| 172 | + Based on branch: master |
| 173 | +ReleaseNotesUrl: https://github.com/xiaoyifang/goldendict-ng/releases/tag/v26.1.0-Release.13f0f844 |
| 174 | +Documentations: |
| 175 | +- DocumentLabel: Wiki |
| 176 | + DocumentUrl: https://github.com/xiaoyifang/goldendict-ng/wiki |
| 177 | +ManifestType: defaultLocale |
| 178 | +ManifestVersion: 1.12.0 |
0 commit comments