-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
109 lines (67 loc) · 2.08 KB
/
ChangeLog
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!--
-- SPDX-FileCopyrightText: Hanspeter Portner <dev@open-music-kontrollers.ch>
-- SPDX-License-Identifier: CC0-1.0
-->
# Changelog
## [0.16.2] - 15 Apr 2022
### Fixed
* reuse compliance
* unit test failures
## [0.16.0] - 15 Apr 2022
### Added
* compatibility with REUSE spec 3.0
* catch sig{abrt,segv} upon plugin/ui instantiation
### Fixed
* return plugin handle in instance-access feature struct
## [0.14.0] - 15 Jul 2021
### Added
* libx11 as optional dependency to README
### Changed
* code cleanup/speedup by using static URIDs
## [0.12.0] - 12 Apr 2021
### Added
* x11 initialization test
* x11 fixed-aspect-ratio test
* x11 constrained-aspect-ratio test
## [0.10.0] - 15 Jan 2021
### Fixed
* various crashes due to NULL dereferences
### Removed
* support for GNU-style extended glob pattern matching in filters (Apple)
## [0.8.0] - 15 Jul 2020
### Added
* support for whitelisting globally visible symbols
* support for whitelisting linked libraries
* support for whitelisting whole tests
* support for state:freePath feature
* check for urid:map when there is an atom:AtomPort
* check to discover borked LV2_PATH
* check for duplicate scale point labels/values in control port
* check for duplicate scale point values in parameters
* check for fork symbol reference
### Changed
* minimal LV2 version to 1.18.0
## Fixed
* various memleaks
## [0.6.0] - 13 Apr 2020
### Added
* test for unique port symbols
* support for multiple include dirs
* support for include dirs without trailing slash
### Changed
* distribution packager mode on by default
### Fixed
* warn of ui:showInterface only for non-native UIs
* whitelist symbol visibility of all global LV2 functions
## [0.4.0] - 13 Jan 2020
### Added
* less pedantic packager mode
* quiet flag for command line output (drobilla)
* support for lv2:sampleRate (drobilla)
* support for getting the plugin license from the project (drobilla)
* support for xsd:* as rdfs:range
### Fixed
* misleading messages about lv2:class (drobilla)
* incorrect URI names in error messages (drobilla)
## [0.2.0] - 14 Oct 2019
### Initial release