Skip to content

Commit

Permalink
Release v4.23.08r4962.
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed Aug 28, 2023
1 parent 2235065 commit 6296f4a
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 17 deletions.
4 changes: 2 additions & 2 deletions doc/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
| ko | 한국어 | x64 | legacy 64-bit Windows Vista, Server 2008 |
| zh-Hans | 中文 (简体) | Win32 | legacy Windows XP, Server 2003 |
| zh-Hant | 中文 (繁體) |
| i18n | all above languages include French |
| 한국어 | https://teus.me/category/IT/Notepad2 |
| i18n | all above languages include French | winget | `winget install -e "Notepad2"` |
| 한국어 | https://teus.me/category/IT/Notepad2 | winget | `winget install zufuliu.notepad2` |

Latest development builds (artifacts in Release configuration for each compiler and platform) are available at https://github.com/zufuliu/notepad2/actions and https://ci.appveyor.com/project/zufuliu/notepad2.
2 changes: 1 addition & 1 deletion metapath/res/metapath.exe.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity name="metapath" processorArchitecture="*" version="4.23.06.4862" type="win32"/>
<assemblyIdentity name="metapath" processorArchitecture="*" version="4.23.08.4962" type="win32"/>
<description>metapath File Browser</description>
<dependency>
<dependentAssembly>
Expand Down
10 changes: 5 additions & 5 deletions metapath/src/VersionRev.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define VERSION_MINOR 23
#define VERSION_BUILD_NUM 6
#define VERSION_BUILD 06
#define VERSION_HASH TEXT("d53367e0")
#define VERSION_REV 4862
#define VERSION_REV_FULL TEXT("r4862 (d53367e0)")
#define VERSION_BUILD_NUM 8
#define VERSION_BUILD 08
#define VERSION_HASH TEXT("2235065e")
#define VERSION_REV 4962
#define VERSION_REV_FULL TEXT("r4962 (2235065e)")
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ Latest development builds (artifacts in Release configuration for each compiler
* Experimental support for RTL layout (GDI) and bidirectional (Direct2D), useful for Arabic and Hebrew
* Support using fractional font size
* Support full screen mode
* Extra support for drag and drop file from Visual Studio, Android Studio, IntelliJ IDEA, etc.
* Support copy as RTF
* Support drag and drop file from Visual Studio, Android Studio, IntelliJ IDEA, etc.
* Other various major or minor changes and tweaks

## Supported Operating Systems:
Expand Down
2 changes: 1 addition & 1 deletion res/Notepad2.exe.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity name="Notepad2" processorArchitecture="*" version="4.23.08.4950" type="win32"/>
<assemblyIdentity name="Notepad2" processorArchitecture="*" version="4.23.08.4962" type="win32"/>
<description>Notepad2 Text Editor</description>
<dependency>
<dependentAssembly>
Expand Down
6 changes: 3 additions & 3 deletions src/VersionRev.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define VERSION_MINOR 23
#define VERSION_BUILD_NUM 8
#define VERSION_BUILD 08
#define VERSION_HASH TEXT("b882a2f4")
#define VERSION_REV 4950
#define VERSION_REV_FULL TEXT("r4950 (b882a2f4)")
#define VERSION_HASH TEXT("2235065e")
#define VERSION_REV 4962
#define VERSION_REV_FULL TEXT("r4962 (2235065e)")
6 changes: 3 additions & 3 deletions version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ git clone https://github.com/XhmikosR/notepad2-mod.git
Scintilla (upstream)
hg clone http://hg.code.sf.net/p/scintilla/code scintilla
5.3.6
2023-08-02 9374:753c289a751e
2023-08-28 9376:ce64e88c1d84

Lexilla (upstream)
git clone https://github.com/ScintillaOrg/lexilla.git
5.2.6
2023-08-06 9b45aaf0c4938b2a44fd22a256cdea574a1628cb
2023-08-22 8452f28bc18b88cfe5a3a5c70141267d996db20f

SciTE (upstream)
hg clone http://hg.code.sf.net/p/scintilla/scite
5.3.7
2023-08-02 6172:1207927e74ea
2023-08-28 6176:690a01ba2f3d

init submodule:
git submodule init
Expand Down
2 changes: 1 addition & 1 deletion wiki
Submodule wiki updated from bf8efd to 79c09f

0 comments on commit 6296f4a

Please sign in to comment.