Skip to content

Releases: przemoc/npplauncher

npplauncher v0.6a

07 Jul 14:37
Compare
Choose a tag to compare
  • cmd.exe window is not showing anymore.
    Regression has been introduced in previous version (0.6).

Only 32-bit Windows exe is provided (built using gcc version 7.3.0 (Rev2, Built by MSYS2 project)), but it supports 64-bit Notepad++ too.

npplauncher v0.6

06 Aug 20:41
Compare
Choose a tag to compare
  • Notepad++ searching includes now 64/32-bit counterpart.

  • Waiting for Notepad++ exit is now a default behavior.

  • Built-in installer has been removed.

  • Makefile has been added for easier building in MSYS2 environment.


Only 32-bit Windows exe is provided (built using gcc version 7.1.0 (Rev2, Built by MSYS2 project)), but it supports 64-bit Notepad++ too.

npplauncher v0.5

24 Jun 18:03
Compare
Choose a tag to compare
  • 64-bit Windows are supported now.

  • Built-in installer is available. Rename executable file to install.exe if
    you want to use it. Installer copies .exe as notepad.exe to 4 locations:

    • %WINDIR%\ServicePackFiles\i386\
    • %WINDIR%\system32\dllcache\
    • %WINDIR%\system32\
    • %WINDIR%\

    But before, it tries to bypass System File Checker/Windows File Protection.

  • Moving Notepad++ window to the top has been fixed.

  • Building toolchain has changed from MinGW to MinGW-W64.