diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 53764e5..198f973 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -4,7 +4,7 @@ " Author: Jan Larres " Licence: Vim licence " Website: https://preservim.github.io/tagbar -" Version: 2.7 +" Version: 3.0.0 " Note: This plugin was heavily inspired by the 'Taglist' plugin by " Yegappan Lakshmanan and uses a small amount of code from it. " diff --git a/doc/tagbar.txt b/doc/tagbar.txt index fe3e3ae..513270b 100644 --- a/doc/tagbar.txt +++ b/doc/tagbar.txt @@ -3,7 +3,7 @@ Author: Jan Larres Licence: Vim licence, see |license| Homepage: https://preservim.github.io/tagbar -Version: 2.7 +Version: 3.0.0 ============================================================================== Contents *tagbar* *tagbar-contents* @@ -1874,6 +1874,14 @@ Known issues~ ============================================================================== 8. History *tagbar-history* +3.0.0 (2021-01-21) + - Massive rollup with years of small changes, see `git log v2.7..v3.0.0` + - New upstream project namespace (Preservim) and maintainers + - Deprecate Exuberant Ctags, primarily support Universal Ctags + - Add lots of configuration options (see `:help tagbar`) + - Add utility functions to ease integration with other plugins + - Support many new filetypes out of the box + 2.7 (2017-01-09) - Added support for Universal Ctags, courtesy of Dmytro Konstantinov - Added option to arrange Tagbar window vertically diff --git a/plugin/tagbar.vim b/plugin/tagbar.vim index fce4a0b..e6c7fc5 100644 --- a/plugin/tagbar.vim +++ b/plugin/tagbar.vim @@ -4,7 +4,7 @@ " Author: Jan Larres " Licence: Vim licence " Website: https://preservim.github.io/tagbar -" Version: 2.7 +" Version: 3.0.0 " Note: This plugin was heavily inspired by the 'Taglist' plugin by " Yegappan Lakshmanan and uses a small amount of code from it. " diff --git a/syntax/tagbar.vim b/syntax/tagbar.vim index 3f4d515..fac1b87 100644 --- a/syntax/tagbar.vim +++ b/syntax/tagbar.vim @@ -3,7 +3,7 @@ " Author: Jan Larres " Licence: Vim licence " Website: https://preservim.github.io/tagbar -" Version: 2.7 +" Version: 3.0.0 scriptencoding utf-8