Skip to content

Commit

Permalink
Bump to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
birros committed Jul 28, 2018
1 parent 205a1f8 commit e89b8bf
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Also, it only allows reading [ZIM] files for the moment.
- [x] List available local web archives
- [x] List of web archives available to download
- [x] Print a page
- [x] Night mode (Basic support)
- [x] Night mode ([Darkreader])
- [x] Zoom controls
- [x] Search in page
- [x] History
Expand Down Expand Up @@ -131,6 +131,7 @@ See : [HACKING.md].
[Wikipedia]: https://en.wikipedia.org/wiki/Wikipedia
[Wikisource]: https://en.wikipedia.org/wiki/Wikisource
[ZIM]: https://en.wikipedia.org/wiki/ZIM_(file_format)
[Darkreader]: https://github.com/darkreader/darkreader
[GNU/Linux]: https://en.wikipedia.org/wiki/Linux
[GNOME]: https://en.wikipedia.org/wiki/GNOME
[Flatpak]: https://en.wikipedia.org/wiki/Flatpak
Expand Down
14 changes: 13 additions & 1 deletion data/appdata/com.github.birros.WebArchives.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<li>List available local web archives</li>
<li>List of web archives available to download</li>
<li>Print a page</li>
<li>Night mode (Basic support)</li>
<li>Night mode (Darkreader)</li>
<li>Zoom controls</li>
<li>Search in page</li>
<li>History</li>
Expand Down Expand Up @@ -52,6 +52,18 @@
<update_contact>[email protected]</update_contact>
<translation type="gettext">web-archives</translation>
<releases>
<release version="0.2.0" date="2018-07-28">
<description>
<p>
This new release of WebArchives contains some bug fixes and
new features.
</p>
<ul>
<li>Improve night mode using Darkreader web extension</li>
<li>Add Spanish translation</li>
</ul>
</description>
</release>
<release version="0.1.0" date="2018-07-18">
<description>
<p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('web-archives', ['vala', 'c'],
version : '0.1.0',
version : '0.2.0',
license : 'GPL3+'
)

Expand Down

0 comments on commit e89b8bf

Please sign in to comment.