Skip to content

5.0.10

Latest
Compare
Choose a tag to compare
@ilius ilius released this 09 May 15:42
· 18 commits to master since this release
195276e

What's Changed

  • Glossary: fix not ignoring disabled plugins by default and respect skipDisabledPlugins argument to Glossary.init

  • Fix setup.py: list res/* files by extension, ignoring res/hicolor, #645

    • Add .github/workflows/pip-mac.yml to prevent such bugs in future
  • Improvements in FreeDict reader

    • Put grammer text inside <div>, instead of adding <br> afrer it Fixes extra newline in Qt's QTextBrowser
    • Add support for sense.sense.sense, fix some warnings, add dummy support for idioms
  • Improvements in Wiktextract reader

    • rudimentary handler for Chinese phonology section. by @pannxe in #638
    • rudimentary ruby text handler for example sense by @pannxe in #639
    • a more comprehesive list-style pronunciation section for Chinese entries by @pannxe in #640
    • Wiktionary: add handling for non-Unicode character by @pannxe in #641
    • Fix examples section of Chinese entries by @pannxe in #642
    • Use "" instead of "_" for fallback key in zh_utils.py/processSound by @pannxe in #643
  • Fixes and improvements in user interfaces:

    • ui_tk: set className to show in Cinnamon panel instead of "Tk"
    • ui_tk: show log level names in verbosity OptionMenu, also add "6 - All"
    • ui_gtk3: UI improvements, refactoring
    • ui_gtk4: fixes, UI improvements, refactoring
  • Fix type annotations and lint errors

  • Dictfile: remove mistune version locking

  • Remove broken sym link pyglossary/plugins/check-style

  • Update scripts/docker-deb-setup.sh to use Debian packages, by @emfox in #644

New Contributors

Full Changelog: 5.0.9...5.0.10