Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

36 lines (30 loc) · 1.03 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[0.4.0] - 2018-08-29

Added

  • New action to insert a new outline (similar to C-RET in emacs), with a default key binding of
    ctrl alt meta enter

Changed

  • Build system now based on Gradle
  • Better test code using the IntelliJ SDK infrastructure

[0.3.1] - 2016-08-10

Added

  • Code folding for outlines

[0.3.0] - 2016-08-09

Added

  • Code folding for drawers and blocks

Changed

  • Parsing is now done using a proper BNF grammar instead of a homegrown parser

0.2 - 2015-02-14

Added

  • Many new features:
    • Spellchecking support
    • Live templates
    • Commenter
    • Todo Indexing

Changed

  • Repository reorganisation with maven structure
  • Better highlighting and color options