Skip to content

Releases: starship/starship

v0.30.0

13 Dec 19:49
2e1051f
Compare
Choose a tag to compare

v0.30.0 (2019-12-13)

Bug Fixes

  • Wrap prefix and suffix in shell-specific escape codes (#712)
  • powershell: Fix prompt not updating on -nix systems (#728)

Build

  • Automate bumping starship brew formula
  • deps: bump sysinfo from 0.9.6 to 0.10.2 (#711)

Chore

  • Move snapcraft.yaml to project root
  • bump: v0.30.0

Docs

  • Add BuggStream as a contributor (#718)
  • Add popey as a contributor (#717)

Features

  • Add composer.json version to Package module (#716)
  • Add support for the ion shell (#704)

v0.29.0

11 Dec 16:55
18cad62
Compare
Choose a tag to compare

v0.29.0 (2019-12-11)

Bug Fixes

  • Add php to the default prompt order (#708)
  • Truncate long paths in conda environment names (#694)

Build

  • Add snapcraft.yaml to build snap of starship (#707)

Chore

  • bump: v0.29.0
  • config_derive: v0.1.1

Docs

  • Pipe install script into bash instead of shell (#710)
  • Add playsinline to landing page video
  • Reorder terraform option rows for consistency
  • Add missing quotes in config docs

Features

  • Implement terraform module with workspace and version (#644)

v0.28.0

06 Dec 22:17
4e23a9a
Compare
Choose a tag to compare

v0.28.0 (2019-12-06)

Build

  • deps: bump serde_json from 1.0.42 to 1.0.44

Chore

  • Update SEO meta tags with new copy
  • Disable prettier for head values in vuepress config
  • Use icon image for og:image tag
  • Update title OG tag for website
  • Undo extended page titles
  • Update webpage titles
  • Fix casing in website meta tag
  • Update website meta tags for SEO
  • bump: v0.28.0

Docs

  • add wendorf as a contributor (#695)
  • Improve doc consistency
  • add houqp as a contributor (#693)
  • Simplify installation process and docs (#643)
  • add REBELinBLUE as a contributor (#689)
  • i18n: Update translations (#683)

Features

  • Add prefix config to directory module (#642)
  • Add git_commit module (#673)
  • Add PHP version module (#244)

v0.27.0

03 Dec 17:04
44d08e7
Compare
Choose a tag to compare

v0.27.0 (2019-12-03)

Bug Fixes

  • multiple batteries support in the battery module (#669)
  • Fix panic when using fish-style pwd with unicode symbols (#672)

Chore

  • Add a helper function for executing commands (#660)
  • bump: v0.27.0

Code Refactoring

  • Refactor modules to use the exec_cmd util (#676)

Docs

  • add lucarin91 as a contributor (#685)
  • Replace badge source with shields.io
  • add rpl as a contributor (#684)
  • Fix typo in FAQ
  • Fix heading hierarchy in FAQ
  • Add an FAQ page to website (#583)
  • add weirongxu as a contributor (#679)
  • Update README to create ~/.config (#663)
  • i18n: New Crowdin translations (#619)

Features

  • Add the hg_branch module (#569)

v0.26.5

27 Nov 17:21
91d6df3
Compare
Choose a tag to compare

v0.26.5 (2019-11-27)

Bug Fixes

  • Remove duplicated "v" in package versions (#648)

Build

  • deps: bump battery from 0.7.4 to 0.7.5 (#671)
  • deps: bump chrono from 0.4.9 to 0.4.10 (#665)
  • deps: bump serde_json from 1.0.41 to 1.0.42 (#666)
  • deps: bump rayon from 1.2.0 to 1.2.1 (#654)
  • deps: bump git2 from 0.10.1 to 0.10.2 (#655)

Chore

  • Add a license file for starship_module_config_derive
  • bump: v0.26.5

Continuous Integration

  • Generate release sha256 sums (#649)

Docs

  • Update README badges
  • add marblenix as a contributor (#668)
  • Move styles to index (#657)

v0.26.4

13 Nov 02:17
6a45e56
Compare
Choose a tag to compare

v0.26.4 (2019-11-13)

Chore

  • bump: v0.26.4

Continuous Integration

  • Remove nesting from within release archives

Docs

  • add matiaskotlik as a contributor (#639)

Features

  • Add separator config to the memory module (#603)

v0.26.3

12 Nov 16:25
512ed75
Compare
Choose a tag to compare

v0.26.3 (2019-11-13)

Bug Fixes

  • Add support for multiple Kubeconfig files (#635)

Build

  • deps: bump unicode-segmentation from 1.5.0 to 1.6.0 (#638)
  • deps: bump sysinfo from 0.9.5 to 0.9.6 (#633)

Chore

  • bump: v0.26.3

Code Refactoring

  • Cleanup after module config refactor (#630)
  • Refactor git state module to use module config (#605)
  • Refactor nix_shell and java module to use module config (#606)

Continuous Integration

  • Switch to the msvc rust toolchain (#636)
  • Update Python to 3.7.5 (#628)

Docs

  • Add sitemap and robots.txt

v0.26.2

03 Nov 01:05
0c7492a
Compare
Choose a tag to compare

v0.26.2 (2019-11-03)

Chore

  • bump: v0.26.2

Continuous Integration

  • Remove brew version bump step

v0.26.1

02 Nov 11:25
111508d
Compare
Choose a tag to compare

v0.26.1 (2019-11-02)

Bug Fixes

  • Disable venv custom prompt when starship is in use (#551)

Build

  • deps: bump unicode-segmentation from 1.3.0 to 1.5.0 (#610)
  • deps: bump toml from 0.5.3 to 0.5.4 (#604)

Continuous Integration

  • Add --global flag to git config commands
  • Remove need for tests to pass for release

Docs

  • Update installation instructions for fish-shell (#599)
  • add brianlow as a contributor (#596)
  • Update required Rust version to v1.38 (#592)
  • i18n: Update documentation translations (#575)

Features

  • Enable the python module in virtual envs (#584)
  • Add configuration to set how much AWS profile info is shown (#556)
  • Add an option to limit the duration of starship directory scanning (#589)
  • Show git_status counts (#434)

Style

  • Clean up Golang module (#612)

v0.25.2

25 Oct 12:02
2051865
Compare
Choose a tag to compare

v0.25.2 (2019-10-25)

Bug Fixes

  • Show Java version from OpenJ9 Java runtimes (#507)
  • Use logical path instead of physical path when available (#398)

Chore

  • Move StarshipRootConfig to a separate file (#581)
  • bump: v0.25.2

Code Refactoring

  • Remove to remove unneeded mutability (#577)
  • Refactor memory_usage module to use module config. (#515)

Continuous Integration

  • Version the setup-* actions used for testing
  • Remove tests having to pass for release
  • Disable windows msvc builds
  • Fix windows-msvc build failure
  • Add git user for brew bump version

Docs

  • Update use_12hr config option name
  • Fix Memory Usage option key (#586)
  • add pinshan as a contributor (#573)
  • add weihanglo as a contributor (#572)
  • add SLMT as a contributor (#571)
  • i18n: Update Crowdin translations (#517)