Preparing Build 583

This commit is contained in:
Derick Payne 2017-10-15 13:10:38 +02:00
parent 543241c43c
commit f28a547648
12 changed files with 42 additions and 4 deletions

View File

@ -1 +1 @@
569
584

View File

@ -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)
--------------------------------------------------

View 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

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="2.17.1008.568"
version="2.17.1011.583"
type="win32"
/>
<description>Notepad3</description>

View File

@ -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