Skip to content

Commit

Permalink
Bump to v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aronne Brivio committed May 20, 2015
1 parent 4761e4b commit f6bcf58
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
*/

/* Global vars */
version = "1.6.2";
ua = window.navigator.userAgent;
ffos = false;
wrap = "";
Expand Down Expand Up @@ -564,7 +565,7 @@ $(document).ready(function() {
$(document).on("click", "#info", function() {
wrap = "<div data-type='list'><p>OpenPGP let's you use PGP method to encrypt/decrypt messages.</p><br>" +
"<p>You can find further informations by clicking on Info icons inside every option.</p>" +
"<header>Version</header><p>1.6.1</p></div>";
"<header>Version</header><p>" + version + "</p></div>";
$("#wrapper_down").append(wrap);
$("#head_down").append("Info");
$("[data-position='down']").attr('class', 'current');
Expand Down
2 changes: 1 addition & 1 deletion manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f6bcf58

Please sign in to comment.