Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2018-01-09 17:22:23 +0300
committerGitHub <noreply@github.com>2018-01-09 17:22:23 +0300
commitb88e4403db1b5757f00c30fd6aa7136e1f637c1e (patch)
tree8f9ce2d3556799e236f81b84dcdb635c43e913fe
parentee927bd8d14b044cc2b2d08906aabff67681ffd1 (diff)
parent63e69895b549efcc5dff3ec5430071d76963a53f (diff)
Merge pull request #695 from nextcloud/release/0.7.7v0.7.7
Release 0.7.7
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d6f9537c7..c74e36fc5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.7.7 – 2018-01-09
+### Added
+- New and updated translations
+- Editable account settings
+
## 0.7.6 – 2017-12-12
### Added
- Opt-out for external avatars (Gravatar, favicon)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 19573439f..b4249bac1 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Mail</name>
<summary>IMAP web client</summary>
<description>Easy to use email client which connects to your mail server via IMAP and SMTP.</description>
- <version>0.7.6</version>
+ <version>0.7.7</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Jan-Christoph Borchardt</author>
diff --git a/package-lock.json b/package-lock.json
index a9263a70e..52b66792d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mail",
- "version": "0.7.6",
+ "version": "0.7.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -6292,7 +6292,7 @@
"integrity": "sha1-79ISpKOWbTZHaE6ouniFSb4q7+8=",
"dev": true,
"requires": {
- "es6-promise": "4.1.1",
+ "es6-promise": "4.2.2",
"extract-zip": "1.6.6",
"fs-extra": "1.0.0",
"hasha": "2.2.0",
diff --git a/package.json b/package.json
index 7b50b4a80..d3e2093fd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mail",
- "version": "0.7.6",
+ "version": "0.7.7",
"description": "Mail app",
"main": "index.js",
"directories": {