From 624c24678924c8eae5567c364f6b515d316ec6bb Mon Sep 17 00:00:00 2001 From: yuuki Date: Sun, 8 Mar 2020 15:15:26 +0900 Subject: [PATCH] v2.1.0 --- CHANGES.txt | 2 ++ nvpy/version.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 7fed23f..195aeb6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,5 @@ +v2.1.0, 2020-03-08 -- Added keyboard shortcuts, list_hide_time and list_hide_tags options. + Improve the TagList dialog. Fixed crash when md_extensions contains multiple spaces. v2.0.2, 2019-12-01 -- Added support for more URL schemes. Fixed crash when opening the help dialog. Fixed highlight. v2.0.1, 2019-10-03 -- Fixed crash bug when offline. v2.0.0, 2019-09-15 -- Ported to Python3. Dropped Python2 support. Removed background_full_sync option. diff --git a/nvpy/version.py b/nvpy/version.py index 311aff2..127c148 100644 --- a/nvpy/version.py +++ b/nvpy/version.py @@ -1 +1 @@ -VERSION = "2.0.2" +VERSION = "2.1.0"