Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1009 Bytes

CHANGELOG.md

File metadata and controls

39 lines (32 loc) · 1009 Bytes

Change Log

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

[Unreleased]

Added

Changed

[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