Releases: starship/starship
Releases · starship/starship
v0.35.1
v0.35.0
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
Revert
v0.35.0 (2020-02-06)
Chore
- bump: v0.35.0
v0.34.1
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
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
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
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
v0.33.0 (2020-01-06)
Bug Fixes
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
Performance Improvements
- hg_branch: Replace direct calls to
hg
(#803)
v0.32.2
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
Chore
- bump: v0.32.2
Code Refactoring
- ModuleConfig: Simplify generated
from_config()
implementations (#775)
Docs
v0.32.1
v0.32.0
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
Features
Performance Improvements
- Dereference before to_string in aws module
v0.31.0
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"