nvPY Changelog

What's new in nvPY 2.3.1

Sep 29, 2023
  • 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)

New in nvPY 2.3.0 (Sep 24, 2023)

  • 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.

New in nvPY 2.2.0 (Jul 3, 2022)

  • 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.

New in nvPY 2.1.0 (May 1, 2020)

  • Added Ctrl+BS and Ctrl+Del shortcuts.
  • Added Ctrl+C shortcut to quickly copy the selected note tile.
  • Added list_hide_time and list_hide_tags options.
  • Update documentation.
  • Improve the TagList dialog.
  • Fixed crash when md_extensions contains multiple spaces.