diff --git a/README.md b/README.md index d50c296..21d19a2 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ Fixed "Empty Database", now working Added UserAgent check Sending email from PC fixed Added license +- **1.6.2** +Fixed hidden buttons on hover (PC) +Fixed import private key from file (PC) +Centered title on Info sections ##License Copyright (C) 2015 Aronne Brivio diff --git a/js/app.js b/js/app.js index a4afc9e..0d19e80 100644 --- a/js/app.js +++ b/js/app.js @@ -19,6 +19,7 @@ */ /* Global vars */ +version = "1.6.2"; ua = window.navigator.userAgent; ffos = false; wrap = ""; @@ -564,7 +565,7 @@ $(document).ready(function() { $(document).on("click", "#info", function() { wrap = "

OpenPGP let's you use PGP method to encrypt/decrypt messages.


" + "

You can find further informations by clicking on Info icons inside every option.

" + - "
Version

1.6.1

"; + "
Version

" + version + "

"; $("#wrapper_down").append(wrap); $("#head_down").append("Info"); $("[data-position='down']").attr('class', 'current'); diff --git a/manifest.webapp b/manifest.webapp index e934fc6..3ec12a6 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -6,7 +6,7 @@ "url": "http://aro94.altervista.org" }, "default_locale": "it", - "version": "1.6.1", + "version": "1.6.2", "icons": { "16": "/icons/16x16.png", "32": "/icons/32x32.png",