Skip to content

Releases: starship/starship

v0.35.1

06 Feb 15:43
Compare
Choose a tag to compare

v0.35.1 (2020-02-06)

Build

  • Remove media from cargo build

Chore

  • bump: v0.35.1

v0.35.0

06 Feb 15:10
Compare
Choose a tag to compare

v0.35.0 (2020-02-06)

Bug Fixes

  • make echo test use /bin/sh (#892)

Chore

  • give unused function a test annotation
  • readd from_path function
  • bump: v0.35.0

Docs

  • Update example snippets
  • add m0nhawk as a contributor (#912)
  • Update all-contributors
  • add chirsz-ever as a contributor (#909)
  • add youssefhabri as a contributor (#907)
  • small doc touchups
  • i18n: Add Simplified Chinese docs to the website and README.md (#906)
  • i18n: Fix links in Japanese docs (#905)
  • i18n: Update translations (#875)

Features

  • Add an Elm module (#879)
  • Add Crystal version module (#170)

Revert

  • "refactor: replace reqwest with ureq (#844)" (#895)

v0.35.0 (2020-02-06)

Chore

  • bump: v0.35.0

v0.34.1

03 Feb 22:14
f14aef4
Compare
Choose a tag to compare

v0.34.1 (2020-02-03)

Bug Fixes

  • Fix incorrect prefix usage in cmd_duration module (#832)
  • escape "$" character to avoid bash interpreting (#884)
  • Restrict clear screen control code printing to fish (#865)
  • Fix invalid JSON in .all-contributorsrc
  • haskell: Add the Haskell module to the default prompt order (#893)
  • java: Add detection for *.gradle files (#871)
  • python: Trim "Anaconda, Inc." from version (#861)

Build

  • deps: bump open from 1.3.2 to 1.3.3
  • deps: bump serde_json from 1.0.45 to 1.0.46
  • deps: bump pretty_env_logger from 0.3.1 to 0.4.0
  • deps: bump os_info from 1.3.2 to 1.3.3
  • deps: bump serde_json from 1.0.44 to 1.0.45
  • deps: bump os_info from 1.3.1 to 1.3.2
  • deps: bump once_cell from 1.3.0 to 1.3.1
  • deps: bump sysinfo from 0.10.4 to 0.10.5
  • deps: bump toml from 0.5.5 to 0.5.6

Chore

  • bump: v0.34.0

Code Refactoring

  • replace reqwest with ureq (#844)

Continuous Integration

  • Remove changelog generation
  • Fetch all tags when generating changelog
  • Automate changelog generation
  • Update CI dependencies (#850)

Docs

  • add ivanovart as a contributor (#860)
  • Improve description meta tag for SEO
  • Add a border-radius to the hero video
  • Add git workflow to CONTRIBUTING.md (#876)
  • Increase docs dark-mode contrast ratio
  • Added dark theme to documentation (#819)
  • add m0nhawk as a contributor (#878)
  • add gkeep as a contributor (#858)
  • add filalex77 as a contributor (#859)
  • add pjbull as a contributor (#862)
  • Add a meta title for SEO
  • Fix indentation and missing modules in README (#847)
  • i18n: Add German docs to the website and README.md (#864)
  • i18n: Update translations (#863)
  • i18n: Add Russian docs to the website and README.md
  • i18n: Update translations (#848)
  • i18n: Add Russian to the website language dropdown (#856)
  • i18n: Update translations (#857)

Features

  • Add Haskell Stack support (#546)
  • Update colors of package and php modules (#782)

Performance Improvements

  • Optimize files, folder and extension lookups in Context (#880)

Test

  • nodejs: Port nodejs module tests from E2E to integraton (#867)

v0.33.1

16 Jan 05:07
70428f7
Compare
Choose a tag to compare

v0.33.1 (2020-01-15)

Bug Fixes

  • Correct module description text for git_commit (#812)
  • bug-report: Fix status code 414 when generated bug report is too long (#750)

Build

  • deps: bump once_cell from 1.2.0 to 1.3.0
  • deps: bump os_info from 1.2.0 to 1.3.0
  • deps: bump reqwest from 0.10.0 to 0.10.1
  • deps: bump nom from 5.0.1 to 5.1.0

Chore

  • Add ability to mock commands during tests (#768)
  • bump: v0.33.1

Code Refactoring

  • dotnet: Use exec_cmd util (#826)
  • php: Use exec_cmd util(#825)

Docs

  • Add installation instructions for Cargo to README.md (#820)
  • i18n: Update translated docs (#792)
  • i18n: add Spanish as WIP localization (#813)

Test

  • Ignore AWS tests that depend on the File System (#817)

v0.33.0

06 Jan 17:59
25079b0
Compare
Choose a tag to compare

v0.33.0 (2020-01-06)

Bug Fixes

  • Consider $STARSHIP_CONFIG in configure (#795)
  • Terminate $PROMPT_COMMAND properly (#799)

Build

  • deps: bump reqwest from 0.9.24 to 0.10.0 (#797)
  • deps: bump sysinfo from 0.10.3 to 0.10.4

Chore

  • bump: v0.33.0

Continuous Integration

  • Remove Docker test environment from CI (#806)

Docs

  • Document the STARSHIP_CONFIG env variable (#807)
  • Add missing spaces after bullet points in README.md (#805)
  • add dten as a contributor (#804)
  • add marblenix as a contributor (#791)

Features

  • Add the starship explain command (#699)
  • git_status: Add a stash count segment (#598)

Performance Improvements

  • hg_branch: Replace direct calls to hg (#803)

v0.32.2

28 Dec 15:18
891fa9d
Compare
Choose a tag to compare

v0.32.2 (2019-12-28)

Bug Fixes

  • Remove trailing semicolon from $PROMPT_COMMAND (#784)
  • Parse arguments of $VISUAL and $EDITOR (#772)
  • Improve error message when current dir is not found (#773)
  • package: Use specified directory instead of current working directory (#774)

Build

  • Bump checkout action from v1 to v2 (#789)
  • deps: bump rayon from 1.2.1 to 1.3.0 (#777)

Chore

  • bump: v0.32.2

Code Refactoring

  • ModuleConfig: Simplify generated from_config() implementations (#775)

Docs

  • Add a "Presets" page to the website (#783)
  • A few small improvements
  • add dominikbraun as a contributor (#780)
  • config: Disabled at the end of the options
  • i18n: Update translations (#735)

v0.32.1

20 Dec 20:59
b0a8003
Compare
Choose a tag to compare

v0.32.1 (2019-12-20)

Build

  • Use native SSL instead of OpenSSL

Chore

  • bump: v0.32.1

v0.32.0

20 Dec 20:45
83d4c21
Compare
Choose a tag to compare

v0.32.0 (2019-12-20)

Bug Fixes

  • Fix shellcheck issues in install.sh (#714)
  • Improvements to starship configure (#756)
  • Clear before printing prompt (#739)

Build

  • Install libssl-dev during musl build

Chore

  • bump: v0.32.0

Continuous Integration

  • Install pkg-config for musl build
  • Bump brew with personal account
  • Use fixed version of setup-php in test workflow (#763)

Docs

  • add mfs as a contributor (#765)
  • add Scotsguy as a contributor (#764)

Features

  • Implement AWS region aliases (#646)
  • cmd_duration module optionally reports milliseconds (#696)

Performance Improvements

  • Dereference before to_string in aws module

v0.31.0

19 Dec 23:07
d6094d7
Compare
Choose a tag to compare

v0.31.0 (2019-12-19)

Bug Fixes

  • bash: save and restore "$_" (#753)

Build

  • Reset homebrew/core before bumping formula
  • deps: bump gethostname from 0.2.0 to 0.2.1
  • deps: bump hermit-abi from 0.1.3 to 0.1.5
  • deps: bump log from 0.4.8 to 0.4.10
  • deps: bump os_info from 1.1.3 to 1.2.0 (#742)
  • deps: bump serde from 1.0.103 to 1.0.104 (#741)
  • deps: bump git2 from 0.10.2 to 0.11.0
  • deps: bump sysinfo from 0.10.2 to 0.10.3 (#747)

Chore

  • bump: v0.31.0

Docs

  • add etiennemabille as a contributor (#757)
  • Fix landing page formatting
  • Make website docs consistent with README.md
  • Update GitHub Actions badge
  • Correct summary of git_commit module (#737)
  • Update bug report template
  • add JasonEtco as a contributor (#734)
  • add jonstodle as a contributor (#733)
  • Correct a typo in the FAQs (#732)
  • i18n: Update doc translations (#697)

Features

  • Adds build.gradle.kts detection to the Java module (#731)
  • Implement starship configure command (#751)
  • Extend bug-report to include terminal emulator (#740)
  • Add bug-report sub-command (#725)

Revert

  • "build(deps): bump log from 0.4.8 to 0.4.10"

v0.30.1

13 Dec 20:09
16ddd6b
Compare
Choose a tag to compare

v0.30.1 (2019-12-13)

Bug Fixes

  • powershell: % sign was prefixed with ` (#730)

Build

  • Use the correct Homebrew GitHub API token name

Chore

  • bump: v0.30.1