Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
v1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jcaillon committed Jan 11, 2020
1 parent 1e9f72c commit bb98cf1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 3PA/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.8.5.0")]
[assembly: AssemblyVersion("1.8.6.0")]
//[assembly: AssemblyFileVersion("1.5.3.1")]
15 changes: 11 additions & 4 deletions docs/NEXT_RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
Hello folks, long time no see!
Hello,

A pretty light release that ships the correction of a bug occurring with notepad++ (x64 only) v7.7 and above.
I wish you all a happy and healthy new year :)

A big shout out and thanks to [@thony8](https://github.com/thony8) for fixing this issue :)
For this version, I would like to especially thanks Carsten Elton Sørensen (aka [@csoren](https://github.com/csoren) on github) for his pull requests!

### Improvements ###

- PR \#270 fixes \#259: Since notepad++ v7.6.4, UDL can be shipped in several .xml files, alongside the existing userDefineLang.xml (see [this release note](notepad-plus-plus.org/community/topic/17072/new-enhancement-for-user-defined-language-system/19)).
- PR \#271: Adding line break support for keyword / function documentation in the auto completion (see [notepad++ documentation regarding this feature](https://npp-user-manual.org/docs/auto-completion/#auto-completion-file-format)).

### Fixed issues ###

- \#263: 3P now works correctly for notepad++ 64 bits and the scintilla version shipped with notepad++ v7.7 and above.
- \#272, \#269: the new minimum version of notepad++ required is now 7.7.

See you soon and in the meantime, enjoy!

0 comments on commit bb98cf1

Please sign in to comment.