Notepad++ Releases

Discussion in 'other software & services' started by WildByDesign, Oct 16, 2015.

  1. guest

    guest Guest

  2. Brummelchen

    Brummelchen Registered Member

    Joined:
    Jan 3, 2009
    Posts:
    5,920
    no notice - notepad++ is portable itself when loading/extracting the zip/7z/rar, there is NO need to load another crappy portable startup
     
  3. guest

    guest Guest

    Notepad++ v7.5.8 Released (23 July 2018)
    News
    Download
    Changelog:
     
  4. hayc59

    hayc59 Updates Team

    Joined:
    Feb 9, 2002
    Posts:
    2,841
    Location:
    KEEP USA GREAT
    thank you very much!!
     
  5. guest

    guest Guest

    Notepad++ v7.5.9 Released (15 October 2018)
    News
    Download
    Notepad++ v7.5.9 bug-fixes and enhancements:
    1. Fix hanging problem while switching back a fully-folded document by using shortcut (Ctrl-TAB).
    2. Fix possible file corruption during backup or power loss or other abnormal N++ termination.
    3. Fix wrong backup file deleted issue.
    4. Fix backup not fully disabled issue.
    5. Add 2 command line flags "-notepadStyleCmdline" and "-z" for the replacement of notepad.exe.
      See https://notepad-plus-plus.org/features/replace-notepad.html
    6. Add new plugin API NPPM_REMOVESHORTCUTBYCMDID to allows plugins to remove unneeded shortcuts.
    7. Fix Tail monitoring incoherent status after deleting a monitored file.
    8. Fix issue with wrong smart highlighting when it is disabled.
    9. Fix last active tab is ignored on Notepad++ restart issue.
    10. Fix Tab non-responding by mouse click after dragging bug.
    11. Fix switching back position restoring issue for wrapped document.
    12. Add several spiritual quotes and a subtle Easter egg in the source code.
     
  6. EASTER

    EASTER Registered Member

    Joined:
    Jul 28, 2007
    Posts:
    11,126
    Location:
    U.S.A. (South)
    Nice. I haven't used Notepad++ for quite awhile now, maybe couple of years or better because it seems letting it develop over time without it makes me appreciate it all the more once the decision is made to finally bring it onboard once again. :)
     
  7. guest

    guest Guest

    Notepad++ v7.6 Released (14 November 2018)
    News
    Download
    Notepad++ v7.6 new feature & bug-fixes
    1. Add Built-in Plugins Admins. Users can install, update and remove plugins by some clicks via Plugins Admin:
      https://notepad-plus-plus.org/features/plugin-admin.html
    2. plugin loading changement: Remove the legacy plugin loading way and apply only the new plugin loading method.
    3. Add new message NPPM_GETPLUGINHOMEPATH in Notepad++ API for plugin, so plugin can get its path easily.
    4. Fix a regression of performance issue while word wrap option is enable.
    5. Fix a performance issue for switching back to folded document.
    6. Fix crash issue due to Unix style path input in Open file dialog.
    7. Fix UTF-8 detection problem: 4 byte characters UTF-8 character can be detected now.
    8. Enhance/Fix) encoding detection/problem.
    9. Fix auto-indent issue by typing Enter on empty line.
    10. Fix "Close all but this" behaviour if multiple views are present and some files are dirty.
    11. Fix tool tip in document switcher showing the old name issue (after being renamed).
    12. Add autoit and lua autoCompletion
     
  8. Mr.X

    Mr.X Registered Member

    Joined:
    Aug 10, 2013
    Posts:
    4,807
    Location:
    .
  9. Seer

    Seer Registered Member

    Joined:
    Feb 12, 2007
    Posts:
    2,068
    Location:
    Serbia
    It does not work in portable build atm, you have to use installer to have Plugins Admin.
    There is some discussion here, but still no viable solution.
    The dll is recognized when you place it manually, but NPP warns that the ANSI plugin won't work in Unicode app...
     
  10. Mr.X

    Mr.X Registered Member

    Joined:
    Aug 10, 2013
    Posts:
    4,807
    Location:
    .
    Thank you and yes I'm using the portable version as always but couldn't find it.
    Placing plugins manually within a folder for each one works.
    Guess I don't really need such Plugin Admin for the time being, perhaps never.
     
  11. Seer

    Seer Registered Member

    Joined:
    Feb 12, 2007
    Posts:
    2,068
    Location:
    Serbia
    The 'Plugin Admin' plug-in? It does not work here, and it is stated by the developer (in the link I posted earlier) -

     
  12. guest

    guest Guest

    Notepad++ v7.6.1 Released (13 December 2018)
    News
    Download
    Notepad++ v7.6.1 new enhancement and bug-fixes
    1. Several bug-fixes & enhancement on Plugins Admin.
    2. Notepad++ will load plugins from %PROGRAMDATA% instead of %LOCALAPPDATA%.
    3. Fix installer's plugins copy issue under Linux (by using WINE).
    4. Fix Installer HI-DPI GUI glitch.
    5. Fix "Import plugins" not working issue.
    6. Fix printer header/footer font issue.
    7. Make installer more coherent for the option doLocalConf.xml.
    8. Make text display right in summary panel.
     
  13. guest

    guest Guest

    Notepad++ v7.6.2 Released (01 January 2019)
    News
    Download
     
  14. hayc59

    hayc59 Updates Team

    Joined:
    Feb 9, 2002
    Posts:
    2,841
    Location:
    KEEP USA GREAT
    thank yoyu
     
  15. guest

    guest Guest

    Notepad++ v7.6.3 Released (27 January 2019)
    News
    Download
    Notepad++ v7.6.3 new enhancement and bug-fixes
    1. Add Markdown language (Markdown++), in UDL, included only in installer.
    2. Move plugins home from %ProgramData% to %ProgramFiles% for the sake of security.
    3. List plugins in alphabetical order in Plugins Admin dialog.
    4. Fix loading unexpected dll as plugin issue. (EU-FOSSA)
    5. Fix stack overflow issue while affecting "ext" field on stylers.xml. (EU-FOSSA)
    6. Fix stack overflow in XML Parsing. (EU-FOSSA)
    7. Fix a remote code execution vulnerability via "Open containing folder" command. (EU-FOSSA)
    8. Fix EXE Hijacking of gup.exe launched by Notepad++. (EU-FOSSA)
    9. Fix crash issue due to heap overflow in clipboard history panel. (EU-FOSSA)
    10. Remove run external exe entries for avoiding to execute eventual hijacked binaries. (EU-FOSSA)
     
  16. guest

    guest Guest

    Notepad++ v7.6.4 Released (06 March 2019)
    News
    Download
    Notepad++ v7.6.4 new features and bug-fixes

    1. Add Markdown in zip packages and fix Markdown not working in installer package of v7.6.3.
    2. Switch from certificate verification to hashes verification due to "Notepad++" is rejected by certification authority.
    3. Enhance User Defined Language System for supporting more than one UDL file. Here is new behaviour.
    4. Add "Remove Consecutive Duplicate Lines" feature to remove duplicate consecutive lines from whole document.
    5. Add new shortcut "shift + scroll" for horizontal scrolling.
    6. Add Stack Overflow as search engine.
    7. Add the capacity to rename non-existing document's tab.
    8. Fixed file open hang issue in old style mode.
    9. Fix "Find in files" tab translation issue on initial dialog call.
    10. Fixed macro playback junk characters display issue on Find dialog.
    11. Ensure each recorded command is playable before playing to avoid exploit in hacking. (EURO-FOSSA)
    12. Enhance "Search on Internet" command to avoid command hijacked. (EURO-FOSSA)
    13. Fix buffer overrun in Print dialog. (EURO-FOSSA)
    14. Load nppPluginList.dll as resource instead of binary for the sake of security. (EURO-FOSSA)
    15. Check Updater's authenticity before its each launch to prevent from hijacking. (EURO-FOSSA)
    16. Fix stack buffer overflow in WordStyle dialog. (EURO-FOSSA)
    17. Fix stack buffer overflow issue on User Define Language dialog. (EURO-FOSSA)
    18. Prevent eventual DLL hijacking while loading plugins. (EURO-FOSSA)
     
  17. hayc59

    hayc59 Updates Team

    Joined:
    Feb 9, 2002
    Posts:
    2,841
    Location:
    KEEP USA GREAT
    Thank you!
     
  18. guest

    guest Guest

  19. guest

    guest Guest

    Notepad++ v7.6.6 Released (04 April 2019)
    News
    Download
    Notepad++ v7.6.6 bug-fix:
    1. Fix crash issue inserted by adding an enhancement for retaining read only setting state in session.
    Notepad++ v7.6.5 enhancements & bug-fixes:
    1. Security enhancement: GPG Signature is provided for Notepad++ release.
    2. Fix a long waiting issue about file auto change detection: enhance "File status Auto-Detection" to avoid switching editing tab off behaviour.
    3. Fix encoding (language) detection regressions since v7.6.
    4. Fix a regression: double-clicking on a "find all in current document" result for an unsaved doc prompts to save it.
    5. Added close all unchanged tabs command.
    6. Restore deleted "Launch in browser" customized shortcuts in EU-FOSSA bounty program by implementing them in more secure way: Add "View Current
    7. Retain read only setting state in session.
    8. Enhancement: after file reload user can still undo.
    9. Fix a bug in command "Remove Consecutive Duplicate Lines" and make it work with old Macintosh EOL.
    10. Fix UDL language marker bullet position, if UDL Name exceeds 14 characters, extend UDL names to max 64 characters.
    11. Enhance external call code to avoid eventual arbitrary commands execution. (EURO-FOSSA)
    12. Fix crash issue by command "On Selection->Open File" while the number of selected characters is exceed 2048. (EURO-FOSSA)
    13. Fix crash issue of User Define dialog while deleting a unallocated entry. (EURO-FOSSA)
    14. Fix crash issue on shortcut command while its length exceed 260. (EURO-FOSSA)
    15. Add an enhancement on "Open..." command to prevent from the eventual crash. (EURO-FOSSA)
    16. Fix stack Buffer Overflow in Command::extractArgs. (EURO-FOSSA)
     
  20. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,151
    Location:
    NSW, Australia
    DSpellCheck doesn't seem to be included anymore.

    I can add it manually.
     
  21. hayc59

    hayc59 Updates Team

    Joined:
    Feb 9, 2002
    Posts:
    2,841
    Location:
    KEEP USA GREAT
    Rolled back to 7.6.4 because of crash issue. 7.6.6 will be released in a few days.
     
  22. Special

    Special Registered Member

    Joined:
    Mar 23, 2016
    Posts:
    454
    Location:
    .
    7.6.6 was already released...
     
  23. guest

    guest Guest

    Notepad++ v7.7 Released (19 May 2019)
    News
    Download
    Notepad++ v7.7 new feature & bug-fixes:
    1. Continue Microsoft binary code signing thanks to the offer from DigiCert (again).
    2. Upgrade Scintilla from v3.56 to v4.14.
    3. Fix a regression of memory issue while reloading a file.
    4. Fix cursor flickering problem after double clicking on URL.
    5. Make Python files default to using spaces instead of tabs.
    6. Add "Count in selection" option in Find dialog.
    7. Add Ctrl + R shortcut for "Reload from disk" command.
    8. Fix '\' display problem in CSS while using themes (Remove Batang font for CSS tags).
    9. Fix crash while right clicking on DocSwitcher's column bar.
    10. Fix all plugins being removed problem while Plugin Admin romoves an old plugin (of old system).
     
  24. hayc59

    hayc59 Updates Team

    Joined:
    Feb 9, 2002
    Posts:
    2,841
    Location:
    KEEP USA GREAT
    right on thanks
     
  25. guest

    guest Guest

    Notepad++ v7.7.1 Released (20 June 2019)
    News
    Download
    Notepad++ v7.7.1 enhancements & bug-fixes:
    1. Fix drag and drop tab regression: dragging tab is switched to another tab issue.
    2. Fix an input regression: Cyrillic, Turkish and other languages input issue in ANSI mode.
    3. Fix an ASP regression: VB looses syntax highlighting in ASP document.
    4. Fix Reload dialog displaying issue during File Monitoring.
    5. Fix “unhide lines” markers disappears issue.
    6. Fix Plugin menu is not localized issue if no plugin installed.
    7. Add “Copy File Name” command in context menu of “Folder as Workspace”.
    8. Fix crash while sorting lines with numbers longer than 20 digits.
    9. Enable Scintilla Virtual Space Option change from macro.
    10. Add Tcl, CMake and AutoIt keywords; add Python and SQL new syntax highlighting cathegories.
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.