blob: 1b7b3d6e9afdbcdbf46c1e1e734956588225ffec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
# Changelog
## [0.14.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.12.0] - 15 Jan 2021
### Added
* support for host provided ui scale factor
* support for notifying host about changed parameters
## [0.10.0] - 15 Jul 2020
### Added
* support for GL double buffering
## [0.8.0] - 13 Apr 2020
### Changed
* to build with pugl master
## [0.6.0] - 15 Apr 2019
### Added
* vm:midi MIDI Conversion plugin
* ui button icons
### Changed
* build system from CMake to meson
### Fixed
* port_event callback to handle all patch ports
|