Skip to content

Commit

Permalink
Preparing release of version 1.7.9 Beta 7
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Prado Velasco <dpradov@users.noreply.github.com>
  • Loading branch information
dpradov committed Mar 8, 2017
1 parent eeca865 commit bd9f018
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 8 deletions.
22 changes: 22 additions & 0 deletions doc/history.txt
Expand Up @@ -34,6 +34,28 @@ Issue #tracker at https://github.com/dpradov/keynote-nf/issues
particularly in version changes.
-------------

v 1.7.9.7 Beta (08 mar 2017)
--------------
Corrects or implements the following issues:

* #554 : Missing notes (IMPORTANT!)
* #544 : New option to keep backups at regular intervals
* #552 : Avoid continuous saving / "Failed to create output file" error
* #538 : Reimplement TAB multiple lines, while preserving old Shift+TAB behaviour
* #543 : Cut and paste is pasting always as plain text if 'Paste external as Plain text' is checked (Beta 6)
* #558 : Always assume 'Search Type' equal to 'Exact phrase' when searching only one word [Find All]
* #541 : Display problems with Find results
* #402 : Auto indent failed when line wrapped
* #552 : When there are no modifications, the Save button will be disabled
* #540 : Revise and optimize the correction of some corrupted RTFs
* #539 : Pasting as plain text moves the caret beyond pasted text when it includes several lines
* Corrected: INTRO inside or stuck on the left of a hyperlink doesn't behave correctly if AutoIndent enabled
* Adjusts issue #38 when line wrapped (#38: HOME key, could put caret on first non-space position)
* Several optimizations, like the following commits:
e172e867dc5cb50f97d5c5e907c953c03b92adfb, 6967f735100a47d8908aa64ea36b49de1cb33de7,
4d848a9085d5787071e47602d239aa11bc577aea, 715a8a2ac2c1a28191f82bc8efa25bb94b704628



v 1.7.9.6 Beta (03 jan 2016)
--------------
Expand Down
8 changes: 4 additions & 4 deletions general/kn_Const.pas
Expand Up @@ -92,15 +92,15 @@ procedure DefineConst;

const
Program_Name = 'KeyNote NF';
Program_Version = '1.7.9 Beta 6';
Program_Version_Number = '1.7.9.6';
Program_Version_Date = '03/01/2016';
Program_Version = '1.7.9 Beta 7';
Program_Version_Number = '1.7.9.7';
Program_Version_Date = '08/03/2017';
Program_License = 'Free software, Open Source (Mozilla Public License 2.0)';

Program_URL = 'https://github.com/dpradov/keynote-nf'; //'http://keynote.prv.pl';
Program_Email1 = 'dprado.keynote@gmail.com';
Program_Email2 = 'marekjed@users.sourceforge.net';
Program_Credit1 = 'Copyright © 2007-15 Daniel Prado Velasco (since 1.7.0)';
Program_Credit1 = 'Copyright © 2007-17 Daniel Prado Velasco (since 1.7.0)';
Program_Credit2 = 'Copyright © 2000-05 Marek Jedlinski';

UniqueAppName_KEYNOTE10 = 'GFKeyNote10';
Expand Down
8 changes: 4 additions & 4 deletions keynote.bdsproj
Expand Up @@ -150,7 +150,7 @@
<VersionInfo Name="MajorVer">1</VersionInfo>
<VersionInfo Name="MinorVer">7</VersionInfo>
<VersionInfo Name="Release">9</VersionInfo>
<VersionInfo Name="Build">6</VersionInfo>
<VersionInfo Name="Build">7</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
Expand All @@ -162,13 +162,13 @@
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"></VersionInfoKeys>
<VersionInfoKeys Name="FileDescription">KeyNote NF (New Features)</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">1.7.9.6</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">1.7.9.7</VersionInfoKeys>
<VersionInfoKeys Name="InternalName">KeyNote NF</VersionInfoKeys>
<VersionInfoKeys Name="LegalCopyright">(c) Daniel Prado 2007-15 (c) Marek Jedlinski, 2000-05</VersionInfoKeys>
<VersionInfoKeys Name="LegalCopyright">(c) Daniel Prado 2007-17 (c) Marek Jedlinski, 2000-05</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks">Free software, MPL 2.0</VersionInfoKeys>
<VersionInfoKeys Name="OriginalFilename">keynote.exe</VersionInfoKeys>
<VersionInfoKeys Name="ProductName">KeyNote NF</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">1.7.9 Beta 6</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">1.7.9 Beta 7</VersionInfoKeys>
<VersionInfoKeys Name="Comments">Improvements over version 1.6.5 of Marek's KeyNote</VersionInfoKeys>
<VersionInfoKeys Name="X-Fnord"></VersionInfoKeys>
<VersionInfoKeys Name="X-URL">http://code.google.com/p/keynote-nf/</VersionInfoKeys>
Expand Down
Binary file modified keynote.res
Binary file not shown.

0 comments on commit bd9f018

Please sign in to comment.