Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuki0xff committed Sep 28, 2023
1 parent 909bf14 commit 3daa558
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v2.3.1, 2023-09-29 -- UI: Fixed keyword highlighting issue.
other: Fixed crash when rendering reST to HTML.
Other: Fixed crash when using Python <3.10.
Other: Fixed crash when using the vertical layout.
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.
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.3.0"
VERSION = "2.3.1"

0 comments on commit 3daa558

Please sign in to comment.