abcjs 6.4.4 → 6.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/RELEASE.md CHANGED
@@ -1,3 +1,53 @@
1
+ # Version 6.5.1
2
+
3
+ ## Bugs
4
+
5
+ * Fix regression crash in synth when there is both a dynamic decoration and other decoration on the same note.
6
+
7
+ * Remove debugging statement.
8
+
9
+ # Version 6.5.0
10
+
11
+ ## Bugs
12
+
13
+ * Don't print first ending marks for second voice on the same staff.
14
+
15
+ * Fix spacing problem when there are empty free text blocks.
16
+
17
+ * Add octave and other clefs to the list for voice line, i.e. `V:1 treble-8`
18
+
19
+ * Test to be sure dataset exists for old browsers.
20
+
21
+ * Report more exceptions when failing to create synth.
22
+
23
+ * Don't use A#dim or D#dim when transposing.
24
+
25
+ * Allow space in key name when transposing.
26
+
27
+ * Fix crash when setting some directives before the first music line.
28
+
29
+ * Fix canceling a treble+8 clef.
30
+
31
+ * Fix playback of guitar chords in parentheses.
32
+
33
+ * Don't crash if CreateSynth doesn't have options passed in.
34
+
35
+ ## Features
36
+
37
+ * Allow notes in chords to be different volumes.
38
+
39
+ * Add %%maxstaves directive for creating incipits.
40
+
41
+ * Add more articles that can be reversed in titles.
42
+
43
+ * Add %%visualTranspose directive.
44
+
45
+ * Add %%keywarn support.
46
+
47
+ * Add filtering of ABC file header.
48
+
49
+ * Added trillh and pralltriller.
50
+
1
51
  # Version 6.4.4
2
52
 
3
53
  ## Bugs