Skip to content

Commit

Permalink
Release v2.2.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
thehunmonkgroup committed Nov 26, 2021
1 parent f9001c5 commit 13a063a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
##### Fri Nov 26 2021 - released v2.2.0b1

* **Fri Nov 26 2021:** fix #317: Broken links on PyPi
* **Mon Nov 22 2021:** fix #313: ACTION_REFRESH keybind triggers while entering text
* **Sun Oct 31 2021:** changed flag name
* **Wed Oct 27 2021:** add `focus_on_add` configuration parameter, allows focusing on newly added task
* **Wed Oct 27 2021:** properly escape search terms
* **Tue Oct 12 2021:** Include 'report.X.context=0' option of tw 2.6.0
* **Sat Oct 09 2021:** fix #305: vit fails when using new context definition
* **Wed Oct 06 2021:** bump tasklib min version
* **Wed Oct 06 2021:** Support XDG_CONFIG_DIR taskrc location
* **Wed Sep 29 2021:** fix #302: display task id of created task in command bar
* **Sun Aug 29 2021:** fix #140, fix #230. smarter handling of spaces/quotes in autocomplete
* **Sun Aug 29 2021:** clarify doc for finding user config directory
* **Sun Aug 11 2019:** Add support for XDG Base Directory
* **Thu Jul 15 2021:** set VIT_TASK_UUID environment variable when executing external scripts
* **Thu Jul 15 2021:** allow passing custom environment variables to external commands
* **Mon Jun 07 2021:** fix #296: AutoComplete space_escape_regex not initialized for 'wait' command
* **Tue Mar 16 2021:** fix #287: Incorrect marker width calculation of Unicode symbols can cause markers to not be displayed
* **Sun Feb 28 2021:** add support for TaskWarrior >= 2.5.2 to changelog

##### Sun Feb 28 2021 - released v2.1.0

Support for TaskWarrior >= 2.5.2
Expand Down
2 changes: 1 addition & 1 deletion vit/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VIT = '2.1.0'
VIT = '2.2.0b1'

0 comments on commit 13a063a

Please sign in to comment.