* Mon Jul 31 2023 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 1.16.0:
* Features:
- pwsh: Support vi command mode indicator.
- shlvl: add repeat_offset for repeated symbol.
- update the nushell init file and make it valid module
and overlay.
* Bug Fixes:
- bash: Clear out completed jobs before counting NUM_JOBS.
- rprompt: remove lprompt modules from $all again.
* Performance Improvements:
- git_status: query git stash count via gitoxide.
* Tue Jun 06 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 2023 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 1.14.2:
* git_commit: resolve panic on 32-bit targets.
* Tue Apr 11 2023 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 1.14.1:
* Features:
- aws: add support for source_profile.
- aws: Adds support for AWS_CREDENTIAL_EXPIRATION
environment variable.
- custom: add option to check if pwd is in a repo.
- fossil: detection of Fossil check-outs in subdirectories.
* Bug Fixes:
- gradle: add support for unstable Gradle versions.
- init: avoid cygpath for starship binary path.
- java: wrong version number when using Android Studio JDK.
- preset: add output-flag to avoid encoding issues.
- pulumi: Fix formatting on pulumi module when using version.
* Mon Feb 27 2023 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 1.13.1:
* Features:
- config: Adds support for --profile <custom profile name>.
- env_var: Add support for env_var.VAR in format.
- fennel: add fennel module.
- add pijul_channel module.
- fossil_branch: add fossil_branch module.
- gradle: add gradle module.
- hg_branch: Add support for mercurial topics and find hg
root dir.
- java: Add .sdkmanrc for Java.
- logger: delete old logs & avoid more dup logs.
* Bug Fixes:
- 'to to' -> 'to'.
- container: reduce docker, podman and systemd confusion.
- fish: enable transient prompt when in vi mode.
- git_commit: fix potential test failure.
- Improve regex for extracting gradle package version from
gradle.properties.
- let-env warning when using nushell.
- nodejs: apply style even if node version is unavailable
- package: Improve regex for extracting gradle version
from gradle.properties.
Version: 1.12.0-bp155.1.10
* Sun Dec 18 2022 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 1.12.0:
* Features:
- add Haxe support
- Add operating system module
- aws: add a fallback for expiration key
- azure: add username to azure module config
- bug-report: ask for confirmation before opening issue
- directory: add before_repo_root_style
- git_commit: support showing lightweight tags
- guix_shell: Initial implementation
- init: Use which-rs to resolve starship path
- localip: use reserved remote address
- nu: enable right prompt
- Open Policy Agent module
- package: added showing gradle version based on the gradle.properties file
- preset: Add No Empty Icons preset
- preset: Add no-nerd-font preset
- release: add chocolatey publishing
* Bug Fixes:
- aws: enable when using .aws/credentials
- buf: broken icon on windows 10
- ci: cache after selecting the toolchain
- config: unrecognized config properties don't cause config error
- container: avoid detecting WSL as a systemd-container
- don't attempt to display cmd_duration notification if in TTY
- git: check tag_disabled option
- java: Improved regex for Java version
- nu: remove -c parameter from term size
- pwsh: fix error log display on older versions of pwsh
- status: replace multiply with cross mark emoji
* Sun Oct 16 2022 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 1.11.0:
* add user-defined color palette.
* fish: Enable left and right transience.
* module: Add a meson devenv indicator.
* schema: deny unknown keys.
* status: Support formatting of pipestatus separator.
* buf: fix spacing & harmonize docs with actual configuration.
* directory: don't strip duplicate directory names twice.
* pwsh: avoid potential deadlock in init.
* directory: Skip repo resolution if unused by directory config.
* Fri Sep 09 2022 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 1.10.3:
* git_commit: only use exact match for tag by default.
* Thu Aug 25 2022 Dead Mozay <dead_mozay@opensuse.org>
- Use setup instead of autosetup.
* Thu Aug 25 2022 Jan Engelhardt <jengelh@inai.de>
- Remove nondescript claims from description
* Fri Aug 19 2022 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 1.10.2:
* No changelog was made available.
* Tue Aug 16 2022 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 1.10.1:
* Disable multithreading in jwalk (via gitoxide) as workaround
for #4251 (#4258) (37b54f7).
* Mon Aug 15 2022 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 1.10.0:
* add bun module.
* Add starship preset command.
* Add support for blink, hidden, and strikethrough styles.
* Add the ability to have some file extensions prevent a module
from triggering.
* k8s: Add folder detection to the k8s module.
* package: support cargo workspace versions.
* status: Add pipestatus_segment_format option to status module.
* aws: support official AWS_SHARED_CREDENTIALS_FILE variable.
* timings: count time spent on custom on 'when' command failure.
* pulumi: allow disabling upwards discovery.
* Fri Jul 08 2022 William Brown <william.brown@suse.com>
- Remove dependency on unmaintained rust-packaging
* Tue Jun 28 2022 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 1.9.1:
* add Raku module.
* character: Standadise Vim config names.
* Removed strip binary.
* Wed Jun 22 2022 Dead Mozay <dead_mozay@opensuse.org>
- Fix W: unstripped-binary-or-object.
* Thu Jun 16 2022 Dead Mozay <dead-mozay@opensuse.org>
- Update to version 1.8.0:
* Add support for Daml.
* kubernetes: add user alias.
* escape text segments in meta variables.
* fish: add proper vi mode detection for fish shell.
* install: ignore tarfile ownership values when installing as root.
* nu: don't use cygpath for starship binary path in init.
* Wed May 25 2022 Dead Mozay <dead-mozay@opensuse.org>
- Update to version 1.7.1:
* go: check for go.work file to show Go module in prompt.
* hostname: add ssh_symbol for ssh connections.
* package: Extract package version from PEP 621
compliant pyproject.toml.
* rust: Display toolchain names.
* Do not panic in config if editor not found.
* module: list option not working.
* nu: use the most recent starship init.
* Use git2::Repository::open_ext() instead of discover().
* Wed Apr 27 2022 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 1.6.3:
* git_branch: correct variable name for remote branch.
* Sat Apr 16 2022 Dead Mozay <dead-mozay@opensuse.org>
- Update to version 1.6.2:
* Add a module for C projects.
* allow printing config file schema.
* aws: add option to force AWS display.
* cmd_duration: make notify feature optional (compat with nix darwin).
* spack: Add Spack module.
* bash: ensure checkwinsize is enabled for $COLUMNS
* directory: enable repo_root_style when truncation_length is zero.
* docker_context: ignore the "default" context.
* fish: allow generating session keys in older versions of fish.
* init: Change Elvish init to catch for 0.18.
* nu: Use = instead of space to pass command line parameters.
* nu: use shell-provided terminal width.
* Fri Mar 25 2022 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 1.5.4:
* aws: Add profile aliases.
* buf: Add Buf module.
* git_branch: add 'ignore_branches' option.
* haskell: Add Haskell module.
* nodejs: check for .mts and .cts files.
* aws: accept sso credentials.
* aws: Make AWS_REGION orverrides AWS_DEFAULT_REGION.
* docs: fix and cleanup VuePress config.
* init: Change Nushell init for nu 0.60.
* status: Make status module work even when the status is 0.
* Fri Mar 11 2022 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 1.4.2:
* No changelog available.
* Wed Mar 09 2022 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 1.4.0:
* Exclude vuepress output from dprint.
* ignore empty --jobs argument.
* aws: Only display AWS if there are credentials configured.
* fish: Emit clear-screen escape sequence only in left prompt.
* localip: disable localip module default.
* pwsh: Use global:error[0] for most recent error in powershell.
* Mon Feb 07 2022 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 1.3.0:
* add username to Pulumi module.
* Enable Undistract Me for Linux.
* starship bug-report sets syntax highlighting for config file.
* add a container indicator.
* cli: Print arguments if argument parsing fails.
* cmd_duration: Make notification timeout configurable.
* install: Add posix shell check.
* localip: add module to print the current ipv4 address.
* pwsh: Set ExtraPromptLineCount.
* pwsh: Set STARSHIP_SHELL to pwsh on PS >5.
* Correctly detect older versions of powershell in bug-report.
* bash: Restore previous exit status in bash init.
* elvish: use $pwd for logical-path.
* nodejs: use e718 as the default of symbol in node configuration.
* status: Enable to convert from i64 to hex_status by casting
instead of parsing status.
* Improve compatibility with Zsh prompt theme system.
* zsh: using add-zsh-hook instead of add hook manually.
* elvish: Use built-in randint instead of starship session.
* Sat Jan 15 2022 Dead Mozay <dead-mozay@opensuse.org>
- Update to version 1.2.1:
* properties: fix regressions in status, pipestatus
and terminal-width handling.
* pwsh: Avoid polluting the global function namespace.