-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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+' | ||
) | ||
|
||
|