Skip to content

v51

Choose a tag to compare

@dave-hudson dave-hudson released this 28 Jun 12:09
· 230 commits to main since this release

New features:

  • Added feature to close all tabs in a column from the tab label context menu.

Bug fixes:

  • Resolved a problem with image previews on Windows.
  • Resolved a problem with the sidebar breadcrumb folders now always unlatching a folder correctly.
  • Resolved a problem where bullet lists were not always correctly extracted from docx files.
  • Resolved a problem in the generation of Markdown code blocks from docx files.
  • Resolved a problem with hyperlinks when converting docx files to Markdown.
  • Resolved a performance issue with scrolling Markdown documents that contain images.
  • Resolved a problem with column splitters not moving correctly.

Internal structure changes:

  • Removed aiohttp and replaced it with a new built-in HTTP client.
  • Added style_checker to augment pylint with Humbug style checking.
  • Extended mypy and pylint checking to the tools directory.
  • Updated code to use modern type hinting for Python (e.g. list, not List, tuple not Tuple, and type1 | type2 not Union[type1, type2].
  • Reduced logging level for qasync to info, from debug to reduce noise in log files.