v3.8.0
ℹ️ Changes:
utils.gettext_helpers:do_rescan_files: use--no-locationoption to avoid including the file location in the translation filesmsgmerge: use--updateoption to avoid regenerating the translation files
- Replace
flake8withrufffor linting in GitHub Actions workflow
🛠️ Bug fixes:
- Issue #84 - Side effects of
win32_fix_title_bar_backgroundwithQGraphicsEffectactive - Issue #82 - Autodoc extension: translation of generic documentation text
- Initially, the generic documentation text like "Returns a new instance of" was translated using the
gettextfunction. - This was a mistake, as this text should be translated only after the documentation has been generated, i.e. by the
sphinx-intltool. - In other words, translating those generic texts should be done in the application documentation, not in the library itself.
- To fix this issue, the generic documentation text is no longer translated using
gettext, but is left as is in the source code.
- Initially, the generic documentation text like "Returns a new instance of" was translated using the
- Issue #80 -
ValueErrorwhen trying to show/edit an empty array