mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Preparing Build 583
This commit is contained in:
parent
543241c43c
commit
f28a547648
@ -1 +1 @@
|
||||
569
|
||||
584
|
||||
|
||||
@ -2,6 +2,19 @@
|
||||
Rizonesoft Notepad3 CHANGES
|
||||
==================================================
|
||||
|
||||
--------------------------------------------------
|
||||
Version 2 Build 583 (11 October 2017)
|
||||
--------------------------------------------------
|
||||
~ Fix: syntax error on exit script.
|
||||
~ Cleanup AHK testing script, add test artifacts.
|
||||
~ Fix: Try to retrieve correct file version for Notepad3Portable creator.
|
||||
~ Fix: StatusBar Col display is not correct in case of Virtual Space Access.
|
||||
~ Generalized internal multi-byte codepage definitions (code cleanup).
|
||||
~ AHK test script for NP3 GUI tests.
|
||||
~ Fix: locale / language independant version patching batch for Notepad3Portable
|
||||
~ Fix: version patching for Notepad3 PortableApps build batch.
|
||||
~ Fix: Recode to ANSI (in case of Chinese ANSI code-page)
|
||||
|
||||
--------------------------------------------------
|
||||
Version 2 Build 568 (8 October 2017)
|
||||
--------------------------------------------------
|
||||
|
||||
25
np3portableapp/Notepad3Portable/App/AppInfo/appinfo.ini
Normal file
25
np3portableapp/Notepad3Portable/App/AppInfo/appinfo.ini
Normal file
@ -0,0 +1,25 @@
|
||||
[Format]
|
||||
Type=PortableAppsFormat
|
||||
Version=3.5
|
||||
[Details]
|
||||
Name=Notepad3Portable
|
||||
AppId=Notepad3Portable
|
||||
Publisher=Notepad3 Contibutors & Rizonesoft
|
||||
Homepage=https://rizonesoft.com
|
||||
Category=Development
|
||||
Description=A lightweight universal Texteditor
|
||||
Language=English
|
||||
[License]
|
||||
Shareable=true
|
||||
OpenSource=true
|
||||
Freeware=true
|
||||
CommercialUse=true
|
||||
[Dependencies]
|
||||
[Version]
|
||||
PackageVersion=2.17.1011.583
|
||||
DisplayVersion=2.17.1011.583
|
||||
[Control]
|
||||
Icons=1
|
||||
Start=Notepad3Portable.exe
|
||||
[Associations]
|
||||
FileTypes=txt,html,htm,xmp,php,asp,css,js,vb,vbs,c,cpp,h,rs,mak,java,pas,inc,bat,diff,ps1,ahk,au3,avs,cmake,iss,latex,lua,nsi,nsh,nfo,tcl,rb
|
||||
Binary file not shown.
BIN
np3portableapp/Notepad3Portable/App/Notepad3/Notepad3.exe
Normal file
BIN
np3portableapp/Notepad3Portable/App/Notepad3/Notepad3.exe
Normal file
Binary file not shown.
BIN
np3portableapp/Notepad3Portable/App/Notepad3/minipath.exe
Normal file
BIN
np3portableapp/Notepad3Portable/App/Notepad3/minipath.exe
Normal file
Binary file not shown.
BIN
np3portableapp/Notepad3Portable/App/Notepad3/np3encrypt.exe
Normal file
BIN
np3portableapp/Notepad3Portable/App/Notepad3/np3encrypt.exe
Normal file
Binary file not shown.
BIN
np3portableapp/Notepad3Portable/App/Notepad3/x64/Notepad3.exe
Normal file
BIN
np3portableapp/Notepad3Portable/App/Notepad3/x64/Notepad3.exe
Normal file
Binary file not shown.
BIN
np3portableapp/Notepad3Portable/App/Notepad3/x64/minipath.exe
Normal file
BIN
np3portableapp/Notepad3Portable/App/Notepad3/x64/minipath.exe
Normal file
Binary file not shown.
BIN
np3portableapp/Notepad3Portable/App/Notepad3/x64/np3encrypt.exe
Normal file
BIN
np3portableapp/Notepad3Portable/App/Notepad3/x64/np3encrypt.exe
Normal file
Binary file not shown.
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="2.17.1008.568"
|
||||
version="2.17.1011.583"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3</description>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#define VERSION_MAJOR 2
|
||||
#define VERSION_MINOR 17
|
||||
#define VERSION_REV 1008
|
||||
#define VERSION_BUILD 568
|
||||
#define VERSION_REV 1011
|
||||
#define VERSION_BUILD 583
|
||||
#define SCINTILLA_VER 400
|
||||
|
||||
Loading…
Reference in New Issue
Block a user