mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-02-22 00:23:10 +08:00
Update Changelog
This documents some of the changes that happend since the release [v0.10](https://github.com/vim-airline/vim-airline/releases/tag/v0.10) and is needed for the next release v0.11, planned around November 09th/10th references #1975
This commit is contained in:
parent
262fdc20d5
commit
92c0a90b64
43
CHANGELOG.md
43
CHANGELOG.md
@ -2,25 +2,35 @@
|
|||||||
|
|
||||||
This is the Changelog for the vim-airline project.
|
This is the Changelog for the vim-airline project.
|
||||||
|
|
||||||
## [Unreleased]
|
## [0.11] - Unreleased
|
||||||
- New features
|
- New features
|
||||||
- Extensions:
|
- Extensions:
|
||||||
|
- [Coc](https://github.com/neoclide/coc.nvim) support
|
||||||
- [Defx](https://github.com/Shougo/defx.nvim) support
|
- [Defx](https://github.com/Shougo/defx.nvim) support
|
||||||
- Improvements
|
- [vim-bookmark](https://github.com/MattesGroeger/vim-bookmarks) support
|
||||||
- The statusline can be configured to be shown on top (in the tabline)
|
- [vista.vim](https://github.com/liuchengxu/vista.vim) support
|
||||||
Set the `g:airline_statusline_ontop` to enable this experimental feature.
|
- Improvements
|
||||||
- If `buffer_idx_mode=2`, up to 89 mappings will be exposed to access more
|
- The statusline can be configured to be shown on top (in the tabline)
|
||||||
buffers directly (issue [#1823](https://github.com/vim-airline/vim-airline/issues/1823))
|
Set the `g:airline_statusline_ontop` to enable this experimental feature.
|
||||||
- Allow to use `random` as special theme name, which will switch to a random
|
- If `buffer_idx_mode=2`, up to 89 mappings will be exposed to access more
|
||||||
airline theme (at least if a random number can be generated :()
|
buffers directly (issue [#1823](https://github.com/vim-airline/vim-airline/issues/1823))
|
||||||
- The branch extensions now also displays whether the repository is in a clean state
|
- Allow to use `random` as special theme name, which will switch to a random
|
||||||
(will append a ! or ⚡if the repository is considered dirty).
|
airline theme (at least if a random number can be generated :()
|
||||||
- The whitespace extensions will also check for conflict markers
|
- The branch extensions now also displays whether the repository is in a clean state
|
||||||
- `:AirlineRefresh` command now takes an additional `!` attribute, that **skips**
|
(will append a ! or ⚡if the repository is considered dirty).
|
||||||
recreating the highlighting groups (which might have a serious performance
|
- The whitespace extensions will also check for conflict markers
|
||||||
impact if done very often, as might be the case when the configuration variable
|
- `:AirlineRefresh` command now takes an additional `!` attribute, that **skips**
|
||||||
`airline_skip_empty_sections` is active).
|
recreating the highlighting groups (which might have a serious performance
|
||||||
- airline can now also detect multiple cursor mode (issue [#1933](https://github.com/vim-airline/vim-airline/issues/1933))
|
impact if done very often, as might be the case when the configuration variable
|
||||||
|
`airline_skip_empty_sections` is active).
|
||||||
|
- airline can now also detect multiple cursor mode (issue [#1933](https://github.com/vim-airline/vim-airline/issues/1933))
|
||||||
|
- expose hunks output using the function `airline#extensions#hunks#get_raw_hunks()` to the outside [#1877](https://github.com/vim-airline/vim-airline/pull/1877)
|
||||||
|
- expose wordcount affected filetype list to the public using the `airline#extensions#wordcount#filetypes` variable [#1887](https://github.com/vim-airline/vim-airline/pull/1887)
|
||||||
|
- for the `:AirlineExtension` command, indicate whether the extension has been loaded from an external source [#1890](https://github.com/vim-airline/vim-airline/issues/1890)
|
||||||
|
- correctly load custom wordcount formatters [#1896](https://github.com/vim-airline/vim-airline/issues/1896)
|
||||||
|
- add a new short_path formatter for the tabline [#1898](https://github.com/vim-airline/vim-airline/pull/1898)
|
||||||
|
- several improvements to the branch, denite and tabline extension, as well as the async code for Vim and Neovim
|
||||||
|
- the term extension supports [neoterm](https://github.com/kassio/neoterm) vim plugin
|
||||||
|
|
||||||
## [0.10] - 2018-12-15
|
## [0.10] - 2018-12-15
|
||||||
- New features
|
- New features
|
||||||
@ -198,6 +208,7 @@ This is the Changelog for the vim-airline project.
|
|||||||
- support for themes: 8 included
|
- support for themes: 8 included
|
||||||
|
|
||||||
[Unreleased]: https://github.com/vim-airline/vim-airline/compare/v0.10...HEAD
|
[Unreleased]: https://github.com/vim-airline/vim-airline/compare/v0.10...HEAD
|
||||||
|
[0.11]: https://github.com/vim-airline/vim-airline/compare/v0.10...HEAD
|
||||||
[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…
x
Reference in New Issue
Block a user