Skip to content

Releases: starship/starship

v0.8.3

13 Aug 03:32
1d6ce77
Compare
Choose a tag to compare
chore(bump): v0.8.3

v0.8.2

13 Aug 02:29
3573348
Compare
Choose a tag to compare
chore(bump): v0.8.2

v0.8.1

13 Aug 02:11
87849c3
Compare
Choose a tag to compare
chore(bump): v0.8.1

v0.8.0 - 2019-08-13

13 Aug 01:49
6563461
Compare
Choose a tag to compare

Added

  • Add configuration for the python module to display the pyenv version name
  • Automate bumping of the starship formula on Homebrew

Commits

  • 6563461 chore(bump): v0.8.0
  • 5a2bd81 ci: Automate the bumping of the starship Brew formula (#143)
  • 160a79f feat: Implement configuration to display pyenv version name (#140)

This list of changes was auto generated.

v0.7.0 - 2019-08-12

12 Aug 17:58
2740428
Compare
Choose a tag to compare

Added

  • The jobs module
  • The Python module now shows the virtual env being used
  • Instructions for installing starship via Homebrew

Fixed

Commits

  • 2740428 chore(bump): v0.7.0
  • 82cf484 feat: Implement the prompt module for jobs (#85)
  • 3f6fe50 docs: add MaT1g3R as a contributor (#142)
  • 4c2e9c3 fix: Move the battery to the newline before character (#139)
  • 3669e38 feat: Implement Python virtual environment display (#137)
  • 53f8ed1 docs: Add Brew installation instructions (#136)

This list of changes was auto generated.

v0.6.0 - 2019-08-10

10 Aug 21:50
5bcbedb
Compare
Choose a tag to compare

Added

  • Add configuration for showing an alternate character for non-zero statuses

Commits

  • 5bcbedb chore(bump): v0.6.0
  • 39598ec feat: Add configuration to change the character for non-zero sta… (#133)
  • 994a865 fix: Add test attribute to cmd_duration tests (#134)
  • f4bb720 docs: add chipbuster as a contributor (#127)
  • 3b38fc9 docs: Add missing period
  • 1e0111a docs: Remove "Planned" from execution time feature

This list of changes was auto generated.

v0.5.0 - 2019-08-08

08 Aug 17:43
98fba0d
Compare
Choose a tag to compare

Added

  • "Command Duration" module
    The cmd_duration module shows how long the last command took to execute. The module will be shown only if the command took longer than two seconds, or the min_time config value.

Commits

This list of changes was auto generated.

v0.4.1 - 2019-08-05

05 Aug 15:50
b2303d5
Compare
Choose a tag to compare

Changes:

  • b2303d5 chore(bump): v0.4.1
  • f40f73d fix: Address longstanding linter errors
  • 616b50b ci: Publish crate to Crates.io with CI
  • 9a2af45 chore(deps): Bump log from 0.4.7 to 0.4.8 (#123)
  • 138287e chore(deps): Bump dirs from 2.0.1 to 2.0.2 (#122)
  • 6cfc6ac docs: Add detail to the truncation_length description
  • 409efd9 docs: Fix table formatting for prompt config

This list of changes was auto generated.

v0.4.0 - 2019-07-29

29 Jul 03:04
63ce5f1
Compare
Choose a tag to compare

Changes

  • Fix prompt not updating on bash and zsh

Added

  • New configuration options:
    • add_newline
      Add a new line before the start of the prompt (default: true)
    • directory. truncation_length
      Set the number of paths to show in the directory before truncating

Commits

  • 63ce5f1 chore(bump): v0.4.0
  • 5dbf438 feat: Allow directory truncation length to be configured (#120)
  • ab46710 docs: add andrewda as a contributor (#121)
  • 75e74e0 feat: Use Unix-style slash on Windows (#119)
  • 0bc28c5 feat: Add configuration for add_newline (#116)
  • 95ce43e docs: Attribute copyright to Starship Contributors (#115)
  • e1d179c chore(deps): Bump git2 from 0.9.1 to 0.9.2 (#114)
  • 8aec55b docs: Make our README.md prettier (with a few added details) (#111)
  • b39aca9 chore(bump): v0.3.2
  • 0fe00ec fix: prompt now updates on bash and zsh (#109)

This list of changes was auto generated.

v0.3.1 - 2019-07-20

20 Jul 18:09
0f1b711
Compare
Choose a tag to compare

Added

  • Handling for when the prompt receives a path to a shell during starship init

Commits

This list of changes was auto generated.