Skip to content

Commit fbe6150

Browse files
committed
v2.2.0
1 parent 793889c commit fbe6150

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v2.2.0, 2022-07-04 -- Option: Added replace_filename_spaces and escape_to_exit options.
2+
UI: Remember window position and size.
3+
UI: Added alphanumeric sort mode.
4+
UI: Added the sort mode selector widget.
5+
UI: Added the streamline interface.
6+
UI: Added shortcut key for copy note title.
7+
Other: Fixed issue that the --cfg argument does not work.
8+
Other: Improve stability when saving/syncing notes on the background.
19
v2.1.0, 2020-03-08 -- Added keyboard shortcuts, list_hide_time and list_hide_tags options.
210
Improve the TagList dialog. Fixed crash when md_extensions contains multiple spaces.
311
v2.0.2, 2019-12-01 -- Added support for more URL schemes. Fixed crash when opening the help dialog. Fixed highlight.

nvpy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.1.0"
1+
VERSION = "2.2.0"

nvpy/view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1674,7 +1674,7 @@ def cmd_paste(self):
16741674
def cmd_help_about(self):
16751675
tkMessageBox.showinfo('Help | About',
16761676
'nvPY %s - A rather ugly but cross-platform simplenote client.\n\n'
1677-
'Copyright 2017-2020 yuuki0xff <https://yuuki0xff.jp/>\n'
1677+
'Copyright 2017-2022 yuuki0xff <https://yuuki0xff.jp/>\n'
16781678
'Copyright 2012-2016 Charl P. Botha <http://charlbotha.com/>\n' %
16791679
(self.config.app_version, ),
16801680
parent=self.root)

0 commit comments

Comments
 (0)