Skip to content

Commit

Permalink
Release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Oberndörfer committed Oct 1, 2014
1 parent 20849a1 commit 6419006
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Mailvelope Changelog
====================

v0.10.0
------
__Oct. 1, 2014__

* Add support for localization
* Translations for: Chinese (China), French, German, Norwegian, Polish, Russian, Spanish
* Fix support for HTML in PGP messages (v0.9.0 regression)
* Update OpenPGP.js to v0.7.2
* Use stable worker object in Firefox
* Update Require.js to 2.1.14
* Add posteo.de and web.de to default list of mail providers

v0.9.0
------
__June 16, 2014__
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mailvelope",
"version": "0.10.0b1",
"version": "0.10.0",
"homepage": "https://github.com/toberndo/mailvelope",
"authors": [
"Thomas Oberndörfer <toberndo@yarkon.de>"
Expand Down
2 changes: 1 addition & 1 deletion common/res/defaults.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version" : "v0.10.0b1",
"version" : "v0.10.0",
"watch_list": [
{
"active": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mailvelope",
"version": "0.10.0b1",
"version": "0.10.0",
"description": "Mailvelope is a browser extension for Google Chrome and Firefox that allows secure email communication based on the OpenPGP standard. It can be configured to work with arbitrary Webmail provider.",
"scripts": {
"test": "grunt test"
Expand Down

0 comments on commit 6419006

Please sign in to comment.