~hp/midi_matrix.lv2

ab1209eded5184aab28726d627efc66dfbdba37f — Hanspeter Portner 3 years ago 1967138 0.30.0
release-0.30.0
4 files changed, 19 insertions(+), 3 deletions(-)

M ChangeLog
M README.md
M VERSION
M meson.build
M ChangeLog => ChangeLog +15 -0
@@ 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

M README.md => README.md +2 -2
@@ 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


M VERSION => VERSION +1 -1
@@ 1,1 1,1 @@
0.29.11
0.30.0

M meson.build => meson.build +1 -0
@@ 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