All Versions
46
Latest Version
Avg Release Cycle
46 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v3.0.0 Changes
October 16, 2018- Several optimizations for dependency heavy cargo projects
-
v2.11.0 Changes
September 30, 2018- Extend verbose output
-
v2.10.0 Changes
April 29, 2018- ➕ Add config option for ctags executable path
- ➕ Add ctags executable names used by FreeBSD
-
v2.9.0 Changes
February 18, 2018- Create tags for any kind of lib: lib, dylib, staticlib, cdylib or rlib
-
v2.8.0 Changes
- 👌 Support target kind 'staticlib' as tags root
-
v2.7.0 Changes
- ⬆️ Upgrading dependencies
-
v2.6.0 Changes
- Detect universal ctags and call it with just "--languages=Rust" and without any regexes, because it already supports Rust and the regexes only slow down the tags creation.
Universal ctags supports the creation of tags for struct fields and enum variants out of the box, which isn't possible with the regex based approach.
- Add configuration option 'ctags_options' in '~/.rusty-tags/config.toml'. The 'ctags_options' are given as options to the ctags executable.
E.g. I'm using universal ctags but don't like tags for impls, so I've set 'ctags_options = "--Rust-kinds=-c"'.
-
v2.5.1 Changes
- ⚡️ Only README updates
-
v2.5.0 Changes
- Ensure that the cached tags of local dependencies - which are developed in conjunction with the cargo project - get updated on source changes.
-
v2.4.0 Changes
- Multi threaded creation of tags (--num-threads)
- ➕ Add a lock file during the tags creation of a cargo project