Skip to content

Releases: rluetzner/ChordImageGenerator

v2.0.0

28 May 18:54
Compare
Choose a tag to compare

Breaking changes

New sizes

The list of sizes has been extended from 1-10 to 1-20 by adding intermediate sizes. Size 1 remains the same, but all other sizes go in half-steps compared to the previous releases.

Here are a few examples.

Previous size New size
1 1
1.5 (didn't exist) 2
2 3
3 5
... ...
10 19

The default setting remains size 2. Be advised that the generated image is now slightly smaller than before.

Full Changelog: v1.1.0...v2.0.0

v1.1.0

28 May 18:58
Compare
Choose a tag to compare

Major changes

Finally got around to fixing #3 . The System.Drawing library, which is no longer supported on Linux, has been replaced with ImageSharp.

Minor changes

Merged the last commit from the original project, so GitHub no longer shows a confusing 1 commit behind upstream message.

Full Changelog: v1.0.3...v1.1.0

v1.0.3

28 May 19:00
Compare
Choose a tag to compare

Minor changes

Full barre enforces a barre to be drawn for the first finger, even if only one string is pressed by that finger.

Full Changelog: v1.0.2...v1.0.3

v1.0.2

28 May 19:02
Compare
Choose a tag to compare

Minor changes

  • Added an option to draw a full barre for the first finger, fixing #5 . This setting can be activated by a new checkbox in the web UI. It is deactivated by default to keep the original behavior.
  • Widen the generated image for long chordnames and center chordnames properly, fixing #4 .
  • Updated README.md with new links.
  • Refactored the code to keep it maintainable.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

28 May 19:07
Compare
Choose a tag to compare

Minor changes

  • #1 - Fixes an issue where a + character was dropped from the chord name.
  • #2 - Fixes muddy chord images when using small sizes.
  • Add docker commands to README.md.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

28 May 19:11
Compare
Choose a tag to compare

Major changes

  • Migrate project to .NET 6.0.
  • Add a Dockerfile.
  • Fix the broken sharp sign.
  • Update README.md and LICENSE.md to indicate that this is a continuation of Einar's original project.

Full Changelog: https://github.com/rluetzner/ChordImageGenerator/commits/v1.0.0