-
Notifications
You must be signed in to change notification settings - Fork 12
/
NEWS
50 lines (39 loc) · 1.52 KB
/
NEWS
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
v6
* UI enhancement: Improved the UI of question rendering. (Sourabha G)
* UX: removed displaying lose/win in gameover page after each game. (Sourabha G)
* Fix hitboxes of buttons. (Sparsh Goenka)
* Fixed circles cutting off at edge. (Sparsh Goenka)
v5
* Improve User Interface (Sparsh Goenka)
* Fix overlapping numbers (Sparsh Goenka)
* Add feature type to answer (Sparsh Goenka)
* Add English translations (Sparsh Goenka)
v4
* Generate POT file (Ibiam Chihurumnaya)
* Updated screenshots (Sourabha G)
* Flake8 fixes (Sourabha G)
* UI enhancement (Sourabha G)
* Feature - Timer (Sourabha G)
* Save and restore highscore from Journal (Sourabha G)
* Feature - Gameover page, reset button, exit button (Sourabha G)
* Fixed overlapping digits (Sourabha G)
* Fix sound not loaded warning (Jui Pradhan)
* Update to sugargame 1.3 (Jui Pradhan)
* Port to python3 (Jui Pradhan)
v3
* Keep juego.py independent of sugar3.* libraries (Jui Pradhan)
* Fix Warning due to incorrect argument and module initialization
* Update sugargame to v1.2 (Jui Pradhan),
* Fix libpng warning: iCCP: known incorrect sRGB profile (Jui Pradhan),
* Adapt to display size (Jui Pradhan),
* Fix KeyError: 'SUGAR_ACTIVITY_ROOT' (Jui Pradhan),
* Fix pygame.error: Couldn't open data/data/0.jpg (Jui Pradhan),
* Added README and update activity metadata (Ayush Nawal),
* Port from GObject to GLib (Rahul Bothra),
* Fix image path (Rahul Bothra),
* Fix duplicate images (Rahul Bothra),
* Port to Gtk+3 (Yash Agrawal)
v2
* Added sugargame and toolbar (Tony Anderson)
v1
* Initial release