Skip to content

Commit

Permalink
release: 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ArTiSTiX committed Dec 19, 2023
1 parent ac4ebf7 commit 499bedd
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 1.6.2 (2023-12-19)

## Fixes
- **Chord Display:** increase keyboard label font-size
- **Chord Display:** added chordNote as a label (note name in chord with correct alteration instead of keysignature)
- **chord-dictionary:** fix some issue in tonal chord dictionary
- **Home:** correct card aspect ratio and chord-display icon
- **Settings:** correctly reflect startup minimized option

# 1.6.1 (2023-12-11)

## Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midi-jar",
"version": "1.6.1",
"version": "1.6.2",
"description": "A MIDI tool box for displaying chords and notes, routing devices, and more",
"main": "./src/main/main.ts",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions release/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midi-jar",
"version": "1.6.1",
"version": "1.6.2",
"description": "A MIDI tool box for displaying chords and notes, routing devices, and more",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 499bedd

Please sign in to comment.