forked from babluboy/bookworm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.github.babluboy.bookworm.appdata.xml
69 lines (69 loc) · 2.93 KB
/
com.github.babluboy.bookworm.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
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2017 Siddhartha Das <[email protected]> -->
<component type="desktop">
<id>com.github.babluboy.bookworm.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_group>bookworm</project_group>
<project_license>GPL-3.0+</project_license>
<name>Bookworm</name>
<summary>A simple, focused eBook reader</summary>
<description>
<p>Read the books you love without having to worry about the different format complexities like epub, pdf, mobi, cbr, etc.</p>
<p>Manage your library by tagging and updating metadata on books, to quickly find books using metadata searching and tag based filtering.</p>
<p>This version supports EPUB, MOBI, PRC, PDF and Comics (CBR and CBZ) formats with support for more formats to follow soon.</p>
<p>New features for Bookworm v0.9 include:</p>
<ul>
<li>Added support for .mobi (Kindle) format</li>
<li>Added prefference to control library view on start</li>
<li>Automatically scroll to exact last read page position</li>
<li>Added a progress bar on hover of the book cover</li>
<li>Keyboard shortcut (Ctrl+D) for bookmarking</li>
<li>Squashed some bugs</li>
</ul>
</description>
<screenshots>
<screenshot type="default">
<caption>Bookworm Library View</caption>
<image>https://raw.githubusercontent.com/babluboy/bookworm/gh-pages/images/BookwormLibraryView.png</image>
</screenshot>
<screenshot type="default">
<caption>Bookworm Reading View</caption>
<image>https://raw.githubusercontent.com/babluboy/bookworm/gh-pages/images/BookwormReadingView.png</image>
</screenshot>
</screenshots>
<provides>
<binary>bookworm</binary>
</provides>
<releases>
<release version="0.9" date="2017-07-23">
<description>
<p>Support mobi format and UX improvements</p>
</description>
</release>
<release version="0.8" date="2017-06-18">
<description>
<p>UX improvements for List View and other preference customizations</p>
</description>
</release>
<release version="0.7" date="2017-05-20">
<description>
<p>Comics Support and UX improvements</p>
</description>
</release>
<release version="0.6" date="2017-05-15">
<description>
<p>PDF Support and UX improvements</p>
</description>
</release>
<release version="0.5" date="2017-04-25">
<description>
<p>Initial release with support for EPUB format</p>
</description>
</release>
</releases>
<developer_name>Siddhartha Das</developer_name>
<url type="homepage">https://babluboy.github.io/bookworm</url>
<url type="bugtracker">https://github.com/babluboy/bookworm/issues</url>
<url type="help">https://github.com/babluboy/bookworm/wiki</url>
<update_contact>bablu.boy_AT_gmail.com</update_contact>
</component>