-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathNEWS
More file actions
70 lines (39 loc) · 1.01 KB
/
NEWS
File metadata and controls
70 lines (39 loc) · 1.01 KB
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
62
63
64
65
66
67
68
69
70
31
* Port to Python 3 (Srevin Saju)
* [Feature] Identify mistyped space (Chihurumnaya Ibiam)
26
* Updated Mongolian translations.
25
* Fix font size on XO.
* Use GDK keymap as a fallback when a custom keymap is not present.
24
Mostly lesson editor changes.
* Differentiate Key and Text steps. This has some user visible effects; mostly that the instruction text has changed slightly.
* Ability to specify a custom wordlist when generating lessons.
* Warning dialog when deleting a lesson.
* Removed some hardcoded fonts.
23
* Added an automatic lesson generator. Uses the myspell dictionary to automatically generate lessons using a given set of keys.
22
* Fix exception when localized lesson data is missing.
21
* Added a lesson editor.
20
* #1164 Bug while starting the turtle activity
17
Introduced keybuilder and custom keymaps to work around limitations in XKB system.
Translators can now completely specify the keyboard layout via a JSON file.
15
14
11
10
9
8
7
6
5
4
3
2
1
* Initial release.