-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreleases.yml
147 lines (99 loc) · 2.84 KB
/
releases.yml
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
####### 0.9.7 #######################################################################
- version_major: 0
version_minor: 9
version_patch: 7
version_pre: NULL
version_build: NULL
name: NULL
description: |
WIP Fix missing permissions-parameter when recursing sets
####### 0.9.6 #######################################################################
- version_major: 0
version_minor: 9
version_patch: 6
version_pre: NULL
version_build: NULL
name: NULL
description: |
Changes
=======
* Write meta-data.json and index.html twice: once with and once without prefix.
Fixes:
------
* Fix build on JDK9.
- version_major: 0
version_minor: 9
version_patch: 5
version_pre: NULL
version_build: NULL
name: NULL
description: |
Changes
=======
* Download and store the meta-data schema (public vocabularies with meta-keys).
* Export a index.html file for every entry.
Fixes:
------
* Sort meta-data in the same way as webapp.
###### 0.8.x #######################################################################
- version_major: 0
version_minor: 8
version_patch: 2
version_pre: NULL
version_build: NULL
name: NULL
description: |
Changes
=======
* Improve UI and UI when selecting the meta-key prefix.
Fixes:
------
* Fix recursive download of sets "ArityException"
#### 0.7.3 #######################################################################
- version_major: 0
version_minor: 7
version_patch: 3
version_pre: NULL
version_build: NULL
name: NULL
description: |
Changes
=======
* Rename from "Madek Exporter" to "Madek-Exporter"
Fixes
=====
* Fix sign in as API-client.
* Extend auth-info with type, show auth-info when connected as ApiClient.
* Hide secrets by default: do not show "internal" connection parameters
(password etc) in connection panel.
#### 0.6.0 #######################################################################
- version_major: 0
version_minor: 6
version_patch: 0
version_pre: NULL
version_build: NULL
name: NULL
description: |
Changes
=======
* Improve the UX of the sign-in page: swapping tags deletes existing sign in info.
Fixes
=====
* Fix sign in with login and password.
### 0.5.0 #######################################################################
- version_major: 0
version_minor: 5
version_patch: 0
version_pre: NULL
version_build: NULL
name: NULL
description: |
Changes
=======
* Rename the application from "Madek APP" to "Madek Exporter".
* Include release info.
Fixes
=====
* Fix export of meta-data of the Type MetaDatum::TextType.
* Disconnect on the connection page will now delete the saved token, too.
* Fix spelling and unnecessary involved language in many places.