From d123ace57313b93d8307a0549d66456891bcc73c Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Wed, 21 Aug 2019 02:53:06 -0400 Subject: [PATCH] :tada: release version 2! --- changelog.md | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/changelog.md b/changelog.md index 88bcf35e..d52e1c22 100644 --- a/changelog.md +++ b/changelog.md @@ -3,29 +3,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## 2.0.0 - [Unreleased] +## 2.0.0 - 2019-08-21 ### Added -- GEOMETRY_STATUS_SYMBOL_COLOR_HASH_COLORS for changing the hash colors (thanks @MarioRicalde!) -- GEOMETRY_INFO array for running functions on enter -- `geometry_jobs`: function showing number of jobs -- `geometry_npm_package_version`: function showing npm/yarn package version (thanks @drager!) -- `geometry_rust_version`: function showing rustc version (thanks @drager!) -- GEOMETRY_DEBUG which helped hunt down lots of errors (thanks @MarioRicalde!) - New logo and branding by @MarioRicalde! +- `GEOMETRY_INFO` array for running functions on enter with an empty command +- `geometry_jobs` function showing number of jobs +- `geometry_npm_package_version` function showing npm/yarn package version (thanks @drager!) +- `geometry_rust_version` function showing rustc version (thanks @drager!) +- `GEOMETRY_STATUS_SYMBOL_COLOR_HASH_COLORS` for changing the hash colors (thanks @MarioRicalde!) ### Changed -- Right prompt renders asynchronously via file descriptors - Left prompt supports customization via `GEOMETRY_PROMPT` +- Right prompt renders asynchronously via file descriptors - Functions read environment variables dynamically -- `geometry_git`: Git stash indicator (thanks @ev-agelos!) +- `geometry_git` has a stash indicator (thanks @ev-agelos!) +- Plugins are now simple `geometry_` prefixed functions (based on subnixr/minimal) ### Deprecated -- Plugins are now simple `geometry_` prefixed functions (based on subnixr/minimal) -- GEOMETRY_PLUGINS{,SECONDARY} are now GEOMETRY_PROMPT and GEOMETRY_RPROMPT -- `GEOMETRY_[COLOR|SYMBOL]_PLUGIN_NAME` and most other environment variables - - See the readme or `grep GEOMETRY_ functions/*` -- GEOMETRY_GIT_SHOW_{CONFLICTS/TIME/STASHES} no longer exist +- `GEOMETRY_PLUGINS`, and `GEOMETRY_PLUGINS_SECONDARY` are now `GEOMETRY_PROMPT`, and `GEOMETRY_RPROMPT` +- `GEOMETRY_[COLOR|SYMBOL]_PLUGIN_NAME` and most other environment variables are deprecated (see options.md for new variables) +- `GEOMETRY_GIT_SHOW_{CONFLICTS,TIME,STASHES}` no longer exist ### Removed - Root color for status symbol @@ -33,6 +31,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Fix conflict count on non top-level directory +- Dozens of other small fixes ## 1.0.0 - 2017-04-05 ### Added