-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. | ||
|
||
- - - | ||
## [v0.3.0](https://github.com/mfep/midiconn/compare/9e585043acce173f6a1d2ff83de32bd41b46a53a..v0.3.0) - 2024-06-18 | ||
#### Bug Fixes | ||
- **(CI)** Fix Windows CI build - ([3076509](https://github.com/mfep/midiconn/commit/30765094001723ef733ccf4665ad21377445a625)) - [@mfep](https://github.com/mfep) | ||
- **(build)** Removed unused m_update_check_finished - ([397f30a](https://github.com/mfep/midiconn/commit/397f30ab5f2a744eb7f370d83b3b7b1c0c8b485f)) - [@mfep](https://github.com/mfep) | ||
- **(docs)** Updated README, extracted BUILD.md - ([3b8636c](https://github.com/mfep/midiconn/commit/3b8636c9c4833b938157f008470710f8b38b50f5)) - [@mfep](https://github.com/mfep) | ||
- **(i18n)** Windows fixes - ([77eaab5](https://github.com/mfep/midiconn/commit/77eaab58913e77dbe8955eb73c25486bbaf5965f)) - [@mfep](https://github.com/mfep) | ||
- **(i18n)** Updated translations in NodeEditor - ([3066004](https://github.com/mfep/midiconn/commit/3066004cf85744a2ec9c2e5420911663f7d9f30b)) - [@mfep](https://github.com/mfep) | ||
- **(midi)** Fix setting message type mask - ([87f1be1](https://github.com/mfep/midiconn/commit/87f1be1d7640ba61c383c78e68a6bcabf0c30e81)) - [@mfep](https://github.com/mfep) | ||
- **(midi)** Fixed disconnect in midi::Node::~Node - ([9921a7e](https://github.com/mfep/midiconn/commit/9921a7e48c205b7af77a0437050b959332582233)) - [@mfep](https://github.com/mfep) | ||
- Fixed incorrect pre-hook in cog.toml - ([0c95cc8](https://github.com/mfep/midiconn/commit/0c95cc8f8e94db9adbd3cdc5e6fae9fdd5cba8f5)) - [@mfep](https://github.com/mfep) | ||
- Load full font glyph range - ([275e11f](https://github.com/mfep/midiconn/commit/275e11f9859a45ce6d20dd8a5621ab463c148622)) - [@mfep](https://github.com/mfep) | ||
#### Features | ||
- **(i18n)** Switching between languages on menu - ([bdf75c2](https://github.com/mfep/midiconn/commit/bdf75c2114e957f6d72b1ef460acff828cfa4443)) - [@mfep](https://github.com/mfep) | ||
- **(i18n)** Hungarian translation - ([bdda17d](https://github.com/mfep/midiconn/commit/bdda17dede9d75e2147b20823dd0bc47f76f82ac)) - [@mfep](https://github.com/mfep) | ||
- **(i18n)** Using gettext in Nodes - ([95a7fc7](https://github.com/mfep/midiconn/commit/95a7fc73067f4e832e95a7e31720eba865df7040)) - [@mfep](https://github.com/mfep) | ||
- **(i18n)** I18N Application.cpp - ([be9e37a](https://github.com/mfep/midiconn/commit/be9e37a570d63ff0e870fd1aaaad4983de1207ad)) - [@mfep](https://github.com/mfep) | ||
- **(midi)** Recognize system messages in Log Node - ([e0e1dc5](https://github.com/mfep/midiconn/commit/e0e1dc5363fd516d8aa5372a6880768e3ea85829)) - [@mfep](https://github.com/mfep) | ||
- **(midi)** Added basic note formatting - ([d980148](https://github.com/mfep/midiconn/commit/d980148b7cf07555674f4e21cb68f4c4f446b655)) - [@mfep](https://github.com/mfep) | ||
- **(midi)** Implemented MIDI message parsing - ([ee07800](https://github.com/mfep/midiconn/commit/ee0780073c8ff9c00fe597ce7aead4d4358aed33)) - [@mfep](https://github.com/mfep) | ||
- **(midi)** Implemented a data oriented model&graph for processing MIDI messages - ([b7a90d8](https://github.com/mfep/midiconn/commit/b7a90d803c0c735c732554c7ba6c18247bd6ff29)) - [@mfep](https://github.com/mfep) | ||
- **(ui)** Setting appropriate size for the Log Node on any scale - ([32c786d](https://github.com/mfep/midiconn/commit/32c786d6a249ab1f2bd48ee06d684d26bfef98c4)) - [@mfep](https://github.com/mfep) | ||
- **(ui)** Add MIDI filtering option per input node - ([2cf21f0](https://github.com/mfep/midiconn/commit/2cf21f046930b31bc4362cb798a0c50ea2e0c340)) - [@mfep](https://github.com/mfep) | ||
- **(ui)** Implemented LogNode - ([d278837](https://github.com/mfep/midiconn/commit/d2788378e6a1a8aa907f3edee516e17c60b70b0c)) - [@mfep](https://github.com/mfep) | ||
- **(ui)** Allow a single instance only for input and output nodes - ([e473193](https://github.com/mfep/midiconn/commit/e4731932f959a4bf241c4aa15c0c7ffe80aebc1f)) - [@mfep](https://github.com/mfep) | ||
- **(ui)** Added MIDI activity indicator to the Channel Node (input + output) - ([d31df33](https://github.com/mfep/midiconn/commit/d31df33f9256e7a14470d4f07d3c307e876ce3ea)) - [@mfep](https://github.com/mfep) | ||
#### Miscellaneous Chores | ||
- **(ci)** Using flatpak-github-actions - ([9b10d3f](https://github.com/mfep/midiconn/commit/9b10d3f7495b34e32a858de9a96fda0c4112f690)) - [@mfep](https://github.com/mfep) | ||
- **(ci)** Restored Ubuntu 22.04 build - ([ce25123](https://github.com/mfep/midiconn/commit/ce2512323a78e09459d7833c8a0f93ee6664924e)) - [@mfep](https://github.com/mfep) | ||
- **(ci)** Using latest image versions - ([1d702c2](https://github.com/mfep/midiconn/commit/1d702c214b54ec98583d45913504c3cd528f6896)) - [@mfep](https://github.com/mfep) | ||
- **(ci)** Updated the release workflow - ([9e58504](https://github.com/mfep/midiconn/commit/9e585043acce173f6a1d2ff83de32bd41b46a53a)) - [@mfep](https://github.com/mfep) | ||
- **(docs)** Updated metainfo - ([515c90a](https://github.com/mfep/midiconn/commit/515c90aa89dcecb7ad7de66bf0840e8d319fe999)) - [@mfep](https://github.com/mfep) | ||
- **(docs)** Updated vcpkg dependencies in the README - ([a6f164e](https://github.com/mfep/midiconn/commit/a6f164e15aa9b17aa0c56c4f43fea57f6a629ed3)) - [@mfep](https://github.com/mfep) | ||
- **(i18n)** Updated POT file - ([7483e2b](https://github.com/mfep/midiconn/commit/7483e2b6469a3f1782b8b9c31f88b5de5111a60a)) - [@mfep](https://github.com/mfep) | ||
- **(i18n)** Localization skeleton - ([eda4c28](https://github.com/mfep/midiconn/commit/eda4c287e920bafd7fd38999b61683b4b72159b4)) - [@mfep](https://github.com/mfep) | ||
- Devel Flatpak spec - ([ea101ae](https://github.com/mfep/midiconn/commit/ea101aeec645fa51c4137bfb47506c022ee41c7f)) - [@mfep](https://github.com/mfep) | ||
- Updated submodule dependencies - ([c036bff](https://github.com/mfep/midiconn/commit/c036bffb871f519bfd5ecd73ed4ec4690d1740bd)) - [@mfep](https://github.com/mfep) | ||
- Updated cog.toml with repo info [skip ci] - ([2d3153a](https://github.com/mfep/midiconn/commit/2d3153a1eefa754e4e27e678dffe88f79fef8248)) - [@mfep](https://github.com/mfep) | ||
- Added cog.toml - ([5cd744c](https://github.com/mfep/midiconn/commit/5cd744c930f6823c7552c8c304e5e2874c4ebdf9)) - [@mfep](https://github.com/mfep) | ||
#### Refactoring | ||
- **(midi)** Moved midi namespace to midi subdir - ([836a2d7](https://github.com/mfep/midiconn/commit/836a2d75da05ab3100ac4130d2e90300fcdfb862)) - [@mfep](https://github.com/mfep) | ||
- Simplified handling of disconnect/reconnect of MIDI devices - ([0be5131](https://github.com/mfep/midiconn/commit/0be5131935db5a6a12126a1d35bad37204312937)) - [@mfep](https://github.com/mfep) | ||
|
||
- - - | ||
|
||
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters