X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/24c7594d62d8d7fbbcdb64b11ce4adc5d8e6991a..e1a220cc65edfc1032f81ed01a06e4f506c9eebe:/atom/packages/vim-mode-visual-block/CHANGELOG.md diff --git a/atom/packages/vim-mode-visual-block/CHANGELOG.md b/atom/packages/vim-mode-visual-block/CHANGELOG.md index f89e8de..6b70a5d 100644 --- a/atom/packages/vim-mode-visual-block/CHANGELOG.md +++ b/atom/packages/vim-mode-visual-block/CHANGELOG.md @@ -1,3 +1,22 @@ +## 0.2.13 - Revert +- Completely remove `activationCommands`. + +## 0.2.12 - Improve +- Now activated by `vim-mode:activate-blockwise-visual-mode`. +- Delete deprecated keymap notification. + +## 0.2.11 - Quick FIX for #3 +- Disable activationCommands to avoid `getEditorState` throw error because of `@vimModeService` is undefined. + +## 0.2.10 + +## 0.2.9 - Follow renaming to NormalMode +- Use `activateNormalMode` instead of `activateCommandMode`. + +## 0.2.8 - Improve +* Refactoring. +* `activationCommands`. + ## 0.2.7 - Improve * `ctrl-v` within visual-block now work same as escape. #1