From 853e5a767c08cab9b542b6d84d3515219f1020f7 Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Sun, 17 May 2020 10:30:14 -0500 Subject: [PATCH] v1.2.0 --- CHANGELOG.md | 7 ++++++- src/stage2/80_zimfw.zsh.erb | 2 +- src/zimfw.zsh.erb | 2 +- zimfw.zsh | 6 +++--- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 668efcf..abcb236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +_No unreleased changes._ + +## [1.2.0] - 2020-05-17 + ### Changed - Use `cksum` instead of `cmp`, and `zargs` instead of `xargs`, so we don't depend on busybox or diffutils and findutils. @@ -105,7 +109,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.1.1...HEAD +[Unreleased]: https://github.com/zimfw/zimfw/compare/v1.2.0...HEAD +[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 [1.0.1]: https://github.com/zimfw/zimfw/compare/v1.0.0...v1.0.1 diff --git a/src/stage2/80_zimfw.zsh.erb b/src/stage2/80_zimfw.zsh.erb index 9ef3078..1710d8a 100644 --- a/src/stage2/80_zimfw.zsh.erb +++ b/src/stage2/80_zimfw.zsh.erb @@ -66,7 +66,7 @@ Options: install|update) _zimfw_source_zimrc 1 || return 1 autoload -Uz zargs && \ - zargs -n 9 -P 10 -- ${_zmodules_zargs} -- zsh -c ${ztool} ${1} && \ + zargs -n 9 -P 10 -- ${_zmodules_zargs} -- zsh -c ${ztool} ${1} && \ _zimfw_print -PR "<%= done %>Done with ${1}. Restart your terminal for any changes to take effect." || return 1 (( _zprintlevel-- )) _zimfw_source_zimrc && _zimfw_build && _zimfw_compile diff --git a/src/zimfw.zsh.erb b/src/zimfw.zsh.erb index d81114d..84af29f 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.0-SNAPSHOT" + @version = "1.2.0" @ellipsis = " ..." @okay = "%F{green})%f " @error = "x " diff --git a/zimfw.zsh b/zimfw.zsh index 17d4a17..d5d1ec6 100644 --- a/zimfw.zsh +++ b/zimfw.zsh @@ -295,7 +295,7 @@ _zimfw_compile() { } _zimfw_info() { - print -R 'zimfw version: '${_zversion}' (previous commit is 7e369ef)' + print -R 'zimfw version: '${_zversion}' (previous commit is 8724686)' print -R 'ZIM_HOME: '${ZIM_HOME} print -R 'Zsh version: '${ZSH_VERSION} print -R 'System info: '$(command uname -a) @@ -339,7 +339,7 @@ _zimfw_upgrade() { } zimfw() { - local -r _zversion='1.2.0-SNAPSHOT' + local -r _zversion='1.2.0' local -r zusage="Usage: %B${0}%b [%B-q%b|%B-v%b] Actions: @@ -484,7 +484,7 @@ fi install|update) _zimfw_source_zimrc 1 || return 1 autoload -Uz zargs && \ - zargs -n 9 -P 10 -- ${_zmodules_zargs} -- zsh -c ${ztool} ${1} && \ + zargs -n 9 -P 10 -- ${_zmodules_zargs} -- zsh -c ${ztool} ${1} && \ _zimfw_print -PR "Done with ${1}. Restart your terminal for any changes to take effect." || return 1 (( _zprintlevel-- )) _zimfw_source_zimrc && _zimfw_build && _zimfw_compile