diff --git a/CHANGES.txt b/CHANGES.txt index 5b30797..68e4d79 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,10 @@ +v2.3.0, 2023-09-25 -- UI: Added underline_urls option. + UI: Fixed title rendering issue on the notes list. + UI: Added support for unicode characters in hyperlinks. + UI: Added feature of highlighting note titles. + Other: Added basic support for XDG dirs. + Other: Added use_profiler option. + Other: Clean up codes to improve reliability and maintainability. 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. diff --git a/nvpy/version.py b/nvpy/version.py index 3c00bb4..707faad 100644 --- a/nvpy/version.py +++ b/nvpy/version.py @@ -1 +1 @@ -VERSION = "2.2.0" +VERSION = "2.3.0"