Releases: starship/starship
Releases · starship/starship
v0.3.0 - 2019-07-20
Added
- New trace and debug logging around configuration
Changed
- Renamed the following modules:
char
→character
go
→golang
- Changed the configuration keys for the battery module:
full
→full_symbol
charging
→charging_symbol
discharging
→discharging_symbol
- Change the configuration keys for the git_branch module:
branch_char
→symbol
branch_name
→name
Commits
- 0f76d46 chore: Exclude docs from published crate
- c8975df v0.3.0
- 283f553 docs: Add links to website and missing detail (#105)
- f7eedaf refactor: Improve logging where lacking
- feb6d8a refactor: Better document context contents
- 274e411 docs: add sirMerr as a docs contributor (#103)
- 08cf335 docs: Add vuepress with initial docs (#99)
- 025c0e5 ci: Use Python v3.6.9 in CI (#101)
- 6d40d64 docs: Remove plans to support "self-updating"
- f11a324 docs: Fix path to fish config in code snippet (#98)
See more
- d26353f chore(deps): Bump ansi_term from 0.11.0 to 0.12.0 (#96)
- ba708ba docs: Add demo gif from spaceship
This list of changes was auto generated.
v0.2.0 - 2019-07-15
Commits
- 1369e17 ci: Use tar.gz compression for unix build assets
- 1ed3b5b ci: Set releases to not be pre-releases
- 92df217 ci: Trigger CI when new tags are pushed
- 0703a74 ci: Add GitHub releases to CI (#95)
- 77ba97d chore: Refactor getting string values from config (#94)
- 79bfc7c chore(deps): Bump log from 0.4.6 to 0.4.7 (#93)
- fa39026 chore(release): 0.2.0
- 67537ae chore: Publish crate to Crates.io (#92)
- d7754f3 feat: Implement simplified prompt setup process (#90)
- 5ad3e00 chore(deps): [Security] Bump smallvec from 0.6.9 to 0.6.10 (#91)
See more
- 463ec26 feat: Add a
disabled
configuration option for modules (#86) - 2440ed6 chore(deps): Bump tempfile from 3.0.8 to 3.1.0 (#89)
- 7b0533f chore(deps): Bump serde_json from 1.0.39 to 1.0.40 (#88)
- 588fa19 docs: Fix fisher command in README. (#84)
- 062271c docs: Remove contributing section
- ae1176c docs: Add CONTRIBUTNG.md (#79)
- 08c7449 chore(deps): Bump rayon from 1.0.3 to 1.1.0 (#78)
- 6693953 docs: Change the logo to the redesigned logo (#77)
- facfe97 chore(deps): Bump git2 from 0.9.0 to 0.9.1 (#76)
- 097f1b0 Add support for prompt configuration (#62)
- 8239fbd Refactor integration tests (#71)
- bb220bb chore(deps): Bump battery from 0.7.3 to 0.7.4 (#74)
- e76e95d chore(deps): Bump git2 from 0.8.0 to 0.9.0 (#75)
- b59e44c chore(deps): Bump battery from 0.7.2 to 0.7.3 (#72)
- 454b8f9 chore(deps): Bump dirs from 2.0.0 to 2.0.1 (#73)
- 000abfe Use tarpaulin and Codecov for adding code coverage to project (#68)
- 617b278 Use starship-test docker image for running integration tests (#70)
- 5b1c210 chore(deps): Bump dirs from 1.0.5 to 2.0.0 (#67)
- 4cd98d8 fix: Check both stderr and stdout for Python version (#66)
- c2b0f3a docs: Add starship logo to README.md (#65)
- 5b989fc feat: Add battery module(#63)
- 4d03435 fix: Don't check extensions of directories (#64)
- b2edadc docs: add youssefhabri as a contributor (#61)
- 4f06057 chore(deps): Bump tempfile from 3.0.7 to 3.0.8 (#60)
- 08b2381 feat: Implement the prompt module for username (#56)
- a213114 chore(deps): Bump toml from 0.5.0 to 0.5.1 (#58)
- 351707b Update repo emojis ✨🚀 => ☄🌌️ (#50)
- cae4666 docs: Alphebetize roles in All Contributors
- 27046be docs: Add All Contributors to the project (#51)
- 876e7d3 fix: handle package version panic (#57)
- 2cf69a8 ci: Fix CI to work with changes to Azure Pipelines build agent (#55)
- 90d6e6c Implement the git status module (#45)
- c95bb60 Add integration tests for Python segment (#38)
- 5fd715e Implement directory scanner (#34)
- d3ce00c Add Go version module (#44)
- 8b5055d Parallelize prompt modules (#46)
- c6ee5c6 Refactor segments into modules (#40)
- d945b03 Install a fixed version of rust for CI integration tests (#39)
- 0b9334f Add the package version segment (#35)
- 81b3288 Create CODE_OF_CONDUCT.md (#42)
- c99f4ba Clean up feature request template comment
- 0872d52 Add docker for integration tests (#37)
- 5980a0a Revert "Add docker for integration tests" (#36)
- 67d938c Add docker for integration tests (#26)
- 9a352c0 Add the Git branch segment (#32)
- 85e4b11 📝 Add PULL_REQUEST_TEMPLATE.md (#30)
- 5583ce5 Add feature request template (#29)
- 3ca4cd9 Add bug report template (#28)
- ca12d22 Add Python version segment (#23)
- 213cded Add a Contributing section to README.md (#20)
- f75013c Correct the Rust version symbol in README (#19)
- bb2bcd6 Share dir_files between segments through Context (#16)
- 33d8bed Update features included in starship
- 643256e feat: Add Rust version segment (#15)
- 022e000 Use "context" to contain run details (#14)
- 6d7485c Bump clap from 2.32.0 to 2.33.0 (#13)
- d620f91 Update README.md
- c5b9f39 Create and document ZSH adapter (#9)
- 2017bcf Use criterion.rs for section benchmarking (#8)
- fd42d81 Replace tempdir with tempfile (#7)
- bd29837 Replace expired link with a non-expiring link
- 794ae7b Add integration tests (#6)
- ab5490b Add README.md badges (#5)
- d2cda32 Better test and document the dir segment
- bca4a70 Fix bug in path truncation
- 71cac5b Fix typo in README.md
- 2085397 Add development plans to README.md
- 983f1d9 Add LICENSE
- e314cbb Add features and shells to README
- 4ce4899 Add fish_prompt
- 240fb6a Add some documentation for segment
- 9d4492c Make segments optionals
- d62bb10 Remove unnecessary lifetimes
- 35e219e Fix up benchmarks
- a0e4172 Use copy to return segment
- fec5c4d Use builder pattern in char section
- d82ebc4 Add builder pattern for segment
- 7356faa Cleanup around newline
- 653b9c1 Add missing benchmarks
- ab9ba27 Revert "Parallelize nodejs file checks"
- 99bdf27 Parallelize nodejs file checks
- 7ffadd3 Remove duplicate tests
- c1f5a73 More progress in Node section
- d5493d2 Begin writing Node section
- 67ab212 Add note and test regarding paths being physical
- 969840a Tidy up dir section
- d58ea06 Add a new line before the prompt
- 0e0bed0 Use truncate_path to simplify dir
- 5086ba2 A bit of tidying up
- 168a6fd Add proper git project root truncation
- 3c07e28 Add some clarifying documentation
- fdacd1c Readd home dir truncation
- ff94c9f Use git project root for truncation
- c79cbe6 Add stringify_segment rustdoc
- 472b668 Rename segements
- 168d568 Add line_sep section
- 52a529c Add basic benchmarks
- 7136059 Add tests to dir home truncation
- 7683f33 Add dir section with home truncation
- a81eabd Move Segment struct to modules
- 471af82 Add cross-platform CI
- e68a7d2 Set up CI with Azure Pipelines [skip ci]
- e519c3f Set status with arg rather than env
- e2ba7a1 Add segment structure and logic
- 41ee549 Start working on char color for status
- 4e1ae06 Run rustfmt
- 106bcb7 Add authors to help message
This list of changes was auto generated.