blob: 977d52ab594459ed2590d1b7dad2f8f86c89709d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
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)
|