All Versions
46
Latest Version
Avg Release Cycle
46 days
Latest Release
-

Changelog History
Page 1

  • v3.8.1 Changes

    • Beautify error format
  • v3.8.0 Changes

    • ๐Ÿ›  Fix standard library tags creation for rustc >= 1.47.0
  • v3.7.0 Changes

    • ๐Ÿ›  Fix '--omit-deps' option
  • v3.6.0 Changes

    • โฌ‡๏ธ Reduce the number of open files
    • ๐Ÿ›  Fix the order in which tags for sources are created
  • v3.5.1 Changes

    April 04, 2019
    • ๐Ÿ‘ Better handling of empty ctags_exe config, by using the default ctag exe names
  • v3.5.0 Changes

    February 21, 2019
    • โž• Add option -O/--output for naming tags files
    • Increased minimum rustc version to 1.24.1
  • v3.4.0 Changes

    February 11, 2019
    • ๐Ÿ›  Fix temporary file creation errors on Windows 10
    • โœ… Create tags for crates of kind 'test'
    • Increased minimum rustc version to 1.22.0
  • v3.3.0 Changes

    December 19, 2018
    • โž• Add indexing of 'unsafe Trait' for 'excuberant ctags'
    • Use 'home_dir' of 'dirs' crate instead of 'env::home_dir'
    • Don't expect a 'Cargo.toml' in an ancestor directory of the source
  • v3.2.0 Changes

    November 06, 2018
    • Further optimizations for dependency heavy cargo projects
    • Now really - hopefully for all times - fix handling of cyclic dependencies
    • ๐Ÿ‘ Ensure support to at least rustc 1.20.0
  • v3.1.0 Changes

    October 28, 2018
    • Further optimizations for dependency heavy cargo projects
    • ๐Ÿ’… Correctly update emacs style tags with missing included tag files
    • Handling of multiple versions of the same library