Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Releases: Pascal-Krenckel/NppGZipFileViewer

v4.0.0-Deprecate

28 May 21:53

Choose a tag to compare

Upgraded all Nuget-Packages,
Added Deprecated Warning that will show up when N++ gets started.

Please switch to CompressedFileViewer

v3.0.1

03 Dec 17:59

Choose a tag to compare

Upgrade NuGet packages, fixed X86 lib (in v3.0.0 release both might have been x64)

v3.0.0

15 Oct 23:05

Choose a tag to compare

XZ and Zstd compression

v2.2.0

08 Mar 23:23

Choose a tag to compare

Upgrade SharpZipLib to Version 1.4.2

Bugfix: If TryCompressAll is true empty files are no longer wrongly recognized as compressed.

v2.1.1

27 Jul 20:31

Choose a tag to compare

Bugfixes and SharpZibLib is now embedded in the plugins lib.

v2.0.0-pre

11 Jul 17:53

Choose a tag to compare

v2.0.0-pre Pre-release
Pre-release

Now uses SharpZipLib and is able to (de)compress not only GZip but also BZip2 files.
For now, the libraries are not merged to a single one.

v1.2.2

21 Jun 19:10

Choose a tag to compare

BugFix: The text might include \0 so SCI_SETTEXT is not usable and SCI_CLEARALL followed by SCI_ADDTEXT should be used.

v1.2.1

29 May 21:22
90562e6

Choose a tag to compare

The plugin now keeps track of the encoding. The npp encoding of the (compressed) file will be utf-8, to bypass npp's encoding conversion step.
Only works with UTF8/16.

v1.2.0

26 May 20:47
9736d98

Choose a tag to compare

When a files is opened that does not contain a BOM and non latin chars then the automatic detection of the encoding fails on zipped files. And option is now included so that all zipped ANSI files will be opened as UTF-8.

v1.1.0

17 Dec 01:21
0dcdbd8

Choose a tag to compare

Some bugfixes and the ability to (de)compress the text in the editor - not only when saving/opening the file.