File tree Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change
1
+ HOW TO VERSION
2
+
3
+ vMajor.Minor.Bugfix
4
+
5
+ Major = Non-backwards compatible changes made
6
+ Minor = Backwards compatible *new feature* added
7
+ Bugfix = No functionality or user-facing features added; bugfix only
8
+
9
+
1
10
v1.3.0
2
11
--FIXES
3
12
4
- Shortens "Arranger" to "Arr" to accomodate for the new instruments
13
+ Shortens "Arranger" to "Arr" to accommodate for the new instruments
5
14
6
15
--NEW FEATURES
7
16
26
35
Load existing soundfonts from AppData
27
36
28
37
v1.1.1
29
- --NEW FEATURES
38
+ --FIXES
30
39
31
40
Replaced filter text with filter images
32
41
Added an INST_BACKGROUND.png in sprites/ to skin the window's background
@@ -65,21 +74,15 @@ v1.0.4
65
74
--FIXES
66
75
67
76
Note extension behaviour implemented more correctly, as compared to before. Should now load specific sets whenever a song in an arrangement is loaded.
68
-
69
- --NEW FEATURES
70
-
71
- Key-press behaviour generalized to include any key-press.
72
- Slight update to internal data types for better readability of code.
73
- Major update to loading / saving songs (logic)
77
+ Key-press behaviour generalized to include any key-press.
78
+ Slight update to internal data types for better readability of code.
79
+ Major update to loading / saving songs (logic)
74
80
75
81
v1.0.3
76
82
--FIXES
77
83
78
84
100-line song fixed.
79
85
Updated song-ending behaviour to gracefully play all notes, instead of just ending
80
-
81
- --NEW FEATURES
82
-
83
86
Loading songs with greater than 100 lines used to populate the array with null objects - hopefully fixed.
84
87
85
88
v1.0.2
You can’t perform that action at this time.
0 commit comments