Skip to content

Commit

Permalink
Bump to version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
birros committed Jul 18, 2018
1 parent 3809a63 commit fdf9cb8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Also, it only allows reading [ZIM] files for the moment.
- [x] Random page
- [x] Sandboxed pages (Pages are isolated from the web)
- [x] Ask for confirmation when opening an external link
- [x] Handle the opening of zim files from external applications (Nautilus...)
- [ ] Fullscreen mode
- [ ] Table of contents
- [ ] Responsive (Mobile ready)
Expand Down
15 changes: 15 additions & 0 deletions data/appdata/com.github.birros.WebArchives.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<li>Random page</li>
<li>Sandboxed pages (Pages are isolated from the web)</li>
<li>Ask for confirmation when opening an external link</li>
<li>Handle the opening of zim files from external applications (Nautilus...)</li>
</ul>
</description>
<screenshots>
Expand All @@ -51,6 +52,20 @@
<update_contact>[email protected]</update_contact>
<translation type="gettext">web-archives</translation>
<releases>
<release version="0.1.0" date="2018-07-18">
<description>
<p>
This new release of WebArchives contains some bug fixes and
new features.
</p>
<ul>
<li>Handle the opening of zim files from external applications (Nautilus...)</li>
<li>Show details in a dialog window instead of the main window</li>
<li>Refactoring of the presentation of archive's details</li>
<li>Replace custom Gtk widget MaxWidthBin by Column widget from libhandy (internal)</li>
</ul>
</description>
</release>
<release version="0.0.6" date="2018-05-03">
<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.0.6',
version : '0.1.0',
license : 'GPL3+'
)

Expand Down

0 comments on commit fdf9cb8

Please sign in to comment.