| 1 | ## 0.8.0 |
| 2 | * Tentative support for |
| 3 | [vim-mode-next](https://atom.io/packages/vim-mode-next). See |
| 4 | [#28](https://github.com/gepoch/vim-surround/issues/28). |
| 5 | |
| 6 | ## 0.7.4 |
| 7 | * Bugfixes. |
| 8 | |
| 9 | ## 0.7.3 |
| 10 | * Fixed problems cause by vim-mode changing "command-mode" to "normal-mode". |
| 11 | |
| 12 | ## 0.7.1 |
| 13 | * Propagate README changes. |
| 14 | |
| 15 | ## 0.7.0 |
| 16 | * Change surround and delete surround implemented. Thanks to @shemerey :D ! |
| 17 | |
| 18 | ## 0.6.1 |
| 19 | * Fixed keymap -> keymaps change. [vim-surround #19](https://github.com/gepoch/vim-surround/issues/19) |
| 20 | |
| 21 | ## 0.6.0 |
| 22 | * Upgraded to new config schema. General restructuring. |
| 23 | |
| 24 | ## 0.5.1 |
| 25 | * Handle undefined values in config. |
| 26 | |
| 27 | ## 0.5.0 |
| 28 | * Configurable surround key to support muscle memory in response to [vim-surround #12](https://github.com/gepoch/vim-surround/issues/12) |
| 29 | |
| 30 | ## 0.4.3 |
| 31 | * Fixed bug [vim-surround #13](https://github.com/gepoch/vim-surround/issues/13) |
| 32 | |
| 33 | |
| 34 | ## 0.4.2 |
| 35 | * Fixed bug [vim-surround #11](https://github.com/gepoch/vim-surround/issues/11) |
| 36 | * Readme updates. |
| 37 | |
| 38 | ## 0.4.1 |
| 39 | * Renamed the dynamic keybindings to match the package name. |
| 40 | * Added some tests. |
| 41 | * Poked the README. |
| 42 | |
| 43 | ## 0.4.0 |
| 44 | * Multiple cursor support. |
| 45 | |
| 46 | ## 0.3.0 |
| 47 | * Updated for Atom API v1.0.0 changes. |
| 48 | |
| 49 | ## 0.2.3 |
| 50 | * Fixed bug: [vim-surround #5](https://github.com/gepoch/vim-surround/issues/5) |
| 51 | |
| 52 | ## 0.2.0 - Activation and Keybindings Improved. |
| 53 | * Keybindings are now dynamically generated from the configured pairs. No more |
| 54 | user keybindings changes necessary! |
| 55 | * Activation is now on atom boot since keybindings are now dynamic and |
| 56 | impossible to predict for the purposes of activation events. |
| 57 | * Fixed bug where surround action did not exit visual mode. |
| 58 | |
| 59 | ## 0.1.0 - First Release |
| 60 | * Every feature added |
| 61 | * Every bug fixed |