Skip to content

Commit 9d6dee9

Browse files
committed
Update changelog for v0.3.0
1 parent 83f9e39 commit 9d6dee9

File tree

2 files changed

+27
-7
lines changed

2 files changed

+27
-7
lines changed

CHANGELOG.org

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
* v0.3.0
2+
- Add Metronome
3+
- Add looper with Recording and Overdubbing
4+
- Add support for loading custom .sf2 soundfonts
5+
- Add support for Control Change, Program Change, Pitch Wheel midi messages
6+
- Add General MIDI 1 Instrument selection (aka program change)
7+
- Add new font "Metropolis"
8+
- Add backend switcher
9+
10+
-- Shriram Ravindranathan <s20n@ters.dev> <2024-07-13 Sat>
11+
12+
* v0.2.1
13+
- Add appstream xml
14+
- Fixup for flathub release
15+
16+
-- Shriram Ravindranathan <s20n@ters.dev> <2024-10-31 Thu>
17+
18+
119
* v0.2.0
220
- Add "about" window
321
- Add PC keyboard support to piano

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Chord Naming App with MIDI Support
77
Chordcat is a desktop app that helps you identify and name chords based on inputted notes.
88

99
- [Documentation](https://shriramters.github.io/chordcat/)
10-
- Download the latest release [here](https://github.com/shriramters/chordcat/releases/tag/v0.2.1)
10+
- Download the latest release [here](https://github.com/shriramters/chordcat/releases/tag/v0.3.0)
1111

1212
<a href='https://flathub.org/apps/dev.ters.Chordcat'>
1313
<img width='240' alt='Get it on Flathub' src='https://flathub.org/api/badge?locale=en'/>
@@ -18,11 +18,13 @@ Chordcat is a desktop app that helps you identify and name chords based on input
1818
- Displays chord names when:
1919
- MIDI devices are connected and you play a chord
2020
- Piano keys are clicked using the mouse
21-
- The corresponding PC Keyboard keys are pressed
22-
- Select MIDI device
23-
- Inbuilt piano sounds
24-
- Supports fullscreen mode and resizable window mode.
25-
- Includes 3 fun fonts (DejaVu Sans, Petaluma and FirstTimeWriting).
21+
- The corresponding PC Keyboard keys are pressed
22+
- MIDI device support
23+
- Metronome
24+
- Looper
25+
- 128 Inbuilt instruments (General MIDI)
26+
- Custom `.sf2` soundfonts support
27+
- 4 cool fonts
2628

2729
## Screenshots
2830

@@ -73,4 +75,4 @@ To build and run chordcat from source, follow these steps:
7375
- [FluidSynth](https://www.fluidsynth.org/)
7476
- [Dear ImGui](https://github.com/ocornut/imgui)
7577
- [ImGui-SFML](https://github.com/SFML/imgui-sfml)
76-
- [Boost.PropertyTree](https://www.boost.org/doc/libs/release/doc/html/property_tree.html)
78+
- [nlohmann-json](https://github.com/nlohmann/json)

0 commit comments

Comments
 (0)