From d24f813f3f2a05c112e803e4256b53535895fc98 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Wed, 14 Jul 2021 11:49:10 +1200 Subject: Initial mirror commit --- releases/1.1/README | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++ releases/1.1/news.txt | 1 + 2 files changed, 59 insertions(+) create mode 100644 releases/1.1/README create mode 100644 releases/1.1/news.txt (limited to 'releases/1.1') diff --git a/releases/1.1/README b/releases/1.1/README new file mode 100644 index 0000000..3265eb6 --- /dev/null +++ b/releases/1.1/README @@ -0,0 +1,58 @@ +Fresh Memory 1.1 + +DOWNLOAD FILES +============================= + +freshmemory-1.1-setup.exe Windows installer +freshmemory_1.1-1_i386.deb Linux deb-package +freshmemory-1.1.tar.bz2 Source archive: for compilation and translation + + +CHANGELOG +============================= + +Version 1.1: + +* Modifying records in the dictionary updates the shown cards at the study window +* Save last used working directory in the user settings. +* Can undo the following actions in the dictionary view: + - modify a record + - insert/paste records + - remove/cut records +* Modern search pane in the dictionary view +* Can edit the current card at the study view + - The editing view has the same context menu as the dictionary view: remove, insert, copy, paste, cut records. +* Can delete the current card at the study view +* The dictionary files (.fmd) are associated with Fresh Memory application. Can double-click a dictionary to open it. +* Shrink row height and show grid in the dictionary view. +* In "Recent files" menu: add path after file name + +Minor: + +* Changes in interface of the study window +* "About" dialog: + - updated Qt icon + - added build date and revision +* New study file format (1.1): + - save current card name + - save intervals of delayed cards +* Change default study configuration: + - increase new card day limit to 20. +* Linux deb-package: + - file association with .fmd dictionaries + application icon. + - enlarge main icon to 128x128. +* Windows installer: + - application icon in the Start menu and Explorer + - file association with .fmd dictionaries + application icon +* Project file: + - the default build mode is "release" for both Linux and Windows + - include generation of translations into installation + - Linux: register/unregister the .fmd file association in installing/uninstalling +* Bug fixes: + - Don't use keyword highlighting inside HTML tags (e.g. ) + - Windows 7: Fix removing the Start menu links in uninstaller +* Refactorings in the source code: + - Main window and application model + - fix relations between study models and views + - Copying dictionary configuration to/from dictionary options: copy study data together with packs. + - Two answer times: recall time and full answer time. diff --git a/releases/1.1/news.txt b/releases/1.1/news.txt new file mode 100644 index 0000000..d3edbdb --- /dev/null +++ b/releases/1.1/news.txt @@ -0,0 +1 @@ +Next release 1.1 is ready. Now it is possible to edit cards from the study window and undo dictionary modifications. \ No newline at end of file -- cgit