forked from babluboy/bookworm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.github.babluboy.bookworm.appdata.xml.in
146 lines (146 loc) · 6.8 KB
/
com.github.babluboy.bookworm.appdata.xml.in
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2017 Siddhartha Das <[email protected]> -->
<component type="desktop">
<id>com.github.babluboy.bookworm</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 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, FB2 and comics (CBR and CBZ) formats with support for more formats to follow soon.</p>
</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>com.github.babluboy.bookworm</binary>
</provides>
<releases>
<release version="1.1.2" date="2019-08-10">
<description>
<p>This release has some new features, fixes and new translations:</p>
<p>New Features:</p>
<ul>
<li>Library is paginated to load large libraries quickly</li>
<li>Support for FB2 Format - .fb2 and .fb2.zip</li>
</ul>
<p>Fixes:</p>
<ul>
<li>Intuitive representation of book removal button on library</li>
<li>Fix for keeping the preference dialog open until all adjustments are completed</li>
<li>Fix for header title changing during open</li>
<li>Fix for handling cancelation of dialog to open an ebook</li>
<li>Fix for toggling between full screen mode with F11</li>
<li>Fix for annotation dialog for books with empty titles</li>
<li>Fix for returning to the page position from the info view</li>
</ul>
</description>
</release>
<release version="1.1.0" date="2018-09-30">
<description>
<p>This release has some new features, fixes and new translations:</p>
<p>New Features:</p>
<ul>
<li>Right click a selected word and look up its meaning in an online dictionary</li>
<li>Added option to customize highlight colour</li>
</ul>
<p>Fixes:</p>
<ul>
<li>Prevent Bookworm from opening links like HTTP, FTP etc. and use the default browser to open them</li>
<li>Fixed an issue where the lines overlapped for the first couple of pages in the book</li>
<li>Use of GResource to speed up loading of icons, scripts, etc.</li>
<li>Some minor CSS compatibility with Juno</li>
</ul>
</description>
</release>
<release version="1.0.0" date="2018-02-11">
<description>
<p>Right to Left Reading</p>
<ul>
<li>Support for right-to-left script</li>
<li>A shiny new icon and new cover images</li>
<li>Better support for EPUB table of contents</li>
</ul>
</description>
</release>
<release version="0.9.5" date="2017-12-10">
<description>
<p>Annotations and two page views</p>
</description>
</release>
<release version="0.9" date="2017-07-23">
<description>
<p>Support for 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>
<custom>
<value key="x-appcenter-color-primary">#e29ffc</value>
<value key="x-appcenter-color-primary-text">#260063</value>
<value key="x-appcenter-suggested-price">2</value>
</custom>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>
<content_attribute id="violence-realistic">none</content_attribute>
<content_attribute id="violence-bloodshed">none</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="violence-desecration">none</content_attribute>
<content_attribute id="violence-slavery">none</content_attribute>
<content_attribute id="violence-worship">none</content_attribute>
<content_attribute id="drugs-alcohol">none</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">none</content_attribute>
<content_attribute id="sex-nudity">none</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="sex-homosexuality">none</content_attribute>
<content_attribute id="sex-prostitution">none</content_attribute>
<content_attribute id="sex-adultery">none</content_attribute>
<content_attribute id="sex-appearance">none</content_attribute>
<content_attribute id="language-profanity">none</content_attribute>
<content_attribute id="language-humor">none</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">none</content_attribute>
<content_attribute id="social-info">none</content_attribute>
<content_attribute id="social-audio">none</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">none</content_attribute>
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
</component>