From 3e06f0aa995a6000c8b667a2620a9103abba5d20 Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Thu, 7 Jan 2021 13:41:35 -0500 Subject: [PATCH] v1.4.0 --- CHANGELOG.md | 12 +++++++++--- src/stage2/80_zimfw.zsh.erb | 2 +- src/zimfw.zsh.erb | 2 +- zimfw.zsh | 6 +++--- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37844fa..f9ba9ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +_No unreleased changes._ + +## [1.4.0] - 2021-01-07 + ### Added - Prompt before uninstalling modules, unless `-q` is set. - Show build date in info. ### Fixed -- Show error when no parameter is provided to `-c|--cmd`. -- Use repository's default branch instead of hardcoding the default to `master`. +- Show error when no parameter is provided to `-c|--cmd` in `zmodule`. +- Use repository's default branch instead of hardcoding the default to `master`, + when no branch is specified in `zmodule`. ## [1.3.2] - 2020-08-01 @@ -145,7 +150,8 @@ Take your time to review the updated [README.md] and the changes listed below. [termtitle]: https://github.com/zimfw/termtitle [s1ck94]: https://github.com/zimfw/s1ck94 -[Unreleased]: https://github.com/zimfw/zimfw/compare/v1.3.2...HEAD +[Unreleased]: https://github.com/zimfw/zimfw/compare/v1.4.0...HEAD +[1.4.0]: https://github.com/zimfw/zimfw/compare/v1.3.2...v1.4.0 [1.3.2]: https://github.com/zimfw/zimfw/compare/v1.3.1...v1.3.2 [1.3.1]: https://github.com/zimfw/zimfw/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/zimfw/zimfw/compare/v1.2.2...v1.3.0 diff --git a/src/stage2/80_zimfw.zsh.erb b/src/stage2/80_zimfw.zsh.erb index 6147577..30cf57d 100644 --- a/src/stage2/80_zimfw.zsh.erb +++ b/src/stage2/80_zimfw.zsh.erb @@ -17,7 +17,7 @@ Actions: %Bversion%b Print Zim version Options: - %B-q%b Quiet, only outputs errors + %B-q%b Quiet (yes to prompts, and only outputs errors) %B-v%b Verbose " local ztool diff --git a/src/zimfw.zsh.erb b/src/zimfw.zsh.erb index 18f2914..760a7e7 100644 --- a/src/zimfw.zsh.erb +++ b/src/zimfw.zsh.erb @@ -6,7 +6,7 @@ class Zim @home = "${ZDOTDIR:-${HOME}}" @min_zsh_version = "5.2" @startup_files_glob = ".z(shenv|profile|shrc|login|logout)" - @version = "1.4.0-SNAPSHOT" + @version = "1.4.0" @ellipsis = " ..." @okay = "%F{green})%f " @warn = "! " diff --git a/zimfw.zsh b/zimfw.zsh index 746e5cb..fa71691 100644 --- a/zimfw.zsh +++ b/zimfw.zsh @@ -319,7 +319,7 @@ _zimfw_compile() { } _zimfw_info() { - print -R 'zimfw version: '${_zversion}' (built at 2021-01-04 20:46:42 UTC, previous commit is 3567694)' + print -R 'zimfw version: '${_zversion}' (built at 2021-01-07 18:39:43 UTC, previous commit is bcae8c0)' print -R 'ZIM_HOME: '${ZIM_HOME} print -R 'Zsh version: '${ZSH_VERSION} print -R 'System info: '$(command uname -a) @@ -366,7 +366,7 @@ _zimfw_upgrade() { } zimfw() { - local -r _zversion='1.4.0-SNAPSHOT' + local -r _zversion='1.4.0' local -r zusage="Usage: %B${0}%b [%B-q%b|%B-v%b] Actions: @@ -384,7 +384,7 @@ Actions: %Bversion%b Print Zim version Options: - %B-q%b Quiet, only outputs errors + %B-q%b Quiet (yes to prompts, and only outputs errors) %B-v%b Verbose " local ztool