All notable changes to the "vscode-notes" extension will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.2.1 - 2023-12-28
- new sidebar icon
1.2.0 - 2023-12-27
- new Notes.notesDefaultNotesExtension setting to set extension of new notes. The default is
md
. - new Notes.notesExtensions setting to allow Notes to detect different file types when generating a list of notes. Must be a comma separated list of file extensions eg:
md,markdown,txt
etc. The default ismd,markdown,txt
.
- Updated packages and requirements to latest versions.
1.1.0 - 2020-04-04
- activity bar icon
- view list of notes in selected location
- icon to create a new note
- rename a note
- delete a note
- build extension using webpack to minify
1.0.0 - 2020-03-26
- set notes location
- create a new note
- list new notes