Releases: lervag/vimtex
vimtex 1.4
This release brings some new features:
- A context menu for citations (
:VimtexContextMenu
mapped to<cr>
by default). - An environment variable for specifying the output directory (see
:help VIMTEX_OUTPUT_DIRECTORY
). - Basic support for syntax highlighting of the IEEEtrantools package.
- New option:
g:vimtex_complete_bib.bibliography_commands
- New option:
g:vimtex_toc_config.indent_levels
- New event:
VimtexEventInitPre
- Added user/dev API's
vimtex#view#view
andvimtex#view#reverse_search
The option g:vimtex_quickfix_latexlog
is now deprecated in favour of the more versatile g:vimtex_quickfix_ignore_filters
.
There was also some maintenance of the code with minor improvements to both code and tests. Several minor issues have been resolved. vim-polyglot no longer bundles a LaTeX plugin, so the note about polyglot in the docs has been removed.
vimtex 1.3
vimtex 1.2
This release brings some changes:
- New events:
VimtexEventCompileSuccess
/...Failed
andVimtexEventView
- Removed options deprecated by the new events (see
:help vimtex-changelog
) - Added check and warning for deprecated options
- Plus more minor changes
vimtex 1.1
The vimtex code base has been cleaned and upgraded to rely on more recent Vim and neovim versions, as was indicated in #1748.
vimtex 1.0
This is the first "release" of vimtex. Versioning has not been a priority, as I have mostly avoided breaking changes. However, as discussed in #1748, I have decided to adapt more recent features in Vim and neovim. This means that users on older versions of Vim may experience that vimtex stops working. Thus, I want to apply versioning to make it easy to pin the version if one is stuck on old versions of Vim or neovim.
In future releases I plan to write more about the changes since the last release. Since this is the first release, one should simply all of the docs. :)