Skip to content

Commit

Permalink
* Preparing new version, 1.9.4 .1
Browse files Browse the repository at this point in the history
  • Loading branch information
dpradov committed May 10, 2024
1 parent d1143b9 commit 1db4e37
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Setup.iss
Expand Up @@ -4,8 +4,8 @@

#define AppName "KeyNote NF"
#define AppFileExe "keynote.exe"
#define Version "1.9.3.1"
#define AppVersion "1.9.3 .1"
#define Version "1.9.4.1"
#define AppVersion "1.9.4 .1"
;#define AppVersion GetVersionNumbersString("..\Output\bin\keynote.exe")
#define DefaultProfile "{app}\Profiles\Default"

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

[Setup]
SignTool=mySignTool
TouchDate=2024-05-04
TouchTime=23:00
TouchDate=2024-05-10
TouchTime=21:00
AppName={#AppName}
AppVersion={#AppVersion}
VersionInfoVersion={#Version}
Expand Down
14 changes: 14 additions & 0 deletions doc/history.txt
Expand Up @@ -3,6 +3,20 @@
## Remember to make backups of .knt files. Recommended option: 'Backup at regular intervals'


v 1.9.4.1 (10 may 2024)
--------------------------
IMPORTANT:
* Fixed: When importing *multiple* plain text files as new nodes, you may lose data when saving (Ref: #692)
* Fixed: "Show word count in status bar" in notes with 30000+ chars can corrupt that note (Ref: #695)

* Fixed: Export could fail when exporting each note to a separate file (Ref: #696)
* Fixed: "Cut subtree" and then "Paste subtree" make a copy instead of move (Ref: #690)
* Fixed: Exception in File|Properties on new file, not saved, if default image storage is External

* Now it is possible to import text files in UTF-16 LE and UTF-16 BE (Ref: #692)
* The style definition file (keynote.kns) is now updated after each modification, not just on exit (Ref: #697)


v 1.9.3.1 (04 may 2024)
--------------------------
(Detailed info in doc\Changes in 1.9.3 .01.txt)
Expand Down
6 changes: 3 additions & 3 deletions general/kn_Const.pas
Expand Up @@ -119,9 +119,9 @@ procedure DefineConst;

const
Program_Name = 'KeyNote NF';
Program_Version = '1.9.3 .1';
Program_Version_Number = '1.9.3.1';
Program_Version_Date = '04/05/2024';
Program_Version = '1.9.4 .1';
Program_Version_Number = '1.9.4.1';
Program_Version_Date = '10/05/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
8 changes: 4 additions & 4 deletions keynote.dproj
Expand Up @@ -119,8 +119,8 @@
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
<AppDPIAwarenessMode>gdiScaling</AppDPIAwarenessMode>
<VerInfo_MinorVer>9</VerInfo_MinorVer>
<VerInfo_Release>3</VerInfo_Release>
<VerInfo_Keys>CompanyName=;FileDescription=KeyNote NF 1.9.3.1;FileVersion=1.9.3.1;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=1.9.3.1;Comments=;ProgramID=</VerInfo_Keys>
<VerInfo_Release>4</VerInfo_Release>
<VerInfo_Keys>CompanyName=;FileDescription=KeyNote NF 1.9.4.1;FileVersion=1.9.4.1;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=1.9.4.1;Comments=;ProgramID=</VerInfo_Keys>
<DCC_Define>VCL;$(DCC_Define)</DCC_Define>
<VerInfo_Build>1</VerInfo_Build>
</PropertyGroup>
Expand All @@ -137,8 +137,8 @@
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
<AppDPIAwarenessMode>gdiScaling</AppDPIAwarenessMode>
<VerInfo_MinorVer>9</VerInfo_MinorVer>
<VerInfo_Release>3</VerInfo_Release>
<VerInfo_Keys>CompanyName=;FileDescription=KeyNote NF 1.9.3.1;FileVersion=1.9.3.1;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=1.9.3.1;Comments=;ProgramID=</VerInfo_Keys>
<VerInfo_Release>4</VerInfo_Release>
<VerInfo_Keys>CompanyName=;FileDescription=KeyNote NF 1.9.4.1;FileVersion=1.9.4.1;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=1.9.4.1;Comments=;ProgramID=</VerInfo_Keys>
<DCC_Define>VCL;$(DCC_Define)</DCC_Define>
<UsePackages>true</UsePackages>
<UWP_DelphiLogo44>keynote_Icon.ico</UWP_DelphiLogo44>
Expand Down
Binary file modified keynote.res
Binary file not shown.

0 comments on commit 1db4e37

Please sign in to comment.