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