Skip to content

Commit

Permalink
chore: Unify versions format
Browse files Browse the repository at this point in the history
  • Loading branch information
svsool committed Aug 1, 2020
1 parent f3880ef commit d825e8e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. See [standa

### [0.1.13](https:/svsool/vscode-memo/compare/v0.1.12...v0.1.13) (2020-08-01)

## [0.1.12](https:/svsool/vscode-memo/compare/v0.1.11...v0.1.12) (2020-07-31)
### [0.1.12](https:/svsool/vscode-memo/compare/v0.1.11...v0.1.12) (2020-07-31)

### Added

Expand All @@ -18,15 +18,15 @@ All notable changes to this project will be documented in this file. See [standa
### Removed
- Remove `memo.useEnhancedTriggerSuggest` setting in favor of built-in `"[markdown]": { "editor.quickSuggestions": true }`

## [0.1.11](https:/svsool/vscode-memo/compare/v0.1.10...v0.1.11) (2020-07-26)
### [0.1.11](https:/svsool/vscode-memo/compare/v0.1.10...v0.1.11) (2020-07-26)

### Added
- Add new "Open daily note" command

### Removed
- Remove "Open today's note" command in favor of more flexible "Open daily note" command

## [0.1.10](https:/svsool/vscode-memo/compare/v0.1.9...v0.1.10) (2020-07-24)
### [0.1.10](https:/svsool/vscode-memo/compare/v0.1.9...v0.1.10) (2020-07-24)

### Added
- Add new help document "Open link in the default app"
Expand All @@ -36,7 +36,7 @@ All notable changes to this project will be documented in this file. See [standa
- Better documentation for "Accepted File Formats" in the help
- Added information about links rename via "Rename Symbol" command to "Automatic link synchronization" document in the help

## [0.1.9](https:/svsool/vscode-memo/compare/v0.1.8...v0.1.9) (2020-07-23)
### [0.1.9](https:/svsool/vscode-memo/compare/v0.1.8...v0.1.9) (2020-07-23)

### Added
- Add "Open link in the default app" command. Opening link via context menu is also supported
Expand All @@ -45,7 +45,7 @@ All notable changes to this project will be documented in this file. See [standa
### Fixed
- Fix bug when hover was not available for long references in Windows

## [0.1.8](https:/svsool/vscode-memo/compare/v0.1.7...v0.1.8) (2020-07-13)
### [0.1.8](https:/svsool/vscode-memo/compare/v0.1.7...v0.1.8) (2020-07-13)

### Added
- Embedding other notes using `![[Your note]]` syntax
Expand All @@ -56,30 +56,30 @@ All notable changes to this project will be documented in this file. See [standa
### Fixed
- Regular and embed links won't be interpreted anymore within code span and fenced code blocks. So you can use it for escaping links and rendering them as is.

## [0.1.7](https:/svsool/vscode-memo/compare/v0.1.6...v0.1.7) (2020-07-08)
### [0.1.7](https:/svsool/vscode-memo/compare/v0.1.6...v0.1.7) (2020-07-08)

### Fixed
- Fix backlinks lookup for filenames with special characters

## [0.1.6](https:/svsool/vscode-memo/compare/v0.1.5...v0.1.6) (2020-07-08)
### [0.1.6](https:/svsool/vscode-memo/compare/v0.1.5...v0.1.6) (2020-07-08)

### Added
- Creating a note from a long link even when folder does not exist

## [0.1.5](https:/svsool/vscode-memo/compare/v0.1.4...v0.1.5) (2020-07-07)
### [0.1.5](https:/svsool/vscode-memo/compare/v0.1.4...v0.1.5) (2020-07-07)

### Fixed
- Fix links resolution in the built-in preview. Sometimes links were not referring to a correct file.

## [0.1.4](https:/svsool/vscode-memo/compare/v0.1.1...v0.1.4) (2020-07-06)
### [0.1.4](https:/svsool/vscode-memo/compare/v0.1.1...v0.1.4) (2020-07-06)

### Added
- Publishing via CI

### Fixed
- Fix opening a note via a short link when note and image share the same name

## [0.1.1](https:/svsool/vscode-memo/compare/v0.1.0...v0.1.1) (2020-07-05)
### [0.1.1](https:/svsool/vscode-memo/compare/v0.1.0...v0.1.1) (2020-07-05)

### Added
- Help docs
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ yarn test

## Releasing

*You can skip this section if your contribution comes via PR from forked repository*
*You can skip this section if your contribution comes via PR from a forked repository.*

1. Remember to update [new version notifications](https:/svsool/vscode-memo/blob/2d187fd65218473c4264e992aa4a2497666614f2/src/features/newVersionNotifier.ts#L6) if needed
1. Run `yarn release`
Expand Down

0 comments on commit d825e8e

Please sign in to comment.