02f7418820
docs(i18n): new Crowdin updates ( #1719 )
2020-10-13 15:09:01 -04:00
4de9e43cff
fix(directory): preserve substitution order ( #1782 )
2020-10-13 15:06:41 -04:00
dc8e769bdb
build(deps): bump nix from 0.18.0 to 0.19.0
...
Bumps [nix](https://github.com/nix-rust/nix ) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/nix-rust/nix/releases )
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nix-rust/nix/compare/v0.18.0...v0.19.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-13 17:14:46 +00:00
5ba1952d3c
build(deps): bump serde_json from 1.0.58 to 1.0.59
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.58 to 1.0.59.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.58...v1.0.59 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-13 17:09:17 +00:00
906b0c486a
build(deps): bump toml from 0.5.6 to 0.5.7
...
Bumps [toml](https://github.com/alexcrichton/toml-rs ) from 0.5.6 to 0.5.7.
- [Release notes](https://github.com/alexcrichton/toml-rs/releases )
- [Commits](https://github.com/alexcrichton/toml-rs/compare/0.5.6...0.5.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-13 16:53:42 +00:00
28c83763d7
build(deps): bump regex from 1.3.9 to 1.4.1
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.3.9 to 1.4.1.
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.3.9...1.4.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-13 16:51:17 +00:00
f7a4c43656
build(deps): bump attohttpc from 0.15.0 to 0.16.0
...
Bumps [attohttpc](https://github.com/sbstp/attohttpc ) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/sbstp/attohttpc/releases )
- [Commits](https://github.com/sbstp/attohttpc/compare/v0.15.0...v0.16.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-13 16:21:44 +00:00
875ed1ed12
docs: fix typo in CONTRIBUTING.md ( #1772 )
...
consistend -> consistent
2020-10-13 12:08:32 -04:00
a8264cdab9
ci: temporarily disable nightly tests
...
Disabled until the following issue is fixed:
https://github.com/iliekturtles/uom/issues/210
2020-10-13 12:05:55 -04:00
d1e2c13a7c
fix: apply clippy suggestions ( #1756 )
2020-10-13 12:03:33 -04:00
967ae28f61
fix(build): add serde_derive to dependency list ( #1762 )
2020-10-13 11:38:36 -04:00
9044f9e14c
docs: Update defaults in config docs ( #1759 )
...
Have updated some of the config docs to correct the git_status default
that was incorrect. Have also taken the time to switch some of the
format strings to use toml literal strings rather than normal strings to
simplify the escape strings.
2020-10-12 00:10:39 -04:00
e7a83aa445
docs: fix wrong syntax in the format string and standardize doc tense ( #1758 )
2020-10-08 16:54:59 -04:00
a46bbf1f55
chore(release): v0.46.0
v0.46.0
2020-10-08 12:52:55 -04:00
a9f6d0f81e
fix(python): Read venv prompt from pyvenv.cfg ( #1747 )
...
* ✨ Add --prompt rendering to python virtualenv
* Use pyvenv.cfg to find prompt
* Remove usage of VIRTUAL_ENV_PROMPT variable
Seeing how both venv and virtualenv set a pyvenv.cfg, this isn't needed.
Additionally pyvenv.cfg is set in earlier versions than VIRTUAL_ENV_PROMPT,
which at this moment is in the unrelased python 3.10
* Smarter result unwrapping thanks to clippy
2020-10-08 09:58:00 +02:00
7c941af11a
feat(directory): strip Microsoft.PowerShell.Core\FileSystem:: prefix on windows ( #1732 )
2020-10-06 09:44:27 +02:00
140009994d
docs(python): Update the python_binary option ( #1731 )
...
* docs(python): Update the python_binary option
Have updated the documentation to make the `python_binary` option a bit
more prominent, since this is becoming a more requested requirement now
that more and more systems don't have a default `python` command.
* Correct order of python options
2020-10-06 02:09:06 -05:00
47492d686b
docs(FAQ): add FAQ about shell completions
2020-10-05 14:26:22 -04:00
1673d565f4
feat(directory): add ellipsis to truncated paths ( #1563 )
...
Adds ellipsis in front of truncated paths: …/
Configurable through new config option: directory.truncation_symbol
Fixes #1162 , #1626
2020-10-03 11:25:21 -05:00
2693d125a8
fix: Pass --no-gpg-sign
to git commit
in tests ( #1718 )
...
Some users have commit.gpgSign set to true in their global git config,
causing tests which run `git commit` to fail if the configured
user.signingKey is not present (as is often the case with PGP smart
cards). Passing this flag overrides the global git configuration,
preventing git from attempting sign the specified commit. This change
has no effect on users who haven't set commit.gpgSign to true.
2020-10-03 12:22:19 +02:00
0883ad78cf
fix(utils): reduce log level of errors in utils. ( #1730 )
...
Have reduced the log level when we fail to execute a command since this
is happening a lot more that expected, for example if a user checks out
a repo that contains a `.js` file but they don't have node installed.
2020-10-03 11:58:49 +02:00
d46c76920e
style(install): Simple code style fix in install.sh ( #1690 )
...
* Update install.sh
fixed only coding style (ShellCheck gave me a hint ;-))
* Make PR Bot happy
2020-10-03 10:58:06 +02:00
b633248606
fix(readonly): change module to match docs ( #1728 )
2020-10-02 13:10:46 -04:00
f7f59cd996
fix(bug-report): use correct path for ion config ( #1726 )
2020-10-02 12:45:23 -04:00
476edc4ca1
docs: clarify missing info in 0.45.0 migration doc ( #1714 )
2020-10-01 16:48:14 -04:00
7241f4fbf7
test(git-state): tests failing when git init.defaultBranch set ( #1692 )
...
The tests for git-state assume the default branch is `master`.
In git 2.28 support for a global option, `init.defaultBranch`, to
change the default branch name which causes git-state tests to fail.
2020-10-01 19:08:31 +02:00
e9d3811ac8
build(deps): bump serde_json from 1.0.57 to 1.0.58
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.57 to 1.0.58.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.57...v1.0.58 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-01 10:56:25 +00:00
a0e4b256ae
build(deps): bump chrono from 0.4.18 to 0.4.19
...
Bumps [chrono](https://github.com/chronotope/chrono ) from 0.4.18 to 0.4.19.
- [Release notes](https://github.com/chronotope/chrono/releases )
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.18...v0.4.19 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-01 08:16:48 +00:00
5427b58a1b
chore(release): v0.45.2
v0.45.2
2020-09-30 21:42:36 -04:00
15c04e7d18
docs(i18n): new Crowdin updates ( #1705 )
2020-09-30 21:23:36 -04:00
c02b335ee3
docs: Add a migration guide's link to sidebar for jp ( #1707 )
2020-09-30 20:40:06 -04:00
ce73f6347f
docs(directory): fix $read_only variable names
...
Fixes #1706
2020-09-30 18:40:25 -04:00
7c15b26ac9
fix: Fix compilation on iOS targets
2020-09-30 18:28:19 -04:00
d8dcf04cff
docs(i18n): new Crowdin updates ( #1512 )
2020-09-30 16:26:13 -04:00
d63c7ce3f9
build(deps): bump starship_module_config_derive from 0.1.0 to 0.1.2
2020-09-30 16:16:26 -04:00
3a1b7816d7
chore(release): release starship_module_config_derive v0.1.2
2020-09-30 16:13:42 -04:00
31d51e22bd
chore(release): v0.45.1
v0.45.1
2020-09-30 12:15:08 -04:00
2650dc8f3f
fix(powershell): fix session key syntax error ( #1697 )
2020-09-30 12:14:10 -04:00
645124cfa5
build(deps): bump rayon from 1.4.0 to 1.4.1
...
Bumps [rayon](https://github.com/rayon-rs/rayon ) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/rayon-rs/rayon/releases )
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md )
- [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.4.0...rayon-core-v1.4.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-30 08:21:28 +00:00
ae55697dfb
docs: Remove newline from beginning of example format config. ( #1693 )
...
Having a newline there means that an empty newline is printed everytime
the user runs a command or presses Enter, which for short commands
and/or small terminal windows can noticeably decrease the information
density.
2020-09-29 23:39:20 -04:00
83502a08dd
build(deps): bump os_info from 2.0.8 to 3.0.0 ( #1688 )
...
* build(deps): bump os_info from 2.0.8 to 3.0.0
Bumps [os_info](https://github.com/stanislav-tkach/os_info ) from 2.0.8 to 3.0.0.
- [Release notes](https://github.com/stanislav-tkach/os_info/releases )
- [Changelog](https://github.com/stanislav-tkach/os_info/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stanislav-tkach/os_info/compare/v2.0.8...v3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
* Upgrade to work with the new os_info
Have switched to work with the new os_info tooling.
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Thomas O'Donnell <andy.tom@gmail.com >
2020-09-29 17:06:45 -04:00
cad415a0e0
chore(release): v0.45.0
v0.45.0
2020-09-29 12:38:02 -04:00
59f939e25c
chore: update v0.45.0 removal notice ( #1687 )
...
* chore: update deprecation notice
* Add deprecation page to sidebar
* Replace the use of "deprected" with "removed"
2020-09-29 12:35:11 -04:00
cb4d7d1908
build(deps-dev): bump vuepress-theme-default-prefers-color-scheme ( #1685 )
...
Bumps [vuepress-theme-default-prefers-color-scheme](https://github.com/tolking/vuepress-theme-default-prefers-color-scheme ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/tolking/vuepress-theme-default-prefers-color-scheme/releases )
- [Changelog](https://github.com/tolking/vuepress-theme-default-prefers-color-scheme/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tolking/vuepress-theme-default-prefers-color-scheme/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-28 23:43:52 -04:00
8eee234ff9
build(deps-dev): bump vuepress from 1.5.4 to 1.6.0 in /docs ( #1686 )
2020-09-29 03:34:38 +00:00
15b60c8534
build(deps-dev): bump @vuepress/plugin-google-analytics in /docs ( #1684 )
...
Bumps [@vuepress/plugin-google-analytics](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-google-analytics ) from 1.5.4 to 1.6.0.
- [Release notes](https://github.com/vuejs/vuepress/releases )
- [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vuepress/commits/v1.6.0/packages/@vuepress/plugin-google-analytics )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-28 23:23:56 -04:00
2233683410
feat: add error messaging ( #1576 )
...
This creates a custom logger for the log crate which logs everything to a file (/tmp/starship/session_$STARSHIP_SESSION_KEY.log) and it logs everything above Warn to stderr, but only if the log file does not contain the line that should be logged resulting in an error or warning to be only logged at the first starship invocation after opening the shell.
2020-09-28 16:38:50 -04:00
3c668e6e6a
doc: small doc fixups
2020-09-28 12:38:14 -04:00
e5bf405a73
build(deps): bump chrono from 0.4.15 to 0.4.18
...
Bumps [chrono](https://github.com/chronotope/chrono ) from 0.4.15 to 0.4.18.
- [Release notes](https://github.com/chronotope/chrono/releases )
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.15...v0.4.18 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-28 06:54:53 +00:00
b6b05ed05f
build(deps): bump quick-xml from 0.18.1 to 0.19.0
...
Bumps [quick-xml](https://github.com/tafia/quick-xml ) from 0.18.1 to 0.19.0.
- [Release notes](https://github.com/tafia/quick-xml/releases )
- [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md )
- [Commits](https://github.com/tafia/quick-xml/compare/v0.18.1...v0.19.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-28 05:39:52 +00:00