summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-11-13chore(bump): v0.26.4v0.26.4Matan Kushner
2019-11-13ci: Remove nesting from within release archivesMatan Kushner
2019-11-13docs: add matiaskotlik as a contributor (#639)allcontributors[bot]
* docs: update README.md * docs: update .all-contributorsrc Co-authored-by: null <46447321+allcontributors[bot]@users.noreply.github.com>
2019-11-13feat: Add separator config to the memory module (#603)Matias Kotlik
2019-11-13chore(bump): v0.26.3v0.26.3Matan Kushner
2019-11-12fix: Add support for multiple Kubeconfig files (#635)Thomas O'Donnell
This adds support for having multiple Kubeconfig file set as part of the `KUBECONFIG` env var.
2019-11-12ci: Switch to the msvc rust toolchain (#636)marblenix
2019-11-12build(deps): bump unicode-segmentation from 1.5.0 to 1.6.0 (#638)dependabot-preview[bot]
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/unicode-rs/unicode-segmentation/releases) - [Commits](https://github.com/unicode-rs/unicode-segmentation/compare/v1.5.0...v1.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
2019-11-08build(deps): bump sysinfo from 0.9.5 to 0.9.6 (#633)dependabot-preview[bot]
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.9.5 to 0.9.6. - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-07refactor: Cleanup after module config refactor (#630)Zhenhui Xie
2019-11-06refactor: Refactor git state module to use module config (#605)Zhenhui Xie
2019-11-06refactor: Refactor nix_shell and java module to use module config (#606)Zhenhui Xie
2019-11-05docs: Add sitemap and robots.txtMatan Kushner
2019-11-05ci: Update Python to 3.7.5 (#628)Matan Kushner
2019-11-03chore(bump): v0.26.2v0.26.2Matan Kushner
2019-11-03ci: Remove brew version bump stepMatan Kushner
2019-11-02ci: Remove need for tests to pass for releasev0.26.1Matan Kushner
2019-11-02chore(bump): v0.26.0v0.26.0Matan Kushner
2019-11-02docs(i18n): Update documentation translations (#575)Matan Kushner
2019-11-02feat: Enable the python module in virtual envs (#584)Thomas O'Donnell
This will enable the python module when a virtual environment has been activated, this is detected via the `VIRTUAL_ENV` env var.
2019-11-02feat: Add configuration to set how much AWS profile info is shown (#556)Cédric Da Fonseca
2019-11-01build(deps): bump unicode-segmentation from 1.3.0 to 1.5.0 (#610)dependabot-preview[bot]
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.3.0 to 1.5.0. - [Release notes](https://github.com/unicode-rs/unicode-segmentation/releases) - [Commits](https://github.com/unicode-rs/unicode-segmentation/commits/v1.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
2019-11-01style: Clean up Golang module (#612)Matias Kotlik
2019-10-29build(deps): bump toml from 0.5.3 to 0.5.4 (#604)dependabot-preview[bot]
Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.3 to 0.5.4. - [Release notes](https://github.com/alexcrichton/toml-rs/releases) - [Commits](https://github.com/alexcrichton/toml-rs/compare/0.5.3...0.5.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
2019-10-29docs: Update installation instructions for fish-shell (#599)BSKY
2019-10-28feat: Add an option to limit the duration of starship directory scanning (#589)Zhenhui Xie
2019-10-26docs: add brianlow as a contributor (#596)allcontributors[bot]
2019-10-26feat: Show git_status counts (#434)Brian Low
The git_status module can show the count of files next to their respective symbols.
2019-10-26docs: Update required Rust version to v1.38 (#592)Jürgen Gmach
2019-10-25ci: Remove CHANGELOG.md generationMatan Kushner
Because of permissions issues with having bots push to master, it looks like it won't be possible to do from an Action right now.
2019-10-25fix: Disable venv custom prompt when starship is in use (#551)Matias Kotlik
2019-10-25Trigger changelog generationMatan Kushner
2019-10-25ci: Add CHANGELOG.md generationMatan Kushner
2019-10-25revert: "ci: Remove tests having to pass for release"Matan Kushner
This reverts commit d691e0a39430597a0f1fc80e89a8808f537bbba4.
2019-10-25ci: Add --global flag to git config commandsMatan Kushner
2019-10-25chore(bump): v0.25.2v0.25.2Matan Kushner
2019-10-25ci: Version the setup-* actions used for testingMatan Kushner
2019-10-25ci: Remove tests having to pass for releaseMatan Kushner
2019-10-25chore: Move StarshipRootConfig to a separate file (#581)Zhenhui Xie
2019-10-25docs: Update use_12hr config option nameMatan Kushner
2019-10-25fix: Show Java version from OpenJ9 Java runtimes (#507)yuri
This PR tries to improve the version detection across multiple Java VM vendors. The module captures both STDOUT and STDERR outputs of the java -Xinternalversion call. Eclipse OpenJ9, Azul Zulu, SapMachine, Amazon Corretto and GraalVM outputs are unit tested now.
2019-10-25docs: Fix `Memory Usage` option key (#586)Yoshi
2019-10-24fix: Use logical path instead of physical path when available (#398)Zhenhui Xie
* Get pathbuf from logical path. (fixes #204) (also fixes #397) * fix: Update directory module so that use_logical_path will work properly * Remove test directory::use_logical_and_physical_paths * Fix merge errors Co-authored-by: Matan Kushner <hello@matchai.me>
2019-10-24refactor: Remove to remove unneeded mutability (#577)Thomas O'Donnell
Removed a couple of unneeded `mut`s that were pointed out by `cargo check`.
2019-10-22docs(i18n) Add links Traditional Chinese docs (#574)Matan Kushner
2019-10-22docs: add pinshan as a contributor (#573)allcontributors[bot]
2019-10-21docs: add weihanglo as a contributor (#572)allcontributors[bot]
2019-10-21docs: add SLMT as a contributor (#571)allcontributors[bot]
2019-10-21docs(i18n): Update Crowdin translations (#517)Matan Kushner
- Finish translations for Traditional Chinese
2019-10-21refactor: Refactor memory_usage module to use module config. (#515)Matias Kotlik
Also addresses a number of bugs: - the percent sign not displaying correctly on some terminal emulators, including kitty - changing the symbol in the configuration file didn't do anything - swap being shown even if the system didn't have any