Skip to content

Commit

Permalink
Preparing version 1.8.0 Beta 6
Browse files Browse the repository at this point in the history
  • Loading branch information
dpradov committed Sep 6, 2023
1 parent 3375eb6 commit b60b924
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 8 deletions.
17 changes: 17 additions & 0 deletions doc/Changes in 1.8.0 Beta6.txt
@@ -0,0 +1,17 @@
Changes in 1.8.0 Beta 6 (06/09/2023)
=======================

* New: View | Alternative Margins

Allows switching between default (minimum) and defined margins in .ini
New options define text margins in pixels:

MarginAltLeft =80
MarginAltRight=80

(As suggested in https://github.com/dpradov/keynote-nf/issues/602#issuecomment-1685401368 )

* Fixed: An exception "Cannot open clipboard: Access Denied" could occasionally be raised
In that cases the message could be accepted without closing the app, but could be annoying.

* Fixed: Error loading Glossary list
10 changes: 10 additions & 0 deletions doc/history.txt
Expand Up @@ -35,6 +35,16 @@ Issue #tracker at https://github.com/dpradov/keynote-nf/issues
-------------


v 1.8.0 .6 Beta (06 sep 2023)
--------------
Corrects or implements the following issues:
(more information in doc/Changes in 1.8.0 Beta6.txt)

* Fixed: An exception "Cannot open clipboard: Access Denied" could occasionally be raised
* Fixed: Error loading Glossary list

* New: View | Alternative Margins


v 1.8.0 .5 Beta (04 sep 2023)
--------------
Expand Down
6 changes: 3 additions & 3 deletions general/kn_Const.pas
Expand Up @@ -99,9 +99,9 @@ procedure DefineConst;

const
Program_Name = 'KeyNote NF';
Program_Version = '1.8.0 Beta 5';
Program_Version_Number = '1.8.0.5';
Program_Version_Date = '04/09/2023';
Program_Version = '1.8.0 Beta 6';
Program_Version_Number = '1.8.0.6';
Program_Version_Date = '06/09/2023';
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
10 changes: 5 additions & 5 deletions keynote.dproj
Expand Up @@ -120,12 +120,12 @@
<AppDPIAwarenessMode>gdiScaling</AppDPIAwarenessMode>
<VerInfo_MinorVer>8</VerInfo_MinorVer>
<VerInfo_Release>0</VerInfo_Release>
<VerInfo_Build>5</VerInfo_Build>
<VerInfo_Keys>CompanyName=;FileDescription=KeyNote NF 1.8.0 Beta 5;FileVersion=1.8.0.5;InternalName=;LegalCopyright=(c) Daniel Prado 2007-23 (c) Marek Jedlinski 2000-05;LegalTrademarks=Free software, MPL 2.0;OriginalFilename=keynote.exe;ProductName=KeyNote NF (New Features);ProductVersion=1.8.0.5;Comments=;ProgramID=</VerInfo_Keys>
<VerInfo_Build>6</VerInfo_Build>
<VerInfo_Keys>CompanyName=;FileDescription=KeyNote NF 1.8.0 Beta 6;FileVersion=1.8.0.6;InternalName=;LegalCopyright=(c) Daniel Prado 2007-23 (c) Marek Jedlinski 2000-05;LegalTrademarks=Free software, MPL 2.0;OriginalFilename=keynote.exe;ProductName=KeyNote NF (New Features);ProductVersion=1.8.0.6;Comments=;ProgramID=</VerInfo_Keys>
<DCC_Define>VCL;$(DCC_Define)</DCC_Define>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_Define>DEBUG;NO_KNT_DEBUG;$(DCC_Define)</DCC_Define>
<DCC_Define>DEBUG;KNT_DEBUG;$(DCC_Define)</DCC_Define>
<DCC_Optimize>false</DCC_Optimize>
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
<DCC_RangeChecking>true</DCC_RangeChecking>
Expand All @@ -138,8 +138,8 @@
<AppDPIAwarenessMode>gdiScaling</AppDPIAwarenessMode>
<VerInfo_MinorVer>8</VerInfo_MinorVer>
<VerInfo_Release>0</VerInfo_Release>
<VerInfo_Build>5</VerInfo_Build>
<VerInfo_Keys>CompanyName=;FileDescription=KeyNote NF 1.8.0 Beta 5;FileVersion=1.8.0.5;InternalName=;LegalCopyright=(c) Daniel Prado 2007-23 (c) Marek Jedlinski 2000-05;LegalTrademarks=Free software, MPL 2.0;OriginalFilename=keynote.exe;ProductName=KeyNote NF (New Features);ProductVersion=1.8.0.5;Comments=;ProgramID=</VerInfo_Keys>
<VerInfo_Build>6</VerInfo_Build>
<VerInfo_Keys>CompanyName=;FileDescription=KeyNote NF 1.8.0 Beta 6;FileVersion=1.8.0.6;InternalName=;LegalCopyright=(c) Daniel Prado 2007-23 (c) Marek Jedlinski 2000-05;LegalTrademarks=Free software, MPL 2.0;OriginalFilename=keynote.exe;ProductName=KeyNote NF (New Features);ProductVersion=1.8.0.6;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 b60b924

Please sign in to comment.