Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

47 lines (39 loc) · 1.11 KB

Change Log

All notable changes to VS Code Org Mode will be documented in this file.

[1.1.0-SNAPSHOT]

Added

Changed

[1.0.0]

Added

  • folding
  • source block coloration (#+BEGIN_SRC)
  • outline view
  • e2e automated tests
  • code coverage

[0.5.0]

Added

  • clock in/clock out function courtesy of @BoredMai
    • org.clockin → ctrl+alt+o | ctrl+i
    • org.clockout → ctrl+alt+o | ctrl+o
    • org.updateclock → ctrl+alt+o | ctrl+u

Changed

  • comment and link pattern matching updated by @chaseadamsio
  • fix for insert region of block snippets also courtesy of @chaseadamsio

Apologies for the odd version jump, it was assumed that "vsce publish minor" would follow the version numbering already established in some way. It didnt.

[0.1.3] - 2017-05-27

Changed

  • Stop auto-closing single quotes
  • Complete metamorphosis

[0.1.2] - 2017-04-14

Changed

  • Fix issue #53
  • Attempt fix for issue #62
  • Change description

[0.1.1] - 2017-04-10

Added

  • Add screenshots to README

Changed

  • Fix issue #55
  • Set extension category to "Languages"

[0.1.0] - 2017-04-08

  • Initial release