Notepad++ v8.1.9 release
2021-10-22
Version v = 8.1.6;
Release release = doNewRelease(v++):
while (release.hasRegression())
{
release = doNewRelease(v++);
}
You may be annoyed by the repetition of new release since v8.1.6, me too.
It’s due to some important modification of file saving functions in previous version (v8.1.6) for fixing file corruption after Microsoft Windows Update restarting PC, and then several related regressions found in v8.1.6 to v8.1.8.
❝ Software and cathedrals are much the same:
first we build them, then we pray.❞
So let’s pray together for not having any regression in v8.1.9.
Download 8.1.9 v8.1.9.2 release here (or get more info about this release in the following link):
If you find any regression or critical bug, please report here:
https://community.notepad-plus-plus.org/topic/22169/notepad-v8-1-9-2-release
Auto-updater will be triggered in 2 weeks if there’s no critical issue found.