summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-10-09chore(bump): v0.22.0v0.22.0Matan Kushner
2019-10-09docs: add Southclaws as a contributor (#511)allcontributors[bot]
2019-10-09refactor: Allow starship to be better used programmatically (#509)Barnaby Keene
Structure the prompt as a function that returns a string instead of writing directly to stdout. This makes it easier to embed Starship into other Rust programs such as shells written in Rust. It also decouples the arguments from the context for more programmatic initialization of the context.
2019-10-07feat: Show Java module when build.sbt is present (#505)Maarten Mulders
* feat: Show Java icon and info when build.sbt detected * docs: Mention build.sbt detection
2019-10-07docs: add pt2121 as a contributor (#504)allcontributors[bot]
2019-10-07fix: Don't print the first module prefix after a line-break (#473)(´⌣`ʃƪ)
2019-10-07ci: Use shell expansion to get the release version for brewMatan Kushner
2019-10-06chore: Remove the Azure Pipelines cargo badgeMatan Kushner
2019-10-06chore(bump): v0.21.0v0.21.0Matan Kushner
2019-10-05refactor: Implement Default for SegmentConfig (#495)Nikodem Rabuliński
Implements the Default trait for SegmentConfig to clean up construction of empty segments. Also adds a segment::new() function to ease construction of simple segments.
2019-10-05chore: Import shared types from super (#492)Zhenhui Xie
Changes imports statements to make imports more uniform.
2019-10-05feat: Add conda module (#469)AppleTheGolden
2019-10-06docs: Update andytom as a contributor (#494)allcontributors[bot]
2019-10-06docs: add pbzweihander as a contributor (#493)allcontributors[bot]
2019-10-06refactor: Rewrite `time` module to use module config (#483)Thomas Lee
- Config option renamed: `12hr` → `use_12hr`
2019-10-05fix: Add disable configuration option to kubernetes module (#491)Zhenhui Xie
2019-10-05ci: Fix the use of COMMIT_TAG when bumping brew formulaMatan Kushner
2019-10-05docs: add andytom as a contributor (#490)allcontributors[bot]
2019-10-05chore(bump): v0.20.2v0.20.2Matan Kushner
2019-10-05revert: chore: Remove logic for the `disabled` option from modul… (#489)Matan Kushner
This reverts commit 6c6e0ef1dd0474dde5a4d29300bbf80b60761d53.
2019-10-05docs: Update the link of the workflow badgeMatan Kushner
2019-10-05docs: Update workflow badge linkMatan Kushner
2019-10-05fix: Disable Kubernetes module by default (#488)Thomas O'Donnell
Given the global nature of the Kubernetes module, the module has been disabled by default. The opportunity has also been taken to refactor the Kubernetes module to use the new config module.
2019-10-05ci: Rename main workflow to "Main workflow"Matan Kushner
2019-10-05fix: Fix module configuration loading (#487)Zhenhui Xie
2019-10-05chore: Remove logic for the `disabled` option from modules (#486)Zhenhui Xie
2019-10-05docs: Replace Azure Pipelines badge with GitHub Actions badgeMatan Kushner
2019-10-05ci: Remove changelog generation for nowMatan Kushner
2019-10-05chore: Trigger CIMatan Kushner
2019-10-05chore: Trigger CIMatan Kushner
2019-10-05chore: Trigger CIMatan Kushner
2019-10-05ci: Auto-generate CHANGELOG.mdMatan Kushner
2019-10-04ci: Fix crates token scopeMatan Kushner
2019-10-04ci: Add brew bump formula versionMatan Kushner
2019-10-04ci: Replace cargo-publish-all with cargoMatan Kushner
2019-10-04chore(bump): v0.20.1v0.20.1Matan Kushner
2019-10-04refactor: Go from Rust workspaces to a package with nested packages (#480)Matan Kushner
2019-10-04ci: Use target as matrix instead of OSMatan Kushner
2019-10-04refactor: Rewrite aws and character module to use module config (#459)Zhenhui Xie
2019-10-04ci: Add the Crates.io token secret for publishingMatan Kushner
2019-10-04docs: Use absolute links for translationsMatan Kushner
2019-10-04docs: Use absolute links for flag imagesMatan Kushner
2019-10-04chore(bump): v0.20.0 correctlyv0.20.0Matan Kushner
2019-10-04chore(bump): v0.20.0Matan Kushner
2019-10-04docs(i18n): Update Crowdin translations (#441)Matan Kushner
2019-10-04chore(deps): Bump serde_json from 1.0.40 to 1.0.41 (#478)dependabot-preview[bot]
2019-10-04ci: Update CI and migrate publish job to Actions (#455)Matan Kushner
- Replace hecrj/setup-rust-action with actions-rs tools - Add a Cargo Audit test step - Move cargo publish step from Azure Pipelines to GitHub Actions - Use cargo-publish-all to publish multiple packages at once - Automate the creation of release notes
2019-10-03fix: Add Kubernetes to the default prompt order (#466)Thomas O'Donnell
2019-10-02feat: Add dotnet module (#416)Nick Young
Adds a .NET module, which preferentially parses local/git files to get the .NET version.
2019-10-02refactor: Rewrite battery module to use module config (#454)Zhenhui Xie