Skip to content

Commit 219e815

Browse files
committed
bump version to v0.9.9
1 parent fbd2117 commit 219e815

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

HexEditor/change.log

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11

22
Change-log for HexEditor.dll
3+
4+
------------------------------------------------------------------------------------
5+
21/04/24 v0.9.9 :
6+
------------------------------------------------------------------------------------
7+
Fix: Fonts are now drawn in default mode. #43
8+
New: arm64 support
9+
Note: usage of VS2019
10+
Note: reduced compiler and VS code analysis warnings
11+
312
------------------------------------------------------------------------------------
4-
23/09/20 v0.9.8 :
13+
20/09/23 v0.9.8 :
514
------------------------------------------------------------------------------------
615
Fix: Update infos in help... command. #38
716
Fix: Crash when I open .nfo files #13 with Fix crash on opening .nfo files #39
@@ -12,7 +21,7 @@ Change-log for HexEditor.dll
1221
Fix: fixed issue #36 HexEdit crash on Notepad++ v7.9
1322

1423
------------------------------------------------------------------------------------
15-
13/04/20 v0.9.6 :
24+
20/04/13 v0.9.6 :
1625
------------------------------------------------------------------------------------
1726
Fix: crash on missing config dir, github #1
1827
Fix: Pattern Replace window has wrong title #30

HexEditor/src/HEXDialog.rc

+5-5
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ BEGIN
6363
LTEXT "eMail:",IDC_STATIC_EMAIL,12,41,21,9
6464
CTEXT "At first, I would like to thank Don for his great program and his support to create this plugin. Also I would like to thank Vitaliy and\nRichard Mant for their support.",
6565
IDC_STATIC_THX,7,67,216,25
66-
CTEXT "HEX-Editor Plugin for Notepad++ v7.8 v0.9.8",
66+
CTEXT "HEX-Editor Plugin for Notepad++ v7.9 v0.9.9",
6767
IDC_STATIC,7,7,216,17,SS_CENTERIMAGE,WS_EX_DLGMODALFRAME |
6868
WS_EX_TRANSPARENT
6969
LTEXT "https://sourceforge.net/projects/npp-plugins",
@@ -386,8 +386,8 @@ END
386386
//
387387

388388
VS_VERSION_INFO VERSIONINFO
389-
FILEVERSION 0,9,8,0
390-
PRODUCTVERSION 0,9,8,0
389+
FILEVERSION 0,9,9,0
390+
PRODUCTVERSION 0,9,9,0
391391
FILEFLAGSMASK 0x3fL
392392
#ifdef _DEBUG
393393
FILEFLAGS 0x21L
@@ -405,12 +405,12 @@ BEGIN
405405
VALUE "Comments", "Visit: https://sourceforge.net/projects/npp-plugins"
406406
VALUE "CompanyName", "jens.plugin.npp@gmx.de"
407407
VALUE "FileDescription", "Notepad++ Plugin : a free (GNU) source code hex editor"
408-
VALUE "FileVersion", "0.9.8"
408+
VALUE "FileVersion", "0.9.9"
409409
VALUE "InternalName", "HexEditor for npp.exe"
410410
VALUE "LegalCopyright", "Copyright 2006-2008 by Jens Lorenz"
411411
VALUE "OriginalFilename", "HexEditor.dll"
412412
VALUE "ProductName", "Hex Edit Plugin"
413-
VALUE "ProductVersion", "0.9.8"
413+
VALUE "ProductVersion", "0.9.9"
414414
VALUE "SpecialBuild", "UNICODE"
415415
END
416416
END

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ unofficial repo with sourcecode from http://sourceforge.net/projects/npp-plugins
66
Build Status
77
------------
88

9-
AppVeyor `VS2017` and `VS2015` [![Build status](https://ci.appveyor.com/api/projects/status/x8j5dnfur93n6six?svg=true)](https://ci.appveyor.com/project/chcg/npp-hexedit)
9+
AppVeyor `VS2019` [![Build status](https://ci.appveyor.com/api/projects/status/x8j5dnfur93n6six?svg=true)](https://ci.appveyor.com/project/chcg/npp-hexedit)
1010

1111
Further repos at github:
1212
- https://github.com/JetNpp/HexEditor

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.9.8.{build}
1+
version: 0.9.9.{build}
22
image: Visual Studio 2019
33

44

0 commit comments

Comments
 (0)