summaryrefslogtreecommitdiff
path: root/releases/1.1/README
diff options
context:
space:
mode:
Diffstat (limited to 'releases/1.1/README')
-rw-r--r--releases/1.1/README58
1 files changed, 58 insertions, 0 deletions
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. <img>)
+ - 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.