Skip to content

Commit f6bcf58

Browse files
author
Aronne Brivio
committed
Bump to v1.6.2
1 parent 4761e4b commit f6bcf58

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ Fixed "Empty Database", now working
2929
Added UserAgent check
3030
Sending email from PC fixed
3131
Added license
32+
- **1.6.2**
33+
Fixed hidden buttons on hover (PC)
34+
Fixed import private key from file (PC)
35+
Centered title on Info sections
3236

3337
##License
3438
Copyright (C) 2015 Aronne Brivio

js/app.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
*/
2020

2121
/* Global vars */
22+
version = "1.6.2";
2223
ua = window.navigator.userAgent;
2324
ffos = false;
2425
wrap = "";
@@ -564,7 +565,7 @@ $(document).ready(function() {
564565
$(document).on("click", "#info", function() {
565566
wrap = "<div data-type='list'><p>OpenPGP let's you use PGP method to encrypt/decrypt messages.</p><br>" +
566567
"<p>You can find further informations by clicking on Info icons inside every option.</p>" +
567-
"<header>Version</header><p>1.6.1</p></div>";
568+
"<header>Version</header><p>" + version + "</p></div>";
568569
$("#wrapper_down").append(wrap);
569570
$("#head_down").append("Info");
570571
$("[data-position='down']").attr('class', 'current');

manifest.webapp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "http://aro94.altervista.org"
77
},
88
"default_locale": "it",
9-
"version": "1.6.1",
9+
"version": "1.6.2",
1010
"icons": {
1111
"16": "/icons/16x16.png",
1212
"32": "/icons/32x32.png",

0 commit comments

Comments
 (0)