浏览代码

Release v1.3.0

Danilo Bargen 8 年之前
父节点
当前提交
1b731eed3b
共有 3 个文件被更改,包括 32 次插入12 次删除
  1. 20 0
      CHANGELOG.md
  2. 11 11
      npm-shrinkwrap.json
  3. 1 1
      package.json

+ 20 - 0
CHANGELOG.md

@@ -3,6 +3,17 @@
 This changelog lists the most important changes for each released version. For
 the full log, please refer to the git commit history.
 
+### [v1.3.0][v1.3.0] (2017-06-22)
+
+Changes:
+
+* [feature] Upgrade to Emojione 3 ([#54][i54] / [#201][i201])
+* [feature] Support emoji in conversation and contact names ([#44][i44])
+* [feature] Fallback text in user profile if first/last name are not provided ([#238][i238])
+* [bug] Make it impossible to open own contact ([#231][i231] / [#235][i235])
+* [bug] When pasting text, only trim newline characters ([#237][i237])
+* [bug] Fix right-to-left support ([#239][i239])
+
 ### [v1.2.1][v1.2.1] (2017-05-17)
 
 Changes:
@@ -134,9 +145,11 @@ First public release.
 [i39]: https://github.com/threema-ch/threema-web/issues/39
 [i41]: https://github.com/threema-ch/threema-web/issues/41
 [i43]: https://github.com/threema-ch/threema-web/issues/43
+[i44]: https://github.com/threema-ch/threema-web/issues/44
 [i46]: https://github.com/threema-ch/threema-web/issues/46
 [i48]: https://github.com/threema-ch/threema-web/issues/48
 [i49]: https://github.com/threema-ch/threema-web/issues/49
+[i54]: https://github.com/threema-ch/threema-web/issues/54
 [i57]: https://github.com/threema-ch/threema-web/issues/57
 [i59]: https://github.com/threema-ch/threema-web/issues/59
 [i61]: https://github.com/threema-ch/threema-web/issues/61
@@ -177,12 +190,19 @@ First public release.
 [i189]: https://github.com/threema-ch/threema-web/issues/189
 [i190]: https://github.com/threema-ch/threema-web/issues/190
 [i193]: https://github.com/threema-ch/threema-web/issues/193
+[i201]: https://github.com/threema-ch/threema-web/issues/201
 [i202]: https://github.com/threema-ch/threema-web/issues/202
 [i204]: https://github.com/threema-ch/threema-web/issues/204
 [i205]: https://github.com/threema-ch/threema-web/issues/205
 [i211]: https://github.com/threema-ch/threema-web/issues/211
 [i215]: https://github.com/threema-ch/threema-web/issues/215
+[i231]: https://github.com/threema-ch/threema-web/issues/231
+[i235]: https://github.com/threema-ch/threema-web/issues/235
+[i237]: https://github.com/threema-ch/threema-web/issues/237
+[i238]: https://github.com/threema-ch/threema-web/issues/238
+[i239]: https://github.com/threema-ch/threema-web/issues/239
 
+[v1.3.0]: https://github.com/threema-ch/threema-web/compare/v1.2.1...v1.3.0
 [v1.2.1]: https://github.com/threema-ch/threema-web/compare/v1.2.0...v1.2.1
 [v1.2.0]: https://github.com/threema-ch/threema-web/compare/v1.1.0...v1.2.0
 [v1.1.0]: https://github.com/threema-ch/threema-web/compare/v1.0.5...v1.1.0

+ 11 - 11
npm-shrinkwrap.json

@@ -1,6 +1,6 @@
 {
   "name": "threema-web",
-  "version": "1.2.1",
+  "version": "1.3.0",
   "dependencies": {
     "@types/angular": {
       "version": "1.5.23",
@@ -52,11 +52,6 @@
       "from": "@types/webrtc@>=0.0.21 <0.1.0",
       "resolved": "https://registry.npmjs.org/@types/webrtc/-/webrtc-0.0.21.tgz"
     },
-    "JSONStream": {
-      "version": "1.3.0",
-      "from": "JSONStream@>=1.0.3 <2.0.0",
-      "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.0.tgz"
-    },
     "abbrev": {
       "version": "1.0.9",
       "from": "abbrev@>=1.0.0 <2.0.0",
@@ -2287,6 +2282,11 @@
       "from": "jsonparse@>=1.2.0 <2.0.0",
       "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.0.tgz"
     },
+    "JSONStream": {
+      "version": "1.3.0",
+      "from": "JSONStream@>=1.0.3 <2.0.0",
+      "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.0.tgz"
+    },
     "jsprim": {
       "version": "1.4.0",
       "from": "jsprim@>=1.2.2 <2.0.0",
@@ -3821,16 +3821,16 @@
         }
       }
     },
-    "string-width": {
-      "version": "1.0.2",
-      "from": "string-width@>=1.0.1 <2.0.0",
-      "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz"
-    },
     "string_decoder": {
       "version": "0.10.31",
       "from": "string_decoder@>=0.10.0 <0.11.0",
       "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
     },
+    "string-width": {
+      "version": "1.0.2",
+      "from": "string-width@>=1.0.1 <2.0.0",
+      "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz"
+    },
     "stringstream": {
       "version": "0.0.5",
       "from": "stringstream@>=0.0.4 <0.1.0",

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "threema-web",
-  "version": "1.2.1",
+  "version": "1.3.0",
   "description": "Threema Webclient",
   "scripts": {
     "build": "npm run build:js && npm run build:css",