diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2021-04-14 11:39:09 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2021-04-14 11:39:09 +0200 |
commit | ab1209eded5184aab28726d627efc66dfbdba37f (patch) | |
tree | 35ccb5fcf003bb710d30aae34542481eadecaf3e | |
parent | 19671384e458c96b270ed8bef301e44ecf3355f3 (diff) | |
download | midi_matrix.lv2-ab1209eded5184aab28726d627efc66dfbdba37f.tar.xz (sig) |
release-0.30.00.30.0
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | meson.build | 1 |
4 files changed, 19 insertions, 3 deletions
@@ -1,5 +1,20 @@ # Changelog +## [0.30.0] - 14 Apr 2021 + +### Fixed + +* license URI in turtle manifest +* font scaling on high DPI screens + +### Added + +* missing ui:parent feature in turtle manifest + +### Updated + +* to latest pugl + ## [0.28.0] - 15 Jan 2021 ### Added @@ -23,7 +23,7 @@ folder out of the platform folder of the downloaded package into your #### Stable release -* [midi_matrix.lv2-0.28.0.zip](https://dl.open-music-kontrollers.ch/midi_matrix.lv2/stable/midi_matrix.lv2-0.28.0.zip) ([sig](https://dl.open-music-kontrollers.ch/midi_matrix.lv2/stable/midi_matrix.lv2-0.28.0.zip.sig)) +* [midi_matrix.lv2-0.30.0.zip](https://dl.open-music-kontrollers.ch/midi_matrix.lv2/stable/midi_matrix.lv2-0.30.0.zip) ([sig](https://dl.open-music-kontrollers.ch/midi_matrix.lv2/stable/midi_matrix.lv2-0.30.0.zip.sig)) #### Unstable (nightly) release @@ -33,7 +33,7 @@ folder out of the platform folder of the downloaded package into your #### Stable release -* [midi_matrix.lv2-0.28.0.tar.xz](https://git.open-music-kontrollers.ch/lv2/midi_matrix.lv2/snapshot/midi_matrix.lv2-0.28.0.tar.xz) ([sig](https://git.open-music-kontrollers.ch/lv2/midi_matrix.lv2/snapshot/midi_matrix.lv2-0.28.0.tar.xz.asc)) +* [midi_matrix.lv2-0.30.0.tar.xz](https://git.open-music-kontrollers.ch/lv2/midi_matrix.lv2/snapshot/midi_matrix.lv2-0.30.0.tar.xz) ([sig](https://git.open-music-kontrollers.ch/lv2/midi_matrix.lv2/snapshot/midi_matrix.lv2-0.30.0.tar.xz.asc)) #### Git repository @@ -1 +1 @@ -0.29.11 +0.30.0 diff --git a/meson.build b/meson.build index e215e3a..c0897b6 100644 --- a/meson.build +++ b/meson.build @@ -117,5 +117,6 @@ endif if lv2lint.found() test('LV2 lint', lv2lint, args : ['-Ewarn', '-I', join_paths(build_root, ''), + '-t', '*UI*Hints*', 'http://open-music-kontrollers.ch/lv2/midi_matrix#channel_filter']) endif |