Skip to content

Releases: agourlay/ruxguitar

0.5.4

23 Feb 20:04
4eefebe
Compare
Choose a tag to compare

What's Changed

  • draw time signature by @doreado in #22
  • display error messages in the UI
  • fix release of binaries

New Contributors

Full Changelog: v0.5.3...v0.5.4

0.5.3

15 Feb 19:57
8469ef1
Compare
Choose a tag to compare
  • fix duplicated rendering of measure vertical line
  • upgrade tablature parser to nom 8
  • lots of Clippy cleanup
  • disclaimer: release artifacts missing for this release :(

0.5.2

05 Jan 12:04
2107200
Compare
Choose a tag to compare
  • remember location of last tablature folder
  • display tempo using symbol instead of bpm label
  • cleanup audio loop using itertools
  • update dependencies

0.5.1

18 Dec 19:53
1cd9c2d
Compare
Choose a tag to compare
  • fix duration of tied notes
  • fix next beat computation across measure for certain effects

0.5.0

08 Dec 11:58
d45274e
Compare
Choose a tag to compare
  • add support for fade in effect
  • improve display of vibrato effect
  • display tied notes
  • fix bug in display of stacked beat effects
  • fix bug in grace effect key calculation
  • add border around control row for better UI

0.4.2

25 Nov 20:36
5a240b2
Compare
Choose a tag to compare
  • fix rounding precision on bend points
  • fix retrieval of previous and next notes for computing velocity & duration in specific cases
  • improve unit testing by recording generated midi events in text files

0.4.1

18 Nov 20:30
016f237
Compare
Choose a tag to compare
  • Fix parsing of harmonic effect for gp4
  • Fix overflow in grace note duration

0.4.0

09 Nov 22:38
946336c
Compare
Choose a tag to compare
  • Support GP4 file format 🎸

0.3.3

06 Oct 14:11
a8f5c8f
Compare
Choose a tag to compare
  • Fix audio rendering of string bends #13

0.3.2

28 Sep 10:50
894399f
Compare
Choose a tag to compare
  • introduce keyboard shortcut to control the tempo (ctr + up/down)