Skip to content

Version 0.2

Latest
Compare
Choose a tag to compare
@Bzero Bzero released this 16 Aug 15:16
· 10 commits to master since this release
V0.2
2782b13

Second release

The second release includes mostly standard code editor features such as compilation error highlights, search and replace, selectable font size and syntax highlighting and indenting and unindenting, as well as a few minor improvements and bug fixes.

New Features

  • Allow to set default layout in config file by @tgilgien in #4
  • Tab/Shift+Tab identing/unindenting. by @Bzero in #9
  • Show a waning if the typst executable could not be found. by @Bzero in #11
  • Context menu in the editor tab bar. by @Bzero in #12
  • Watch open files for change. by @Bzero in #15
  • Highlight compilation errors in editor. by @Bzero in #22
  • Search and replace bar. by @Bzero in #23
  • Changeable editor font size. by @Bzero in #26
  • Selectable syntax highlighting syntax by @Bzero in #28

Improvements

Bug Fixes

  • Turn the logo header text into a path to avoid missing font issues. by @Bzero in #21

Documentation

Quality

Full Changelog: V0.1...V0.2