diff --git a/doc/history.txt b/doc/history.txt index 432f20e..13b1760 100644 --- a/doc/history.txt +++ b/doc/history.txt @@ -34,6 +34,19 @@ Issue #tracker at https://github.com/dpradov/keynote-nf/issues particularly in version changes. ------------- + +v 1.7.9.8 Beta (30 abr 2017) +-------------- +Corrects or implements the following issues: + +* #554 : Modified nodes could be truncated (content partially losted) on saving (with RichText 4.1, in XP and W7) +* Fixes: File properties -> Settings -> Open '' as Read-Only - Was not working (5b5a0ad40bc7c54681c5a603c3635d745b61ce02) +* Fixes: Filename is converted to lowercase when opened from command line (or explorer) (8428f05d5b3159d9a3edced82a82e09a4cff536b) +* Adding extension when 'saving as', with no extension and file format is KeyNote compressed file (nffKeyNoteZip) (3284e5ddd08b06908dca9145830c68c735da9de3) +* Minor optimization: 9f28a03da58ae5e0d26cff87dee470c8f47e04d1 + + + v 1.7.9.7 Beta (08 mar 2017) -------------- Corrects or implements the following issues: diff --git a/general/kn_Const.pas b/general/kn_Const.pas index 93e81de..e6b88eb 100644 --- a/general/kn_Const.pas +++ b/general/kn_Const.pas @@ -92,9 +92,9 @@ procedure DefineConst; const Program_Name = 'KeyNote NF'; - Program_Version = '1.7.9 Beta 7'; - Program_Version_Number = '1.7.9.7'; - Program_Version_Date = '08/03/2017'; + Program_Version = '1.7.9 Beta 8'; + Program_Version_Number = '1.7.9.8'; + Program_Version_Date = '30/04/2017'; Program_License = 'Free software, Open Source (Mozilla Public License 2.0)'; Program_URL = 'https://github.com/dpradov/keynote-nf'; //'http://keynote.prv.pl'; diff --git a/keynote.bdsproj b/keynote.bdsproj index d63ec21..2c397b2 100644 --- a/keynote.bdsproj +++ b/keynote.bdsproj @@ -150,7 +150,7 @@ 1 7 9 - 7 + 8 False False False @@ -162,13 +162,13 @@ KeyNote NF (New Features) - 1.7.9.7 + 1.7.9.8 KeyNote NF (c) Daniel Prado 2007-17 (c) Marek Jedlinski, 2000-05 Free software, MPL 2.0 keynote.exe KeyNote NF - 1.7.9 Beta 7 + 1.7.9 Beta 8 (30/04/17) Improvements over version 1.6.5 of Marek's KeyNote http://code.google.com/p/keynote-nf/ diff --git a/keynote.res b/keynote.res index d3f4ca8..4daa707 100644 Binary files a/keynote.res and b/keynote.res differ