From 90de91ab4fa987694a1721f3aff39f9b7b8c090c Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Sun, 21 Nov 2021 14:41:25 -0500 Subject: [PATCH] v1.6.2 --- CHANGELOG.md | 9 ++++++++- src/zimfw.zsh.erb | 2 +- zimfw.zsh | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eef79a3..59b8cd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 _No unreleased changes._ +## [1.6.2] - 2021-11-21 + +### Fixed +- Force local zsh emulation options, so the code is not broken by unexpected + option changes by the user. + ## [1.6.1] - 2021-11-08 ### Fixed @@ -219,7 +225,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.6.1...HEAD +[Unreleased]: https://github.com/zimfw/zimfw/compare/v1.6.2...HEAD +[1.6.2]: https://github.com/zimfw/zimfw/compare/v1.6.1...v1.6.2 [1.6.1]: https://github.com/zimfw/zimfw/compare/v1.6.0...v1.6.1 [1.6.0]: https://github.com/zimfw/zimfw/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/zimfw/zimfw/compare/v1.4.3...v1.5.0 diff --git a/src/zimfw.zsh.erb b/src/zimfw.zsh.erb index cb247da..7faa778 100644 --- a/src/zimfw.zsh.erb +++ b/src/zimfw.zsh.erb @@ -4,7 +4,7 @@ class Zim :clear_line, :ellipsis, :okay, :warn, :error, :done, :failed def initialize - @version = "1.6.2-SNAPSHOT" + @version = "1.6.2" @home = "${ZDOTDIR:-${HOME}}" @min_zsh_version = "5.2" @startup_files_glob = ".z(shenv|profile|shrc|login|logout)" diff --git a/zimfw.zsh b/zimfw.zsh index 0ec6ad8..61e7520 100644 --- a/zimfw.zsh +++ b/zimfw.zsh @@ -372,7 +372,7 @@ _zimfw_compile() { } _zimfw_info() { - print -R 'zimfw version: '${_zversion}' (built at 2021-11-21 19:26:56 UTC, previous commit is de685e8)' + print -R 'zimfw version: '${_zversion}' (built at 2021-11-21 19:40:05 UTC, previous commit is a5fb148)' print -R 'ZIM_HOME: '${ZIM_HOME} print -R 'Zsh version: '${ZSH_VERSION} print -R 'System info: '$(command uname -a) @@ -721,7 +721,7 @@ esac zimfw() { builtin emulate -L zsh setopt EXTENDED_GLOB - local -r _zversion='1.6.2-SNAPSHOT' zusage="Usage: %B${0}%b [%B-q%b|%B-v%b] + local -r _zversion='1.6.2' zusage="Usage: %B${0}%b [%B-q%b|%B-v%b] Actions: %Bbuild%b Build %B${ZIM_HOME}/init.zsh%b and %B${ZIM_HOME}/login_init.zsh%b.