Changelog: Prepare for release 0.11
This commit is contained in:
parent
664426be21
commit
ad716f1df4
|
@ -2,7 +2,9 @@
|
||||||
|
|
||||||
This is the Changelog for the vim-airline project.
|
This is the Changelog for the vim-airline project.
|
||||||
|
|
||||||
## [0.11] - Unreleased
|
## [0.12] - Unreleased
|
||||||
|
|
||||||
|
## [0.11] - 2019-11-10
|
||||||
- New features
|
- New features
|
||||||
- Extensions:
|
- Extensions:
|
||||||
- [Coc](https://github.com/neoclide/coc.nvim) support
|
- [Coc](https://github.com/neoclide/coc.nvim) support
|
||||||
|
@ -10,6 +12,7 @@ This is the Changelog for the vim-airline project.
|
||||||
- [gina](https://github.com/lambdalisue/gina.vim) support
|
- [gina](https://github.com/lambdalisue/gina.vim) support
|
||||||
- [vim-bookmark](https://github.com/MattesGroeger/vim-bookmarks) support
|
- [vim-bookmark](https://github.com/MattesGroeger/vim-bookmarks) support
|
||||||
- [vista.vim](https://github.com/liuchengxu/vista.vim) support
|
- [vista.vim](https://github.com/liuchengxu/vista.vim) support
|
||||||
|
- [tabws](https://github.com/s1341/vim-tabws) support for the tabline
|
||||||
- Improvements
|
- Improvements
|
||||||
- The statusline can be configured to be shown on top (in the tabline)
|
- The statusline can be configured to be shown on top (in the tabline)
|
||||||
Set the `g:airline_statusline_ontop` to enable this experimental feature.
|
Set the `g:airline_statusline_ontop` to enable this experimental feature.
|
||||||
|
@ -208,8 +211,8 @@ This is the Changelog for the vim-airline project.
|
||||||
- integration with other plugins: netrw, unite, nerdtree, undotree, gundo, tagbar, minibufexplr, ctrlp
|
- integration with other plugins: netrw, unite, nerdtree, undotree, gundo, tagbar, minibufexplr, ctrlp
|
||||||
- support for themes: 8 included
|
- support for themes: 8 included
|
||||||
|
|
||||||
[Unreleased]: https://github.com/vim-airline/vim-airline/compare/v0.10...HEAD
|
[0.12]: https://github.com/vim-airline/vim-airline/compare/v0.11...HEAD
|
||||||
[0.11]: https://github.com/vim-airline/vim-airline/compare/v0.10...HEAD
|
[0.11]: https://github.com/vim-airline/vim-airline/compare/v0.10...v.11
|
||||||
[0.10]: https://github.com/vim-airline/vim-airline/compare/v0.9...v0.10
|
[0.10]: https://github.com/vim-airline/vim-airline/compare/v0.9...v0.10
|
||||||
[0.9]: https://github.com/vim-airline/vim-airline/compare/v0.8...v0.9
|
[0.9]: https://github.com/vim-airline/vim-airline/compare/v0.8...v0.9
|
||||||
[0.8]: https://github.com/vim-airline/vim-airline/compare/v0.7...v0.8
|
[0.8]: https://github.com/vim-airline/vim-airline/compare/v0.7...v0.8
|
||||||
|
|
Loading…
Reference in New Issue