-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrepo.xml
51 lines (51 loc) · 2.25 KB
/
repo.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<meta xmlns="http://exist-db.org/xquery/repo">
<description>Take snapshots of Airtable bases for offline browsing and
transformation</description>
<author>Joe Wicentowski</author>
<website>https://github.com/joewiz/airlock</website>
<status>stable</status>
<license>AGPL-3.0</license>
<copyright>true</copyright>
<type>application</type>
<target>airlock</target>
<prepare/>
<finish>post-install.xq</finish>
<permissions user="airlock" password="airlock" group="airlock" mode="rwxrwxr-x"/>
<changelog>
<change version="2.1.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>New: Rendering of all Airtable field types</li>
<li>New: An Airlock library module for accessing Airlock data outside the application</li>
<li>New: An option for viewing record raw JSON</li>
</ul>
</change>
<change version="2.0.2">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Log in issue</li>
</ul>
</change>
<change version="2.0.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Package metadata and README</li>
</ul>
</change>
<change version="2.0.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>New: Simplified installation and added in-app form-based management of API keys,
bases, and custom reports - <a href="https://github.com/joewiz/airlock/pull/2"
>#2</a></li>
<li>New: Limited access to keys and management functions limited to users of the
airlock group, allowing guest users to view base snapshots</li>
<li>New: Adopted <a href="https://github.com/eeditiones/roaster">Roaster</a> for
cleaner URLs - <a href="https://github.com/joewiz/airlock/issues/1">#1</a></li>
<li>New: Adopted Bootstrap 5 to simplify CSS</li>
</ul>
</change>
<change version="1.0.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Initial release</li>
</ul>
</change>
</changelog>
</meta>