Danilo Bargen 6 лет назад
Родитель
Сommit
4e7f39cc61
3 измененных файлов с 18 добавлено и 5 удалено
  1. 13 0
      CHANGELOG.md
  2. 4 4
      package-lock.json
  3. 1 1
      package.json

+ 13 - 0
CHANGELOG.md

@@ -4,6 +4,15 @@ This changelog lists the most important changes for each released version. For
 the full log, please refer to the git commit history.
 the full log, please refer to the git commit history.
 
 
 
 
+### [v2.3.5][v2.3.5] (2020-02-24)
+
+Changes:
+
+* [bug] Fix auto-reconnecting in Chrome 80+ ([#969][i969])
+* [bug] Don't add null quote objects to outgoing messages ([#966][i966])
+* [feature] Show message ID in history dialog ([#965][i965])
+
+
 ### [v2.3.4][v2.3.4] (2020-01-22)
 ### [v2.3.4][v2.3.4] (2020-01-22)
 
 
 Changes:
 Changes:
@@ -903,7 +912,11 @@ First public release.
 [i957]: https://github.com/threema-ch/threema-web/issues/957
 [i957]: https://github.com/threema-ch/threema-web/issues/957
 [i958]: https://github.com/threema-ch/threema-web/issues/958
 [i958]: https://github.com/threema-ch/threema-web/issues/958
 [i961]: https://github.com/threema-ch/threema-web/issues/961
 [i961]: https://github.com/threema-ch/threema-web/issues/961
+[i965]: https://github.com/threema-ch/threema-web/issues/965
+[i966]: https://github.com/threema-ch/threema-web/issues/966
+[i969]: https://github.com/threema-ch/threema-web/issues/969
 
 
+[v2.3.5]: https://github.com/threema-ch/threema-web/compare/v2.3.4...v2.3.5
 [v2.3.4]: https://github.com/threema-ch/threema-web/compare/v2.3.3...v2.3.4
 [v2.3.4]: https://github.com/threema-ch/threema-web/compare/v2.3.3...v2.3.4
 [v2.3.3]: https://github.com/threema-ch/threema-web/compare/v2.3.2...v2.3.3
 [v2.3.3]: https://github.com/threema-ch/threema-web/compare/v2.3.2...v2.3.3
 [v2.3.2]: https://github.com/threema-ch/threema-web/compare/v2.3.1...v2.3.2
 [v2.3.2]: https://github.com/threema-ch/threema-web/compare/v2.3.1...v2.3.2

+ 4 - 4
package-lock.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "threema-web",
   "name": "threema-web",
-  "version": "2.3.4",
+  "version": "2.3.5",
   "lockfileVersion": 1,
   "lockfileVersion": 1,
   "requires": true,
   "requires": true,
   "dependencies": {
   "dependencies": {
@@ -1823,7 +1823,7 @@
         },
         },
         "util": {
         "util": {
           "version": "0.10.3",
           "version": "0.10.3",
-          "resolved": "http://registry.npmjs.org/util/-/util-0.10.3.tgz",
+          "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz",
           "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=",
           "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=",
           "requires": {
           "requires": {
             "inherits": "2.0.1"
             "inherits": "2.0.1"
@@ -7806,7 +7806,7 @@
     },
     },
     "readable-stream": {
     "readable-stream": {
       "version": "2.3.6",
       "version": "2.3.6",
-      "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
+      "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
       "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
       "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
       "requires": {
       "requires": {
         "core-util-is": "~1.0.0",
         "core-util-is": "~1.0.0",
@@ -7830,7 +7830,7 @@
         },
         },
         "string_decoder": {
         "string_decoder": {
           "version": "1.1.1",
           "version": "1.1.1",
-          "resolved": "http://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
+          "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
           "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
           "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
           "requires": {
           "requires": {
             "safe-buffer": "~5.1.0"
             "safe-buffer": "~5.1.0"

+ 1 - 1
package.json

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