File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
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.
1
9
v2.1.0, 2020-03-08 -- Added keyboard shortcuts, list_hide_time and list_hide_tags options.
2
10
Improve the TagList dialog. Fixed crash when md_extensions contains multiple spaces.
3
11
v2.0.2, 2019-12-01 -- Added support for more URL schemes. Fixed crash when opening the help dialog. Fixed highlight.
Original file line number Diff line number Diff line change 1
- VERSION = "2.1 .0"
1
+ VERSION = "2.2 .0"
Original file line number Diff line number Diff line change @@ -1674,7 +1674,7 @@ def cmd_paste(self):
1674
1674
def cmd_help_about (self ):
1675
1675
tkMessageBox .showinfo ('Help | About' ,
1676
1676
'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 '
1678
1678
'Copyright 2012-2016 Charl P. Botha <http://charlbotha.com/>\n ' %
1679
1679
(self .config .app_version , ),
1680
1680
parent = self .root )
You can’t perform that action at this time.
0 commit comments