tide/CHANGELOG.md
2020-09-27 18:56:26 -07:00

3.6 KiB

Changelog

Note that Tide does not use strict semantic versioning.

v2.4.0 (Sep 21 2020)

Features

  • Added number of jobs option (#5)
  • Added nvm item (#23)
  • Added support for lsb-release in detect_os for non systemd distros (#24)
  • Added vi_mode item and prompt_char_vi variables for vi keybindings users (#26)

Bug fixes

  • Added git dirty state to pure style (#18)
  • Fixed bug when pwd started with / (#25)

v2.3.0 (Aug 20 2020)

  • Add question issue template
  • Combine CI workflows
  • Lots of new unit tests
  • Add context_always_display option
  • Add Rust item

v2.2.0 (Aug 2 2020)

v2.1.0 (Jul 29 2020)

  • Fix bug with basename on macOS
  • Minor edits to README
  • New os item
    • Displays a 1 character icon representing your os/distro
    • Falls back to a similar distro of linux if yours isn't recognized

v2.0.0 (Jul 26 2020)

  • Add Powerline support!
    • Item separators
    • Background colors
  • Add continuous integration
  • Update documentation
    • Move configuration to wiki
    • Beautify the readme

v1.5.0 (Jun 28 2020)

  • Many more pure prompt menus
  • Add stash state to pure
  • Add virtual_env item

v1.4.0 (Jun 17 2020)

  • Add pure support

v1.3.2 (Jun 13 2020)

  • Fix / not showing at start of pwd

v1.3.1 (Jun 8 2020)

  • Fix pwd not displaying in unwritable directories

v1.3.0 (Jun 6 2020)

  • Massive speed increase
    • Greater than 2x in most cases
    • Run code only when relevant variables change

v1.2.0 (Jun 5 2020)

  • Add pwd anchors
    • Bold directories that don't get truncated
    • Options: first, last, and git
  • Add recommended font to readme
  • Add contributing guide and code of conduct

v1.1.2 (May 24 2020)

  • Fix tide configure making fish_prompt larger and larger

v1.1.1 (May 24 2020)

  • tide configure now also resets fish_prompt to default

v1.1.0 (May 24 2020)

  • Pwd adds a second letter when truncating a directory with a dot in front
  • Wizard restores default configuration of variables
  • Tide command now has completions for subcommands
  • Readme now uses a git.io vanity link

v1.0.0 (May 20 2020)

  • First release