From 9890c9d503cc3e0b13d1e52193b1d80711bc5567 Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Tue, 26 May 2020 08:02:25 -0500 Subject: [PATCH] v1.2.1 --- CHANGELOG.md | 9 +++++++-- README.md | 2 +- src/zimfw.zsh.erb | 2 +- zimfw.zsh | 4 ++-- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 579dc2b..d62e57e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +_No unreleased changes._ + +## [1.2.1] - 2020-05-26 + ### Fixed -- "No such file or directory" displayed when building a new file. This was a +- "No such file or directory" error when building a new file. This was a regression introduced after replacing `cmp` by `cksum`. - Show warning message when nothing found to be initialized in a module. @@ -112,7 +116,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.2.0...HEAD +[Unreleased]: https://github.com/zimfw/zimfw/compare/v1.2.1...HEAD +[1.2.1]: https://github.com/zimfw/zimfw/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/zimfw/zimfw/compare/v1.1.1...v1.2.0 [1.1.1]: https://github.com/zimfw/zimfw/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/zimfw/zimfw/compare/v1.0.1...v1.1.0 diff --git a/README.md b/README.md index 85fbfbf..7d1459e 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ For more information about the `zimfw` tool, run `zimfw help`. Settings -------- -By default, every 30 days `zimfw` will check if it has a new version available. +By default, `zimfw` will check if it has a new version available every 30 days. This can be disabled with: zstyle ':zim' disable-version-check yes diff --git a/src/zimfw.zsh.erb b/src/zimfw.zsh.erb index fd8cf19..b156412 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.2.1-SNAPSHOT" + @version = "1.2.1" @ellipsis = " ..." @okay = "%F{green})%f " @warn = "! " diff --git a/zimfw.zsh b/zimfw.zsh index c667361..552591d 100644 --- a/zimfw.zsh +++ b/zimfw.zsh @@ -299,7 +299,7 @@ _zimfw_compile() { } _zimfw_info() { - print -R 'zimfw version: '${_zversion}' (previous commit is e73285c)' + print -R 'zimfw version: '${_zversion}' (previous commit is c0d7862)' print -R 'ZIM_HOME: '${ZIM_HOME} print -R 'Zsh version: '${ZSH_VERSION} print -R 'System info: '$(command uname -a) @@ -343,7 +343,7 @@ _zimfw_upgrade() { } zimfw() { - local -r _zversion='1.2.1-SNAPSHOT' + local -r _zversion='1.2.1' local -r zusage="Usage: %B${0}%b [%B-q%b|%B-v%b] Actions: