Skip to content

Commit 499bedd

Browse files
committed
release: 1.6.2
1 parent ac4ebf7 commit 499bedd

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.6.2 (2023-12-19)
2+
3+
## Fixes
4+
- **Chord Display:** increase keyboard label font-size
5+
- **Chord Display:** added chordNote as a label (note name in chord with correct alteration instead of keysignature)
6+
- **chord-dictionary:** fix some issue in tonal chord dictionary
7+
- **Home:** correct card aspect ratio and chord-display icon
8+
- **Settings:** correctly reflect startup minimized option
9+
110
# 1.6.1 (2023-12-11)
211

312
## Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "midi-jar",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "A MIDI tool box for displaying chords and notes, routing devices, and more",
55
"main": "./src/main/main.ts",
66
"scripts": {

release/app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "midi-jar",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "A MIDI tool box for displaying chords and notes, routing devices, and more",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)