Skip to content

Releases: cpbotha/nvpy

v2.3.1

29 Sep 13:21
v2.3.1
3daa558
Compare
Choose a tag to compare

Changes:

  • UI: Fixed keyword highlighting issue. (#231)
  • Other: Fixed crash when rendering reST to HTML.
  • Other: Fixed crash when using Python <3.10. (#232 and others)
  • Other: Fixed crash when using the vertical layout. (#200)

Announcement:

  • The next release will drop support for Python 3.6. See #229 for details.

v2.3.0

24 Sep 16:28
v2.3.0
5a0ef81
Compare
Choose a tag to compare

Changes:

  • UI: Added underline_urls option. (#223)
  • UI: Fixed title rendering issue on the notes list. (#224)
  • UI: Added support for unicode characters in hyperlinks. (#226)
  • UI: Added feature of highlighting note titles. (#221)
  • Other: Added basic support for XDG dirs. (#222)
  • Other: Added use_profiler option.
  • Other: Clean up codes to improve reliability and maintainability.

Announcement:

  • The next release will drop support for Python 3.6. See #229 for details.
  • Windows Defender may detect nvpy.exe as malware. It's probably a false positive, so I'll send a report to Microsoft.

v2.2.0

03 Jul 16:09
fbe6150
Compare
Choose a tag to compare
  • Added replace_filename_spaces option. (#83, #206)
  • Added escape_to_exit option. (#218)
  • Added ability to remember window position and size. (#208)
  • Added alphanumeric sort mode.
  • Added ability to change the sort mode without restarting the nvPY.
  • Added the streamline interface. (#219)
  • Improved documents.
  • Fixed issue that the --cfg argument does not work.
  • Improved stability when saving/syncing notes on the background.

v2.1.0

08 Mar 07:31
624c246
Compare
Choose a tag to compare
  • Added Ctrl+BS and Ctrl+Del shortcuts. (#165, #203)
  • Added Ctrl+C shortcut to quickly copy the selected note tile. (#203)
  • Added list_hide_time and list_hide_tags options. (#205)
  • Update documentation. (#197)
  • Improve the TagList dialog. (#198)
  • Fixed crash when md_extensions contains multiple spaces. (#201, #202)

v2.0.2

01 Dec 06:46
ed4487a
Compare
Choose a tag to compare
  • Added support for more URL schemes. (#184)
  • Fixed crash when opening the help dialog. (#193)
  • Fixed highlight.

v2.0.1

02 Oct 19:21
f6b54b6
Compare
Choose a tag to compare
  • Fixed crash when offline (#191)

v2.0.0

15 Sep 07:16
1206610
Compare
Choose a tag to compare
  • Ported to Python3. (#153)
  • Dropped Python2 support.
  • Removed background_full_sync option.

v2.0.0-beta2

12 Sep 06:44
9d4c5e2
Compare
Choose a tag to compare
v2.0.0-beta2 Pre-release
Pre-release
  • Ported to Python3. (#153)
  • Dropped Python2 support.
  • Remove background_full_sync option.

v2.0.0-beta

08 Sep 13:09
a1fea93
Compare
Choose a tag to compare
v2.0.0-beta Pre-release
Pre-release
  • Ported to Python3. (#153)
  • Dropped Python2 support.

v1.2.2

05 Sep 04:51
a991d11
Compare
Choose a tag to compare
  • Fixed on-memory database corruption bug (#181)
  • Fixed UI bugs (#183 (comment))
  • Fixed full-sync issue (#182)
  • Added TclError handling to prevent user confusion. (#150, #180)
  • Added debug utilities