renovate[bot]
8f72cd4d47
build(deps): update crate-ci/typos action to v1.14.9
2023-05-03 16:59:41 +00:00
renovate[bot]
5e5727ff68
build(deps): update rust crate clap to 4.2.7
2023-05-02 21:24:02 +00:00
David Knaack
f716b605f3
ci: remove actions-rs actions ( #5115 )
2023-05-01 22:15:50 +02:00
Eldar Khurmamatov
1bd6db5830
fix(presets): Added ($style) to format in module 'sudo' in Bracketed Segments Preset ( #5146 )
...
* Fixed error in module 'sudo'
There was no ($style) in format. When module enabled this lead to the error [WARN] - (starship::modules::sudo): Error in module `sudo`
* Update docs/.vuepress/public/presets/toml/bracketed-segments.toml
typo fix
Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
---------
Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
2023-05-01 22:14:34 +02:00
Matan Kushner
2641a37865
Specify personal-file interface for snap
2023-04-29 16:25:38 +09:00
Matan Kushner
7c053fb698
docs: add Ukranian to the project README ( #5147 )
2023-04-28 23:07:35 +09:00
renovate[bot]
20b0ad2bf1
build(deps): update rust crate clap to 4.2.5
2023-04-28 04:54:41 +00:00
Scott Parkhill
b3ccc0f05e
fix(snap): Update snapcraft.yaml to add personal-files interface ( #5131 )
2023-04-28 12:30:31 +09:00
Sebastian Thiel
8884bd1fd0
build(deps): upgrade gitoxide to v0.44 for performance improvements during discovery ( #5141 )
...
upgrade gitoxide to v0.44 for performance improvements during discovery
Please note that there is a new `dot_git_only` option which would further
speedup discovery. On even moderatly fast disks that probably not going
to make a difference, but it will on incredibly slow (networked) disks.
See https://github.com/helix-editor/helix/issues/6867 for reference.
2023-04-27 21:14:34 +02:00
renovate[bot]
fa00d82dfd
build(deps): update rust crate open to 4.1.0
2023-04-26 22:39:07 +00:00
renovate[bot]
afe0919822
build(deps): update pest crates to 2.6.0
2023-04-26 17:59:45 +00:00
renovate[bot]
b17e299065
build(deps): update rust crate home to 0.5.5
2023-04-26 00:19:36 +00:00
marcybell
b8a167db57
refactor(Context): set_config
method for Context
( #5079 )
...
* add `set_config` method to `Context`
* Made inline comment a doc comment
* use `default_context()` for `set_config()` test
* use `set_config()` in tests for `print.rs`
* set root config w `set_config()` (`print.rs` test)
2023-04-24 16:03:47 +02:00
Andrew Pantuso
e5cec9ea50
fix(style): ensure nested style variables are processed during formatting ( #5120 )
...
fix: ensure nested style variables are processed during formatting
2023-04-24 16:03:04 +02:00
Micky Brunetti
43651af4b9
docs(pwsh): use a more convenient method to update the window title ( #5125 )
...
docs: fix PowerShell example to update the window title
2023-04-23 13:42:51 +02:00
renovate[bot]
635a09a108
build(deps): update rust crate regex to 1.8.1
2023-04-21 18:51:28 +00:00
renovate[bot]
b2609941c4
build(deps): update rust crate clap_complete to 4.2.1
2023-04-21 13:00:54 +00:00
renovate[bot]
44b7bec66d
build(deps): update rust crate regex to 1.8.0
2023-04-20 23:51:01 +00:00
renovate[bot]
427029e9be
build(deps): update rust crate dunce to 1.0.4
2023-04-19 23:45:12 +00:00
renovate[bot]
4880201e5e
build(deps): update rust crate clap to 4.2.4
2023-04-19 23:43:18 +00:00
renovate[bot]
680427b3dc
build(deps): update crate-ci/typos action to v1.14.8
2023-04-19 19:05:23 +00:00
renovate[bot]
5bd581beff
build(deps): update rust crate gix-features to 0.29.0
2023-04-19 07:59:07 +00:00
renovate[bot]
0ad80fe895
build(deps): update rust crate clap to 4.2.3
2023-04-18 21:17:47 +00:00
renovate[bot]
b0b0522808
build(deps): update rust crate open to 4.0.2
2023-04-16 11:08:54 +00:00
Dom Slee
ce7f984932
fix(config): Make print-config not panic without a config ( #5001 )
2023-04-13 19:29:21 -05:00
renovate[bot]
b44f22e375
build(deps): update rust crate clap to 4.2.2
2023-04-13 23:37:06 +00:00
renovate[bot]
0cfaad1da6
build(deps): update crate-ci/typos action to v1.14.6
2023-04-13 19:15:26 +00:00
AnirbanHalder654322
b2ebd5b50c
feat: Add Solidity Module ( #5047 )
...
* Adding documentation
* Documentation and schema addition
* Creating solidity config
* Module for solidity lang
* Updating all the files
* Changing according to clippy
* Fixing misspellings
* Changes suggested by clippy
* Updating schema , maybe fixing docs workflow error
* Updating schema
* Removing solcjs from default compiler list
* Fallback test added and test string fixed
* Fixing docs
* Updating schema
* Updating schema
* Fixing docs
* Updating schema
* Updating schema
* Typo fix
* Update docs/config/README.md
Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
* Update src/utils.rs
Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
* Fix build commit
---------
Co-authored-by: Anirban Halder <shaeo967@gmail.com>
Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
2023-04-13 21:05:12 +02:00
Colton Donnelly
ce01423152
feat(git_metrics): add option to ignore submodules ( #5052 )
...
* add docs
* update schema
* ok, actually update schema
* add test
* fix lint
* accidentally included my .devenv directory
2023-04-13 21:04:15 +02:00
marcybell
27ffa37cfd
feat(azure): subscription name aliases ( #4949 )
...
* From issue #4448 , added `subscription_aliases`
as a field for the Azure module
Can be set in starship.toml with
[azure.subscription_aliases]
* Updated config file schema
* Added entry into documentation
* Update README.md
* Formatted with dprint
2023-04-13 21:03:14 +02:00
Chad Denyar
edb96cad58
feat: add typechange to git_status module ( #4829 )
...
Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
2023-04-13 21:02:08 +02:00
renovate[bot]
b2f902b3e9
build(deps): update rust crate gethostname to 0.4.2
2023-04-13 12:42:31 +00:00
David Knaack
7daddbe620
build(deps): update rust crate starship-battery to 0.8.0 ( #5106 )
2023-04-13 17:41:25 +09:00
renovate[bot]
39f0944bbc
build(deps): update rust crate serde_json to 1.0.96
2023-04-13 02:30:03 +00:00
renovate[bot]
ad9464f505
build(deps): update rust crate quick-xml to 0.28.2
2023-04-12 21:43:28 +00:00
renovate[bot]
3368b91034
build(deps): update embarkstudios/cargo-deny-action action to v1.5.2
2023-04-12 21:41:43 +00:00
github-actions[bot]
c7949706a1
chore(master): release 1.14.2 ( #5098 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-12 20:46:13 +02:00
Matan Kushner
b672be0d9c
docs(i18n): new Crowdin updates ( #5093 )
...
* New translations README.md (Ukrainian)
* New translations README.md (Ukrainian)
* New translations README.md (Ukrainian)
* New translations README.md (Ukrainian)
* New translations README.md (Ukrainian)
* New translations README.md (Ukrainian)
* New translations tokyo-night.md (Ukrainian)
* New translations README.md (Ukrainian)
* New translations README.md (Ukrainian)
* New translations README.md (Ukrainian)
* New translations README.md (Ukrainian)
* New translations README.md (Ukrainian)
* New translations README.md (Ukrainian)
* New translations README.md (Ukrainian)
* New translations README.md (Ukrainian)
* New translations bracketed-segments.md (Ukrainian)
* New translations nerd-font.md (Ukrainian)
* New translations no-runtimes.md (Ukrainian)
* New translations plain-text.md (Ukrainian)
* New translations pure-preset.md (Ukrainian)
* New translations pastel-powerline.md (Ukrainian)
* New translations no-nerd-font.md (Ukrainian)
* New translations no-empty-icons.md (Ukrainian)
* New translations README.md (French)
* New translations README.md (Russian)
* New translations README.md (Spanish)
* New translations README.md (Arabic)
* New translations README.md (German)
* New translations README.md (Italian)
* New translations README.md (Japanese)
* New translations README.md (Korean)
* New translations README.md (Dutch)
* New translations README.md (Polish)
* New translations README.md (Portuguese)
* New translations README.md (Turkish)
* New translations README.md (Chinese Simplified)
* New translations README.md (Chinese Traditional)
* New translations README.md (Vietnamese)
* New translations README.md (Portuguese, Brazilian)
* New translations README.md (Indonesian)
* New translations README.md (Sorani (Kurdish))
* New translations README.md (Ukrainian)
* New translations README.md (Norwegian)
* New translations README.md (Ukrainian)
* New translations README.md (Ukrainian)
* New translations README.md (Ukrainian)
* New translations README.md (Ukrainian)
* New translations README.md (Ukrainian)
* New translations README.md (Ukrainian)
* New translations README.md (Ukrainian)
* New translations README.md (Ukrainian)
* New translations README.md (Ukrainian)
* New translations README.md (Ukrainian)
* New translations README.md (Ukrainian)
* New translations bracketed-segments.md (Ukrainian)
* New translations nerd-font.md (Ukrainian)
* New translations no-runtimes.md (Ukrainian)
* New translations plain-text.md (Ukrainian)
* New translations pure-preset.md (Ukrainian)
* New translations pastel-powerline.md (Ukrainian)
* New translations no-nerd-font.md (Ukrainian)
* New translations no-empty-icons.md (Ukrainian)
* New translations tokyo-night.md (Ukrainian)
* New translations README.md (Ukrainian)
2023-04-12 20:43:40 +02:00
David Knaack
f234847318
chore(choco): remove chocolatey dependency ( #5078 )
2023-04-12 20:38:33 +02:00
David Knaack
5ef90a615f
fix(git_commit): resolve panic on 32-bit targets ( #5095 )
2023-04-12 17:28:09 +02:00
Aki Kanellis
f4ccd9ff22
docs: update snap instructions ( #5007 )
...
As part of #4954 , non-edge packages of Starship were removed from Snapcraft. This means the only way to install Starship is through the `edge` channel using `snap install --edge starship`.
2023-04-12 07:55:38 +02:00
renovate[bot]
22ab7255e4
build(deps): update rust crate serde to 1.0.160
2023-04-11 06:17:51 +00:00
Matan Kushner
167a7a51c8
ci: add missing GH token to doc publishing flow
2023-04-11 15:03:37 +09:00
github-actions[bot]
145ce96057
chore(master): release 1.14.1 ( #5090 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-11 15:00:03 +09:00
Matan Kushner
3e42e739ec
ci: Revert "fix: bootstrap manifest for release-please ( #5087 )"
...
This reverts commit e392d14f4e
.
2023-04-11 14:57:55 +09:00
Matan Kushner
0f7433a1a9
chore: fix release-please-manifest version
2023-04-11 14:45:49 +09:00
Matan Kushner
cd501ecd9f
fix: update the release-please manifest
2023-04-11 13:49:33 +09:00
Matan Kushner
e392d14f4e
fix: bootstrap manifest for release-please ( #5087 )
2023-04-11 13:44:29 +09:00
Matan Kushner
8bdb953ad8
fix: trigger release
2023-04-11 13:20:00 +09:00
github-actions[bot]
b1bbdbb635
chore(master): release 1.14.0 ( #4948 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-11 13:05:50 +09:00