Selaa lähdekoodia

Release v1.0.5

Danilo Bargen 8 vuotta sitten
vanhempi
commit
d158519fa4
3 muutettua tiedostoa jossa 21 lisäystä ja 12 poistoa
  1. 9 0
      CHANGELOG.md
  2. 11 11
      npm-shrinkwrap.json
  3. 1 1
      package.json

+ 9 - 0
CHANGELOG.md

@@ -3,6 +3,12 @@
 This changelog lists the most important changes for each released version. For
 the full log, please refer to the git commit history.
 
+### [v1.0.5][v1.0.5] (2017-03-03)
+
+* [feature] Add diagnostics/troubleshooting page ([#126][i126] / [#127][i127])
+* [bug] Fix bug resulting in slow initial load ([#120][i120])
+* [bug] Add meta description to index.html ([#124][i124])
+
 ### [v1.0.4][v1.0.4] (2017-03-01)
 
 * [feature] Enable support for TURN via TLS (except for FF <53) ([#43][i43] / [#109][i109])
@@ -63,6 +69,9 @@ First public release.
 [i109]: https://github.com/threema-ch/threema-web/issues/109
 [i117]: https://github.com/threema-ch/threema-web/issues/117
 [i119]: https://github.com/threema-ch/threema-web/issues/119
+[i124]: https://github.com/threema-ch/threema-web/issues/124
+[i126]: https://github.com/threema-ch/threema-web/issues/126
+[i127]: https://github.com/threema-ch/threema-web/issues/127
 
 [v1.0.4]: https://github.com/threema-ch/threema-web/compare/v1.0.3...v1.0.4
 [v1.0.3]: https://github.com/threema-ch/threema-web/compare/v1.0.2...v1.0.3

+ 11 - 11
npm-shrinkwrap.json

@@ -1,6 +1,6 @@
 {
   "name": "threema-web",
-  "version": "1.0.4",
+  "version": "1.0.5",
   "dependencies": {
     "@types/angular": {
       "version": "1.5.23",
@@ -52,6 +52,11 @@
       "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",
@@ -2269,11 +2274,6 @@
       "from": "jsonpointer@>=4.0.0 <5.0.0",
       "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.1.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.3.1",
       "from": "jsprim@>=1.2.2 <2.0.0",
@@ -3741,16 +3741,16 @@
         }
       }
     },
-    "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"
     },
+    "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"
+    },
     "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.0.4",
+  "version": "1.0.5",
   "description": "Threema Webclient",
   "scripts": {
     "build": "npm run build:js && npm run build:css",