Skip to content

Commit

Permalink
Preparing version 2.0.0 (.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpradov committed Dec 7, 2024
1 parent 02c05d9 commit 4707d01
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 18 deletions.
9 changes: 9 additions & 0 deletions Lang/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Please, see https://github.com/dpradov/keynote-nf/discussions/752 (Translating KeyNote NF)
On that page you will find information about available translations and how to prepare another one for any other language.

Before you start translating a language (if you are interested), I recommend that you indicate in the discussion for the
current version of KeyNote (example: #753 (Language Files. Version 2.0.0+)) your intention to start or update the
translation for that language, in case someone else is considering the same thing, so that not several people do the same
thing unknowingly, but in a collaborative manner.

In the keynote.lan file (that you will find in that page) there is information about the current translations, such as who did them.
29 changes: 19 additions & 10 deletions Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#define AppName "KeyNote NF"
#define AppFileExe "keynote.exe"
#define Version "1.9.5.2"
#define AppVersion "1.9.5 .2"
#define Version "2.0.0.10"
#define AppVersion "2.0.0 .10"
;#define AppVersion GetVersionNumbersString("..\Output\bin\keynote.exe")
#define DefaultProfile "{app}\Profiles\Default"

Expand All @@ -17,8 +17,8 @@

[Setup]
SignTool=mySignTool
TouchDate=2024-05-18
TouchTime=12:00
TouchDate=2024-12-07
TouchTime=21:00
AppName={#AppName}
AppVersion={#AppVersion}
VersionInfoVersion={#Version}
Expand All @@ -39,8 +39,8 @@ LicenseFile={#file AddBackslash(SourcePath) + "doc\License_agreement.txt"}
OutputDir=..\..\Output
OutputBaseFilename=kntSetup_{#Version}
SetupIconFile=keynote_Icon.ico
WizardImageFile=resources\keynote_4.bmp
WizardSmallImageFile=resources\keynote_0.bmp, resources\keynote_1.bmp, resources\keynote_2.bmp, resources\keynote_3.bmp
WizardImageFile=resources\Aux_\keynote_4.bmp
WizardSmallImageFile=resources\Aux_\keynote_0.bmp, resources\Aux_\keynote_1.bmp, resources\Aux_\keynote_2.bmp, resources\Aux_\keynote_3.bmp
WizardImageStretch=no
DisableWelcomePage=no
Uninstallable=not WizardIsTaskSelected('portablemode')
Expand Down Expand Up @@ -95,6 +95,9 @@ Type: files; Name: "{app}\plugins\funckey.knl"
Type: files; Name: "{app}\plugins\funckey_readme.txt"
Type: files; Name: "{app}\plugins\readme.txt"
Type: files; Name: "{app}\Profiles\Help\keynote_hlp.ico"
Type: files; Name: "{app}\doc\fileformat_1.6.5.txt"
Type: files; Name: "{app}\doc\fileformat.knt"


[UninstallDelete]
Type: files; Name: "{app}\Profiles\Help\keynote.mgr"
Expand All @@ -105,7 +108,6 @@ Type: files; Name: "{app}\Profiles\Help\keynote.mru"
Source: "..\Output\bin\{#AppFileExe}"; DestDir: "{app}"; Components: main; Flags: touch
Source: "..\Output\bin\kntLauncher.exe"; DestDir: "{app}"; Components: main; Flags: touch
Source: "..\Output\bin\kntutils.dll" ; DestDir: "{app}" ; Components: main
;Source: "Lang\keynote.lan"; DestDir: "{app}" ; Components: main
Source: "general\keyboard.css"; DestDir: "{app}" ; Components: main
Source: "misc_files\clip.wav"; DestDir: "{app}" ; Components: main; Flags: onlyifdoesntexist
Source: "misc_files\alert.wav"; DestDir: "{app}" ; Components: main; Flags: onlyifdoesntexist
Expand All @@ -128,6 +130,9 @@ Source: "misc_files\notehead.rtf" ; DestDir: "{#DefaultProfile}" ; Components:
Source: "misc_files\keynote_Help.ini"; DestDir: "{app}\Profiles\Help"; DestName: "keynote.ini" ; Components: help; Flags: onlyifdoesntexist
Source: "misc_files\keynote.kns" ; DestDir: "{app}\Profiles\Help" ; Components: help; Flags: onlyifdoesntexist

; Lang
Source: "Lang\readme.txt"; DestDir: "{app}\lang" ; Components: main

; {app}\macros
Source: "macros\examples\_AutoNewFile.knm"; DestDir: "{app}\macros\examples" ; Components: main
Source: "macros\examples\_AutoNewNode.knm"; DestDir: "{app}\macros\examples" ; Components: main
Expand All @@ -143,8 +148,11 @@ Source: "README.md"; DestDir: "{app}\doc" ; Components: main; Flags: isreadme
Source: "LICENSE.txt"; DestDir: "{app}\doc" ; Components: main;
Source: "doc\README_News.txt"; DestDir: "{app}\doc" ; Components: main
Source: "doc\kn_fileformat\fileformat.txt"; DestDir: "{app}\doc" ; Components: main
Source: "doc\kn_fileformat\fileformat_1.6.5.txt"; DestDir: "{app}\doc" ; Components: main
Source: "doc\kn_fileformat\fileformat.knt"; DestDir: "{app}\doc" ; Components: main
Source: "doc\kn_fileformat\fileformat_1.x (until v1.6.5).txt"; DestDir: "{app}\doc" ; Components: main
Source: "doc\kn_fileformat\fileformat_2.0.knt"; DestDir: "{app}\doc" ; Components: main
Source: "doc\kn_fileformat\fileformat_2.1 (until v1.9.5).txt"; DestDir: "{app}\doc" ; Components: main
Source: "doc\kn_fileformat\fileformat_3.0 (since v2.0.0).txt"; DestDir: "{app}\doc" ; Components: main
Source: "doc\kn_fileformat\fileformat_3.0.knt"; DestDir: "{app}\doc" ; Components: main
Source: "doc\kn_fileformat\fileformat_minimal.knt"; DestDir: "{app}\doc"; Components: main
Source: "doc\kn_fileformat\fileformat_readme.txt"; DestDir: "{app}\doc" ; Components: main
Source: "misc_files\wordweb.txt"; DestDir: "{app}\doc" ; Components: main
Expand All @@ -159,13 +167,14 @@ Source: "doc\Changes in 1.9.1 .01.txt"; DestDir: "{app}\doc" ; Components: main
Source: "doc\Changes in 1.9.2 .01.txt"; DestDir: "{app}\doc" ; Components: main
Source: "doc\Changes in 1.9.3 .01.txt"; DestDir: "{app}\doc" ; Components: main
Source: "doc\Changes in 1.9.5 .01.txt"; DestDir: "{app}\doc" ; Components: main
Source: "doc\Changes in 2.0.0 .10.txt"; DestDir: "{app}\doc" ; Components: main
Source: "doc\dart.txt"; DestDir: "{app}\doc" ; Components: main
Source: "doc\dart_format.txt"; DestDir: "{app}\doc" ; Components: main

; {app}\help
Source: "doc\cmdline.txt"; DestDir: "{app}\help" ; Components: help
Source: "misc_files\KeyNoteNF_Help.knt"; DestDir: "{app}\help" ; Components: help
Source: "resources\keynote_hlp.ico" ; DestDir: "{app}\help" ; Components: help
Source: "resources\Icons\keynote_hlp.ico" ; DestDir: "{app}\help" ; Components: help

; {app}\templates
Source: "misc_files\Meeting template - sample.rtf"; DestDir: "{app}\templates"; Flags: onlyifdoesntexist
Expand Down
6 changes: 3 additions & 3 deletions general/kn_Const.pas
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ procedure DefineConst;

const
Program_Name = 'KeyNote NF';
Program_Version = '2.0.0 Beta 9';
Program_Version_Number = '2.0.0.9';
Program_Version_Date = '01/12/2024';
Program_Version = '2.0.0 .10';
Program_Version_Number = '2.0.0.10';
Program_Version_Date = '07/12/2024';
Program_License = 'Free software, Open Source (Mozilla Public License 2.0)';

Program_URL = 'https://github.com/dpradov/keynote-nf'; //'http://keynote.prv.pl';
Expand Down
9 changes: 4 additions & 5 deletions keynote.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@
<AppDPIAwarenessMode>gdiScaling</AppDPIAwarenessMode>
<VerInfo_MinorVer>0</VerInfo_MinorVer>
<VerInfo_Release>0</VerInfo_Release>
<VerInfo_Keys>CompanyName=;FileDescription=KeyNote NF 2.0.0 Beta 9;FileVersion=2.0.0.9;InternalName=;LegalCopyright=(c) Daniel Prado 2007-24 (c) Marek Jedlinski 2000-05;LegalTrademarks=Free software, MPL 2.0;OriginalFilename=keynote.exe;ProductName=KeyNote NF (New Features);ProductVersion=2.0.0.9;Comments=;ProgramID=</VerInfo_Keys>
<VerInfo_Keys>CompanyName=;FileDescription=KeyNote NF 2.0.0.10;FileVersion=2.0.0.10;InternalName=;LegalCopyright=(c) Daniel Prado 2007-24 (c) Marek Jedlinski 2000-05;LegalTrademarks=Free software, MPL 2.0;OriginalFilename=keynote.exe;ProductName=KeyNote NF (New Features);ProductVersion=2.0.0.10;Comments=;ProgramID=</VerInfo_Keys>
<DCC_Define>VCL;$(DCC_Define)</DCC_Define>
<VerInfo_MajorVer>2</VerInfo_MajorVer>
<DCC_MapFile>3</DCC_MapFile>
<VerInfo_Build>9</VerInfo_Build>
<VerInfo_Build>10</VerInfo_Build>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_Define>DEBUG;KNT_DEBUG;$(DCC_Define)</DCC_Define>
Expand All @@ -140,7 +140,7 @@
<AppDPIAwarenessMode>gdiScaling</AppDPIAwarenessMode>
<VerInfo_MinorVer>0</VerInfo_MinorVer>
<VerInfo_Release>0</VerInfo_Release>
<VerInfo_Keys>CompanyName=;FileDescription=KeyNote NF 2.0.0 Beta 9;FileVersion=2.0.0.9;InternalName=;LegalCopyright=(c) Daniel Prado 2007-24 (c) Marek Jedlinski 2000-05;LegalTrademarks=Free software, MPL 2.0;OriginalFilename=keynote.exe;ProductName=KeyNote NF (New Features);ProductVersion=2.0.0.9;Comments=;ProgramID=</VerInfo_Keys>
<VerInfo_Keys>CompanyName=;FileDescription=KeyNote NF 2.0.0.10;FileVersion=2.0.0.10;InternalName=;LegalCopyright=(c) Daniel Prado 2007-24 (c) Marek Jedlinski 2000-05;LegalTrademarks=Free software, MPL 2.0;OriginalFilename=keynote.exe;ProductName=KeyNote NF (New Features);ProductVersion=2.0.0.10;Comments=;ProgramID=</VerInfo_Keys>
<DCC_Define>VCL;$(DCC_Define)</DCC_Define>
<UsePackages>true</UsePackages>
<UWP_DelphiLogo44>keynote_Icon.ico</UWP_DelphiLogo44>
Expand All @@ -150,8 +150,7 @@
<DCC_DebugDCUs>true</DCC_DebugDCUs>
<DCC_AssertionsAtRuntime>true</DCC_AssertionsAtRuntime>
<VerInfo_MajorVer>2</VerInfo_MajorVer>
<DCC_MapFile>3</DCC_MapFile>
<VerInfo_Build>9</VerInfo_Build>
<VerInfo_Build>10</VerInfo_Build>
<Debugger_RunParams>-debug0</Debugger_RunParams>
</PropertyGroup>
<ItemGroup>
Expand Down
Binary file modified keynote.res
Binary file not shown.

0 comments on commit 4707d01

Please sign in to comment.