From ab1209eded5184aab28726d627efc66dfbdba37f Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Wed, 14 Apr 2021 11:39:09 +0200 Subject: [PATCH] release-0.30.0 --- ChangeLog | 15 +++++++++++++++ README.md | 4 ++-- VERSION | 2 +- meson.build | 1 + 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 87899e9..9e7de4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/README.md b/README.md index 5c4bf06..2979a49 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/VERSION b/VERSION index befa3cf..c25c8e5 100644 --- a/VERSION +++ b/VERSION @@ -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 -- 2.38.5