Skip to content

Releases: oviradoi/npp-explorer-plugin

Version 1.9.9

14 Mar 17:21
Compare
Choose a tag to compare

Fix background color of tree control when switching style in dark mode

Version 1.9.8

11 Mar 08:45
Compare
Choose a tag to compare

Improve the speed of icon extraction

Version 1.9.7

12 Feb 10:44
Compare
Choose a tag to compare
  • Fix a few bugs related to dark mode

Version 1.9.6

01 Jan 17:45
Compare
Choose a tag to compare
  • Improve dark mode support for Notepad++
  • Round up files smaller than 1kb
  • Use user's locale preferences when formatting file size
  • Fix open file not being underlined Favorites panel
  • Fix sometimes toolbar not displayed in Favorites panel
  • Fix Filter not being updated when you type in a filter and press ENTER
  • Fix crash if you opened the Explorer panel and quickly closed Notepad++

Version 1.9.5

12 Feb 18:36
Compare
Choose a tag to compare
  • Open favorites with Return key (Issue #28)
  • Save favorites in real time (Issue #26)

Version 1.9.4

30 Jan 07:48
Compare
Choose a tag to compare

Fix drive letter enumeration (fixes issue #25)

Version 1.9.3

11 Sep 08:44
Compare
Choose a tag to compare

Fix handling of groups containing spaces in the add favorites dialog (fixes issue #20)
Show expand/collapse buttons for the root items in the add favorites dialog tree (fixes issue #21)

Version 1.9.2

12 Aug 12:04
Compare
Choose a tag to compare

Fix incorrect icons for subfolders in the Desktop folder
Refactor sorting code to use standard library instead of custom implementation
Implement custom font size option

Version 1.9.1

29 May 13:09
Compare
Choose a tag to compare

Refactor list drawing code
Add expand buttons to root elements in the TreeViews
Replace custom tooltip implementation with winapi standard tooltips
Fix toolbar memory leaks

Version 1.9.0

24 May 13:49
Compare
Choose a tag to compare

Fixed sorting in favorites dialog
Apply current style background color in favorites dialog
Fixed open in new instance command
Refactor some of the code