diff --git a/README.md b/README.md index ac65eb1..c90f13c 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/data/appdata/com.github.birros.WebArchives.appdata.xml.in b/data/appdata/com.github.birros.WebArchives.appdata.xml.in index 9d298e6..da0054b 100644 --- a/data/appdata/com.github.birros.WebArchives.appdata.xml.in +++ b/data/appdata/com.github.birros.WebArchives.appdata.xml.in @@ -30,6 +30,7 @@
  • Random page
  • Sandboxed pages (Pages are isolated from the web)
  • Ask for confirmation when opening an external link
  • +
  • Handle the opening of zim files from external applications (Nautilus...)
  • @@ -51,6 +52,20 @@ birros@protonmail.com web-archives + + +

    + This new release of WebArchives contains some bug fixes and + new features. +

    +
      +
    • Handle the opening of zim files from external applications (Nautilus...)
    • +
    • Show details in a dialog window instead of the main window
    • +
    • Refactoring of the presentation of archive's details
    • +
    • Replace custom Gtk widget MaxWidthBin by Column widget from libhandy (internal)
    • +
    +
    +

    diff --git a/meson.build b/meson.build index 401dd5c..d59cc4f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('web-archives', ['vala', 'c'], - version : '0.0.6', + version : '0.1.0', license : 'GPL3+' )