summaryrefslogtreecommitdiff
path: root/releases/1.0.1/README
diff options
context:
space:
mode:
Diffstat (limited to 'releases/1.0.1/README')
-rw-r--r--releases/1.0.1/README61
1 files changed, 61 insertions, 0 deletions
diff --git a/releases/1.0.1/README b/releases/1.0.1/README
new file mode 100644
index 0000000..977d52a
--- /dev/null
+++ b/releases/1.0.1/README
@@ -0,0 +1,61 @@
+Fresh Memory 1.0.1
+
+DOWNLOAD FILES
+=============================
+
+freshmemory-1.0.1-setup.exe Windows installer: 2000/XP/Vista/7
+freshmemory_1.0.1-1_i386.deb Linux deb-package: for Ubuntu and Debian
+freshmemory-1.0.1.tar.bz2 Source archive: for compilation and translation
+
+
+FEATURES
+=============================
+
+* Application supports both classical review of flash cards (Word drill) and efficient Spaced Repetition method
+* Flash cards are groupped into dictionaries
+* Import and export to CSV files
+* Display of simple studying statistics for each dictionary: number of scheduled and new cards
+* Flash cards can have rich formatted text and images
+* Flash cards can have several fields.
+* It is possible to define several card packs with different combinations of fields, and learn the card packs separately.
+* Cards with the same question are automatically merged into one card
+* Cards with several questions (separated with ';') are automatically broken down to several cards
+* Different card fields can have different styles: font and color
+* Adjustable background color and fonts of the flash cards
+* Automatic highlight of question keywords in the examples
+* Adjustable studying parameters: random or sequential card show, different day limits
+* Full support of Unicode (UTF-8): any international characters can be used.
+* Dictionary and its study data are stored in separate files. It is easy to share clean dictionaries.
+* Translations: Czech, Finnish, Russian, Ukrainian
+
+CHANGELOG
+=============================
+
+Version 1.0.1:
+
+* Bug fix: The study crashed on showing answer or next card, after dictionary was changed and saved.
+* Bug fix: Can't save study data for example dictionaries.
+ - Reason: the example dictionaries are installed at a system path, not writeable by usual user.
+ - Fix: The example dictionaries are copied to the user application data directory on the first application launch.
+ - Linux: ~/.config/freshmemory/dictionaries
+ - Windows 2000/XP: C:\Documents and Settings\<User>\Application Data\freshmemory\dictionaries
+ - Windows Vista/7: C:\Users\<User>\AppData\Roaming\freshmemory\dictionaries
+ - This path is set as default for opening a dictionary.
+* Filter *.fmd files in the Open dictionary dialog.
+* Show full dictionary path in the dictionary tab tooltip.
+* Show full file paths in error dialogs.
+* Fix the "Study progress" tooltip in Spaced repetition window: unreadable yellow color on non-Ubuntu systems.
+* Translations:
+ - Added: Czech (by Pavel Fric), Finnish, Ukrainian.
+ - Improved: Russian.
+* Source project file:
+ - Fix resource paths
+ - Fix paths for Windows
+ - Search "Known issue" in README file
+
+Windows:
+* Show file paths with native path separators ('\').
+
+Linux:
+* Packaging:
+ - Debian package: added "Installed size" field (makes Ubuntu Software Center happy)