-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
103 lines (96 loc) · 1.93 KB
/
CHANGES.txt
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
0.4.6:
- Added SDL_mixer support for playing audio
- Added support for OGG/Vorbis audio
- Added support for MP3 audio
- Images cached upon changing category
- Added loading image during caching
- Added logger for debugging
- Added failsafe image for cases of image not found
- Embedded fonts (currently Windows only):
- Sniglet for alphabet characters & image names
- Pixel Operator Mono for changelog text
- Added toolkit & font info to about dialog
- Pressing an alphabet key in "main" mode now plays word pronunciation & effect sounds
- Separated art & sound credits into individual tabs
- Replaced instrument "xylophone" with "xun"
- Replaced images:
- doughnut
- iguana
- quarter
- ribbon
- strawberry
- x-ray
- yak
- Added sound effects:
- bagpipes
- balloons
- bicycle
- chalkboard
- clock
- fire
- giraffe
- horn
- ipu
- jug
- keyboard
- koala
- lute
- ney
- quarter
- quena
- rocking horse
- umbrella
- watch
- yak
- yangqin
- Replaced sound effects:
- accordion
- airplane
- cat
- clarinet
- dog
- dolphin
- elephant
- flute
- frog
- guitar
- harp
- horse
- jaguar
- lion
- mouse
- owl
- piano
- quail
- raccoon
- rooster
- sheep
- train
- vulture
- whale
- whistle
- zebra
- zipper
0.4.5:
- Added Desktop Entry file for Unix-like systems using an X11 desktop
- Changed licensing to MIT
- Made code non-linux specific
- Replaced images: noodle, pretzel, zipper
- Added support for SVG images using wxSVG
0.4.4:
- Linux/Gtk fix: art credits sizing
- Added "Back" option in ABC mode with "Backspace" key
0.4.3:
- Windows fix: About dialog
0.4.2:
- Minor fix: yangqin sound doesn't play
0.4.1:
- Windows fix: linked dll error
0.4.0:
- Added some new sounds & pictures
- Created custom about dialog
- Fixed Bugs:
- Pressing keys has no effect after minimizing window (Windows)
- Holding down keys does not repeat action
0.3.0:
- Initial Release