forked from pool/starship
Accepting request 1093186 from home:Dead_Mozay
- Update to version 1.15.0: * Features: - Add Solidity Module. - add typechange to git_status module. - aws: support aws sso with automatic authentication refresh. - azure: subscription name aliases. - gcloud: add detect_env_vars option. - git_metrics: add option to ignore submodules. - golang: adding mod_version variable. - nodejs: Add expected_version variable. * Bug Fixes: - config: Make print-config not panic without a config. - ensure nested style variables are processed during formatting. - presets: Added ($style) to format in module 'sudo' in Bracketed Segments Preset. - style: ensure nested style variables are processed during formatting. - update of presets and default configuration to reflect changes in Nerd Fonts 3.0. OBS-URL: https://build.opensuse.org/request/show/1093186 OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=46
This commit is contained in:
parent
eaf03c4d2a
commit
fc1474f610
3
_service
3
_service
@ -6,7 +6,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="version">git-master</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">v1.14.2</param>
|
||||
<param name="revision">v1.15.0</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesauthor">dead_mozay@opensuse.org</param>
|
||||
</service>
|
||||
@ -18,6 +18,7 @@
|
||||
</service>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srcdir">starship</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<param name="srcdir">starship</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3a2c7cc018db8171caf1151b7a17fc57f47472f307a7ba402a427c3073ab676
|
||||
size 16616461
|
3
starship-1.15.0.obscpio
Normal file
3
starship-1.15.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28d4cee85840d8982ae023bb0eb0743104efcacf9bf942e0881639cf11adca7a
|
||||
size 16789005
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 6 17:47:23 UTC 2023 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
- Update to version 1.15.0:
|
||||
* Features:
|
||||
- Add Solidity Module.
|
||||
- add typechange to git_status module.
|
||||
- aws: support aws sso with automatic authentication refresh.
|
||||
- azure: subscription name aliases.
|
||||
- gcloud: add detect_env_vars option.
|
||||
- git_metrics: add option to ignore submodules.
|
||||
- golang: adding mod_version variable.
|
||||
- nodejs: Add expected_version variable.
|
||||
* Bug Fixes:
|
||||
- config: Make print-config not panic without a config.
|
||||
- ensure nested style variables are processed during formatting.
|
||||
- presets: Added ($style) to format in module 'sudo'
|
||||
in Bracketed Segments Preset.
|
||||
- style: ensure nested style variables are processed during
|
||||
formatting.
|
||||
- update of presets and default configuration to reflect
|
||||
changes in Nerd Fonts 3.0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 14 16:23:24 UTC 2023 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: starship
|
||||
version: 1.14.2
|
||||
mtime: 1681325173
|
||||
commit: c7949706a15736c38eab1477c6dccbae54c608ef
|
||||
version: 1.15.0
|
||||
mtime: 1686062026
|
||||
commit: 3591db41c1f899b5ff657312d8f848531fcbe751
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: starship
|
||||
Version: 1.14.2
|
||||
Version: 1.15.0
|
||||
Release: 0
|
||||
Summary: A customizable prompt for many shells
|
||||
License: ISC
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a77e3189580ae5e65faa7b335c2b8c5f8e2519f276ccb9f2f83428862404b73c
|
||||
size 67003229
|
||||
oid sha256:33ed84f70613dbd0519e0db7042af4eaa0f9379d74e4eb66a6829d07b7809a56
|
||||
size 56220910
|
||||
|
Loading…
Reference in New Issue
Block a user