Skip to content

Releases: young-developer/nppNavigateTo

v.2.7.0

11 Sep 12:14
Compare
Choose a tag to compare

Added

  • Search delay settings

Changed

  • Search delay implementation
  • Fuzzy search highlights Name column only

Fixed

  • Render Performance
  • Search Performance

v.2.6.5

26 Aug 12:10
Compare
Choose a tag to compare

Added

  1. Ctrl+Backspace in the base form will now delete the word (sequence of non-whitespace, non-punctuation chars) ending at the cursor location (partially address #55 )
  2. Added optimizations to reduce the frequency of updating of the file list.
  3. Added the ability to disable highlighting of the file list if the number of results is large (for better performance, partially address #56)
  4. Made directory search more efficient by "remembering" whether search terms matched the top directory and thus avoiding the cost of performing unnecessary regex matches.
  5. Keypress processing delay

Fixed

  1. Performance issues for the huge file list.

Thanks @molsonkiko

v.2.6.4

15 Jul 17:14
Compare
Choose a tag to compare

Fixed

  • Hiding or showing the form changing input focus in an unclear way (fix issue #53)
  • Nothing showing when the form is first loaded (fix issue #36)
  • When the form is reloaded, it showed out-of-date search results (e.g., it would show files in the top directory of a file that is no longer active).

thank you @molsonkiko

v.2.6.1-beta

12 Jul 09:32
Compare
Choose a tag to compare
v.2.6.1-beta Pre-release
Pre-release

Fixed

  • Glob search issue

thanks @molsonkiko

v.2.6.0

08 Jul 13:02
Compare
Choose a tag to compare

Added

  • New search feature - more details: #50

Implemented by @molsonkiko

v.2.5.4

09 Jun 08:39
Compare
Choose a tag to compare

Fixed

  • Top directory search crash was resolved

Added

  • Better caching for subdirectory search.

Thank you @molsonkiko

v.2.5.2-beta

06 Jun 09:23
Compare
Choose a tag to compare
v.2.5.2-beta Pre-release
Pre-release

Added

  • Dark mode support
  • File count warning for directory search

Implemented by @molsonkiko
More details with screenshots here

v.2.5.0-beta

01 Jun 11:46
d501926
Compare
Choose a tag to compare

New features and upgrades from #40 and #41

Special thanks to @molsonkiko for the release

v.2.4.3

25 May 07:28
Compare
Choose a tag to compare

Fixed

  • Issue #37 was resolved

v.2.4.2

26 Apr 11:24
Compare
Choose a tag to compare

Fixed

Issue #33 was resolved.