Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Latest commit

 

History

History
79 lines (59 loc) · 2.59 KB

CHANGELOG.md

File metadata and controls

79 lines (59 loc) · 2.59 KB

Change Log

All notable changes to the "vsnotes" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[0.7.1] - 2019-7-15

Added

  • Added option vsnotes.additionalNoteTitles and ability to pick note title format during note creation.
  • Added "Open Note" command. Depricating List Recent Notes command and will remove in 0.8.0.

Fixes

  • Fixed event-stream vulnerability and update dependencies.

[0.6.0] - 2018-10-8

Added

  • You can now use the home designator (~/) in the defaultNotePath.
  • Adds a new command that creates a note in a currently opened workspace.

Fixes

  • Fixes namespace for commands.
  • Fixes bug #26.

[0.5.1] - 2018-6-6

Added

  • Updated NPM dependencies
  • New icon thanks to Phil Helm

Changed

  • Moved treeview into custom activitybar.

Fixes

  • Merged in MR#16 which sorts tags alphabetically

[0.5.0] - 2018-3-6

  • Add search command
  • Update dependencies and close moment.js vulnerability
  • Updated Open Note Folder command to open in a new window
  • Add defaultNoteName and pre-populate create note command with it to quickly create notes
  • Fix listRecentItems feature not sorting correctly

[0.4.2] - 2017-11-15

Fixes

  • Fix Tags not populating on editor view and in quick pick if more than a few notes in notes folder.
  • Fix List Recent Notes not respecting ignore patterns

[0.4.1] - 2017-11-14

Fixes

[0.4.0] - 2017-11-14

Added

  • Commit and push command added.
  • Commit and push command setting added.
  • Commit and push default commit message added.

[0.3.1] - 2017-11-13

Added

  • Icon

[0.3.0] - 2017-11-13

Added

  • Explorer tree view. 0.3.0 adds a tree view to the explorer (left sidebar) that displays tags and files inside the note directory.
  • Added file ignore pattern to settings. Ignore filenames and exclude them from listings using regex.

Removed

  • Removed hardcoded dependency on markdown files. VS Notes now shows all files not ignored in the ignore pattern setting.

[0.2.0] - 2017-11-9

Added

  • List Tags Command. VSNotes will recurse notes directory and look for YAML encoded frontmatter with a tags key. Tags are then indexed and shown.
  • Automatically execute snippet on new note creation. VS Notes will now automatically execute a snippet named vsnotes after creating a new note.

[0.1.0] - 2017-11-7

Added

  • Initial release