Skip to content

Commit 80ac65d

Browse files
committed
Add instructions for more consistent versioning
1 parent fa2ca4c commit 80ac65d

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

Version History.txt

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
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+
110
v1.3.0
211
--FIXES
312

4-
Shortens "Arranger" to "Arr" to accomodate for the new instruments
13+
Shortens "Arranger" to "Arr" to accommodate for the new instruments
514

615
--NEW FEATURES
716

@@ -26,7 +35,7 @@ v1.2.0
2635
Load existing soundfonts from AppData
2736

2837
v1.1.1
29-
--NEW FEATURES
38+
--FIXES
3039

3140
Replaced filter text with filter images
3241
Added an INST_BACKGROUND.png in sprites/ to skin the window's background
@@ -65,21 +74,15 @@ v1.0.4
6574
--FIXES
6675

6776
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)
7480

7581
v1.0.3
7682
--FIXES
7783

7884
100-line song fixed.
7985
Updated song-ending behaviour to gracefully play all notes, instead of just ending
80-
81-
--NEW FEATURES
82-
8386
Loading songs with greater than 100 lines used to populate the array with null objects - hopefully fixed.
8487

8588
v1.0.2

0 commit comments

Comments
 (0)