From 88130fd377bb465c0c2d21cef8a919db6046703f Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Thu, 4 Jan 2018 23:27:05 +0100 Subject: [PATCH] Updated Changelog --- CHANGELOG.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b37ee18c..a169ae21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,51 @@ This is the Changelog for the vim-airline project. ## [Unreleased] +## [0.9] - unreleased +- Changes + - Airline does now set `laststatus=2` if needed. + - Reload on Resize and SessionLoad events + - Add `maxlinenr` symbol to `airline_section_z` + - Add quickfix title to inactive windows + - Look of default Airline Symbols has been improved #1397 + - Syntastic extension now displays warnings and errors separately +- Improvements + - Allow to skip empty sections by setting `g:airline_skip_empty_sections` variable + - Many performance improvements (using caching and async feature when possible) + - Improvements to the documentation + - More configuration for the tabline extension (with clickable buffers for Neovim) + - Collapse more aggressively on smaller window sizes + - Make use of improved Vim Script API, if available (e.g. getwininfo()) + - Make airline aware of git worktrees + - Allows for configurable fileformat output if `g:airline#parts#ffenc#skip_expected_string` is set + - Cache changes to highlighting groups if `g:airline_highlighting_cache = 1` is set + - Support for Vims terminal feature (very experimental since it hasn't been stabilized yet) + - Improvements to the fugitive extension #1603 +- New features + - Full async support for Vim 8 and Neovim + - Extensions: + - [vim-bufmru](https://github.com/mildred/vim-bufmru) + - [xkb-switch](https://github.com/ierton/xkb-switch) + - [input-source-switcher](https://github.com/vovkasm/input-source-switcher) + - [vimagit](https://github.com/jreybert/vimagit) + - [denite](https://github.com/Shougo/denite.nvim) + - [dein](https://github.com/Shougo/dein.vim) + - [vimtex](https://github.com/lervag/vimtex) + - [minpac](https://github.com/k-takata/minpac/) + - [vim-cursormode](https://github.com/vheon/vim-cursormode) + - [Neomake](https://github.com/neomake/neomake) + - [Ale](https://github.com/w0rp/ale) + - [vim-obsession](https://github.com/tpope/vim-obsession) + - spell (can also display Spell language) + - keymap + - Formatters: + - Formatters for JavaScript #1617 + - Tabline: Allow for custom formatter for `tab_nr_type` #1418 + - Customizable wordcount formatter #1584 + - Add User autocommand for Theme changing #1226 + - Shows mercurial mq status if hg mq extension is enabled + + ## [0.8] - 2016-03-09 - Changes - Airline converted to an organization and moved to new [repository](https://github.com/vim-airline/vim-airline) @@ -110,6 +155,7 @@ This is the Changelog for the vim-airline project. - support for themes: 8 included [Unreleased]: https://github.com/vim-airline/vim-airline/compare/v0.8...HEAD +[0.9]: https://github.com/vim-airline/vim-airline/compare/v0.8...HEAD [0.8]: https://github.com/vim-airline/vim-airline/compare/v0.7...v0.8 [0.7]: https://github.com/vim-airline/vim-airline/compare/v0.6...v0.7 [0.6]: https://github.com/vim-airline/vim-airline/compare/v0.5...v0.6