Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit e899fbe

Browse files
committed
2.0.0
1 parent 8104766 commit e899fbe

File tree

8 files changed

+25
-3
lines changed

8 files changed

+25
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
![build](https://travis-ci.org/mdh34/quickDocs.svg?branch=master) [![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.mdh34.quickdocs)
66

77
A fast developer docs reader
8-
![Screenshot](https://raw.githubusercontent.com/mdh34/quickDocs/master/data/images/screenshot-1.png)
9-
![Screenshot](https://raw.githubusercontent.com/mdh34/quickDocs/master/data/images/screenshot-3.png)
8+
![Screenshot](https://raw.githubusercontent.com/mdh34/quickDocs/master/data/images/screenshot-2.png)
9+
![Screenshot](https://raw.githubusercontent.com/mdh34/quickDocs/master/data/images/screenshot-5.png)
1010

1111
## Doc Sources:
1212
- Valadoc
1313
- DevDocs
14-
14+
1515
Both are avalibale to use offline
1616
## Build Dependencies:
1717
- libarchive-dev

data/com.github.mdh34.quickdocs.appdata.xml.in

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@
2626
<url type="homepage">https://github.com/mdh34/quickDocs</url>
2727
<url type="bugtracker">https://github.com/mdh34/quickDocs/issues</url>
2828
<releases>
29+
<release version="2.0.0" date="2018-04-10">
30+
<description>
31+
<p>Major update:</p>
32+
<ul>
33+
<li>Brand new UI for downloading offline docs natively</li>
34+
<li>Brand new offline docs UI that allows for searching and easier viewing</li>
35+
</ul>
36+
</description>
37+
</release>
2938
<release version="1.2.2" date="2018-03-23">
3039
<description>
3140
<ul>
@@ -113,6 +122,12 @@
113122
<screenshot>
114123
<image>https://raw.githubusercontent.com/mdh34/quickDocs/master/data/images/screenshot-3.png</image>
115124
</screenshot>
125+
<screenshot>
126+
<image>https://raw.githubusercontent.com/mdh34/quickDocs/master/data/images/screenshot-4.png</image>
127+
</screenshot>
128+
<screenshot>
129+
<image>https://raw.githubusercontent.com/mdh34/quickDocs/master/data/images/screenshot-5.png</image>
130+
</screenshot>
116131
</screenshots>
117132
<custom>
118133
<value key="x-appcenter-color-primary">#4c158a</value>

data/images/screenshot-1.png

78.5 KB
Loading

data/images/screenshot-2.png

98.1 KB
Loading

data/images/screenshot-3.png

46.2 KB
Loading

data/images/screenshot-4.png

142 KB
Loading

data/images/screenshot-5.png

145 KB
Loading

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
com.github.mdh34.quickdocs (2.0.0) xenial; urgency=low
2+
3+
* Major update:
4+
*.Brand new UI for downloading offline docs natively
5+
* Brand new offline docs UI that allows for searching and easier viewing
6+
-- Matt Harris <[email protected]> Tue, 10 Apr 2018 12:00:00 +0000
7+
18
com.github.mdh34.quickdocs (1.2.2) xenial; urgency=low
29

310
* Simplified UI

0 commit comments

Comments
 (0)