Danilo Bargen 6 жил өмнө
parent
commit
e6920f0e61
3 өөрчлөгдсөн 17 нэмэгдсэн , 2 устгасан
  1. 15 0
      CHANGELOG.md
  2. 1 1
      package-lock.json
  3. 1 1
      package.json

+ 15 - 0
CHANGELOG.md

@@ -4,6 +4,16 @@ 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.2.0-beta.5][v2.2.0-beta.5] (2019-08-07)
+
+Changes:
+
+* [change] Add troubleshooting dialog to options menu ([#869][i869])
+* [bug] Fix send button when sending only emoji ([#822][i822])
+* [bug] Fix laggy loading of conversations ([#870][i870])
+* [bug] Fix conversations not being properly marked as read ([#871][i871])
+
+
 ### [v2.2.0-beta.4][v2.2.0-beta.4] (2019-07-31)
 ### [v2.2.0-beta.4][v2.2.0-beta.4] (2019-07-31)
 
 
 Changes:
 Changes:
@@ -803,6 +813,7 @@ First public release.
 [i817]: https://github.com/threema-ch/threema-web/issues/817
 [i817]: https://github.com/threema-ch/threema-web/issues/817
 [i818]: https://github.com/threema-ch/threema-web/issues/818
 [i818]: https://github.com/threema-ch/threema-web/issues/818
 [i821]: https://github.com/threema-ch/threema-web/issues/821
 [i821]: https://github.com/threema-ch/threema-web/issues/821
+[i822]: https://github.com/threema-ch/threema-web/issues/822
 [i824]: https://github.com/threema-ch/threema-web/issues/824
 [i824]: https://github.com/threema-ch/threema-web/issues/824
 [i826]: https://github.com/threema-ch/threema-web/issues/826
 [i826]: https://github.com/threema-ch/threema-web/issues/826
 [i827]: https://github.com/threema-ch/threema-web/issues/827
 [i827]: https://github.com/threema-ch/threema-web/issues/827
@@ -814,7 +825,11 @@ First public release.
 [i851]: https://github.com/threema-ch/threema-web/issues/851
 [i851]: https://github.com/threema-ch/threema-web/issues/851
 [i856]: https://github.com/threema-ch/threema-web/issues/856
 [i856]: https://github.com/threema-ch/threema-web/issues/856
 [i858]: https://github.com/threema-ch/threema-web/issues/858
 [i858]: https://github.com/threema-ch/threema-web/issues/858
+[i869]: https://github.com/threema-ch/threema-web/issues/869
+[i870]: https://github.com/threema-ch/threema-web/issues/870
+[i871]: https://github.com/threema-ch/threema-web/issues/871
 
 
+[v2.2.0-beta.5]: https://github.com/threema-ch/threema-web/compare/v2.2.0-beta.4...v2.2.0-beta.5
 [v2.2.0-beta.4]: https://github.com/threema-ch/threema-web/compare/v2.2.0-beta.3...v2.2.0-beta.4
 [v2.2.0-beta.4]: https://github.com/threema-ch/threema-web/compare/v2.2.0-beta.3...v2.2.0-beta.4
 [v2.2.0-beta.3]: https://github.com/threema-ch/threema-web/compare/v2.2.0-beta.2...v2.2.0-beta.3
 [v2.2.0-beta.3]: https://github.com/threema-ch/threema-web/compare/v2.2.0-beta.2...v2.2.0-beta.3
 [v2.2.0-beta.2]: https://github.com/threema-ch/threema-web/compare/v2.2.0-beta.1...v2.2.0-beta.2
 [v2.2.0-beta.2]: https://github.com/threema-ch/threema-web/compare/v2.2.0-beta.1...v2.2.0-beta.2

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "threema-web",
   "name": "threema-web",
-  "version": "2.2.0-beta.4",
+  "version": "2.2.0-beta.5",
   "lockfileVersion": 1,
   "lockfileVersion": 1,
   "requires": true,
   "requires": true,
   "dependencies": {
   "dependencies": {

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "threema-web",
   "name": "threema-web",
-  "version": "2.2.0-beta.4",
+  "version": "2.2.0-beta.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",