-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbibledit.appdata.xml
57 lines (51 loc) · 1.75 KB
/
bibledit.appdata.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
52
53
54
55
56
57
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (©) 2003-2022 Teus Benschop. -->
<component type="desktop-application">
<id>org.bibledit.bibledit</id>
<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Bibledit</name>
<summary>Bible editor</summary>
<description>
<p>
A tool for the Bible translator.
</p>
<p>
Translate Bibles.
</p>
<p>
Edit Bibles.
</p>
<p>
Proofread Bibles.
</p>
<p>
Publish Bibles.
</p>
<p>
Synchronize your data through Bibledit Cloud.
</p>
</description>
<launchable type="desktop-id">bibledit.desktop</launchable>
<screenshots>
<screenshot type="default">
<caption>The main screen</caption>
<image>https://raw.githubusercontent.com/bibledit/linux/master/screenshot-main.png</image>
</screenshot>
<screenshot>
<caption>A workspace</caption>
<image>https://raw.githubusercontent.com/bibledit/linux/master/screenshot-workspace.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://bibledit.org</url>
<provides>
<binary>bibledit</binary>
</provides>
<releases>
<release version="5.0.894" date="2020-06-13">
<description>
<p>Fixed: Second USFM editor in a workspace does not move the focused verse into view. Fixed: Focused verse in USFM editor jumps to next verse if there's a space at the end of the verse text. The chapter editor honours the setting for the initial vertical position of the cursor. Fixed: The second Bible editor at times was not read-only leading to unexpected caret jumps. A translator can now edit the summary of a consultation note.</p>
</description>
</release>
</releases>
</component>