Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuki0xff committed Jul 3, 2022
1 parent 793889c commit fbe6150
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v2.2.0, 2022-07-04 -- Option: Added replace_filename_spaces and escape_to_exit options.
UI: Remember window position and size.
UI: Added alphanumeric sort mode.
UI: Added the sort mode selector widget.
UI: Added the streamline interface.
UI: Added shortcut key for copy note title.
Other: Fixed issue that the --cfg argument does not work.
Other: Improve stability when saving/syncing notes on the background.
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.
Expand Down
2 changes: 1 addition & 1 deletion nvpy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "2.1.0"
VERSION = "2.2.0"
2 changes: 1 addition & 1 deletion nvpy/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -1674,7 +1674,7 @@ def cmd_paste(self):
def cmd_help_about(self):
tkMessageBox.showinfo('Help | About',
'nvPY %s - A rather ugly but cross-platform simplenote client.\n\n'
'Copyright 2017-2020 yuuki0xff <https://yuuki0xff.jp/>\n'
'Copyright 2017-2022 yuuki0xff <https://yuuki0xff.jp/>\n'
'Copyright 2012-2016 Charl P. Botha <http://charlbotha.com/>\n' %
(self.config.app_version, ),
parent=self.root)
Expand Down

0 comments on commit fbe6150

Please sign in to comment.