8000 Release Version 0.3 · Bzero/typstwriter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Version 0.3

Latest
Compare
Choose a tag to compare
@Bzero Bzero released this 11 Mar 10:37
· 3 commits to master since this release
V0.3
2571d86

Third release

The third release contains a number of minor new features and small improvements to improve the the workflow in Typstwriter.

New Features

  • Add config options to select the docks visible at startup. by @Bzero in #29
  • Add basic CLI options. by @Bzero in #32 and #40
  • Add copy, paste and delete functionality to the filesystem explorer by @Bzero in #37
  • Add option to resume last session. by @Bzero in #44
  • Shortcut to toggle comments. by @Bzero in #47

Improvements

  • Use platformdirs to determine config and data paths by @Bzero in #42
  • Ask for a new name if names conflict when pasting. by @Bzero in #46

Bug Fixes

  • Create the recent files directory if absent. by @Bzero in #31
  • Relax compiler availability check. by @Bzero in #39 and #45

Quality

  • Replace send2trash with QFile.moveToTrash. by @Bzero in #33
  • Python 3.13 testing by @Bzero in #36
  • Reformat # noqa N802 directives. by @Bzero in #41
  • Update actions. by @Bzero in #43

Full Changelog: V0.2...V0.3

0