mirror of
https://github.com/esm7/obsidian-vimrc-support.git
synced 2026-07-22 05:00:25 +00:00
README updates and version bump
This commit is contained in:
parent
d2583078ac
commit
b5b50320d7
3 changed files with 9 additions and 2 deletions
|
|
@ -419,6 +419,13 @@ Note that the above snippet uses powerline glygh for the triangular shape, so yo
|
|||
|
||||
## Changelog
|
||||
|
||||
### 0.10.0
|
||||
|
||||
- Most notably, support for *many* new default mappings, see [here](https://github.com/esm7/obsidian-vimrc-support/pull/222) -- thanks @alythobani for this great contribution!
|
||||
- Fixed https://github.com/esm7/obsidian-vimrc-support/issues/228.
|
||||
- Added a license file, at last!
|
||||
|
||||
|
||||
### 0.9.0
|
||||
|
||||
Multiple fixes and improvements, all contributed by @jiyee - thank you!
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-vimrc-support",
|
||||
"name": "Vimrc Support",
|
||||
"version": "0.9.0",
|
||||
"version": "0.10.0",
|
||||
"description": "Auto-load a startup file with Obsidian Vim commands.",
|
||||
"minAppVersion": "0.15.3",
|
||||
"author": "esm",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-vimrc-support",
|
||||
"version": "0.9.0",
|
||||
"version": "0.10.0",
|
||||
"description": "Auto-load a startup file with Obsidian Vim commands.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue