Jelajahi Sumber

Release v2.1.0-beta.7

Danilo Bargen 6 tahun lalu
induk
melakukan
11b6fc0c89
3 mengubah file dengan 30 tambahan dan 2 penghapusan
  1. 28 0
      CHANGELOG.md
  2. 1 1
      package-lock.json
  3. 1 1
      package.json

+ 28 - 0
CHANGELOG.md

@@ -4,6 +4,23 @@ 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.1.0-beta.7][v2.1.0-beta.7] (2018-10-18)
+
+Changes:
+
+* [change] Accessibility improvements ([#618][i618] / [#622][i622] / [#636][i636])
+* [change] Allow more time for loading initial data ([#624][i624])
+* [change] Hide WebRTC troubleshooting when using iOS ([#625][i625])
+* [bug] Copy to clipboard: Workaround for Safari on iOS ([#626][i626])
+* [bug] Fix bug with in markup parser ([#630][i630])
+* [bug] Clear isTyping flag when receiving message ([#637][i637])
+* [bug] Fix updating of message caption ([#638][i638])
+
+Contributors:
+
+- [@MarcoZehe][@MarcoZehe]
+
+
 ### [v2.1.0-beta.6][v2.1.0-beta.6] (2018-10-11)
 ### [v2.1.0-beta.6][v2.1.0-beta.6] (2018-10-11)
 
 
 Changes:
 Changes:
@@ -599,6 +616,15 @@ First public release.
 [i606]: https://github.com/threema-ch/threema-web/pull/606
 [i606]: https://github.com/threema-ch/threema-web/pull/606
 [i610]: https://github.com/threema-ch/threema-web/pull/610
 [i610]: https://github.com/threema-ch/threema-web/pull/610
 [i613]: https://github.com/threema-ch/threema-web/pull/613
 [i613]: https://github.com/threema-ch/threema-web/pull/613
+[i618]: https://github.com/threema-ch/threema-web/pull/618
+[i622]: https://github.com/threema-ch/threema-web/pull/622
+[i624]: https://github.com/threema-ch/threema-web/pull/624
+[i625]: https://github.com/threema-ch/threema-web/pull/625
+[i626]: https://github.com/threema-ch/threema-web/pull/626
+[i630]: https://github.com/threema-ch/threema-web/pull/630
+[i636]: https://github.com/threema-ch/threema-web/pull/636
+[i637]: https://github.com/threema-ch/threema-web/pull/637
+[i638]: https://github.com/threema-ch/threema-web/pull/638
 
 
 [v2.1.0-beta.1]: https://github.com/threema-ch/threema-web/compare/v2.0.3...v2.1.0-beta.1
 [v2.1.0-beta.1]: https://github.com/threema-ch/threema-web/compare/v2.0.3...v2.1.0-beta.1
 [v2.1.0-beta.2]: https://github.com/threema-ch/threema-web/compare/v2.1.0-beta.1...v2.1.0-beta.2
 [v2.1.0-beta.2]: https://github.com/threema-ch/threema-web/compare/v2.1.0-beta.1...v2.1.0-beta.2
@@ -606,6 +632,7 @@ First public release.
 [v2.1.0-beta.4]: https://github.com/threema-ch/threema-web/compare/v2.1.0-beta.3...v2.1.0-beta.4
 [v2.1.0-beta.4]: https://github.com/threema-ch/threema-web/compare/v2.1.0-beta.3...v2.1.0-beta.4
 [v2.1.0-beta.5]: https://github.com/threema-ch/threema-web/compare/v2.1.0-beta.4...v2.1.0-beta.5
 [v2.1.0-beta.5]: https://github.com/threema-ch/threema-web/compare/v2.1.0-beta.4...v2.1.0-beta.5
 [v2.1.0-beta.6]: https://github.com/threema-ch/threema-web/compare/v2.1.0-beta.5...v2.1.0-beta.6
 [v2.1.0-beta.6]: https://github.com/threema-ch/threema-web/compare/v2.1.0-beta.5...v2.1.0-beta.6
+[v2.1.0-beta.7]: https://github.com/threema-ch/threema-web/compare/v2.1.0-beta.6...v2.1.0-beta.7
 [v2.0.3]: https://github.com/threema-ch/threema-web/compare/v2.0.2...v2.0.3
 [v2.0.3]: https://github.com/threema-ch/threema-web/compare/v2.0.2...v2.0.3
 [v2.0.2]: https://github.com/threema-ch/threema-web/compare/v2.0.1...v2.0.2
 [v2.0.2]: https://github.com/threema-ch/threema-web/compare/v2.0.1...v2.0.2
 [v2.0.1]: https://github.com/threema-ch/threema-web/compare/v2.0.0...v2.0.1
 [v2.0.1]: https://github.com/threema-ch/threema-web/compare/v2.0.0...v2.0.1
@@ -649,3 +676,4 @@ First public release.
 [@heckenmann]: https://github.com/heckenmann
 [@heckenmann]: https://github.com/heckenmann
 [@iasdeoupxe]: https://github.com/iasdeoupxe
 [@iasdeoupxe]: https://github.com/iasdeoupxe
 [@SirTyson]: https://github.com/SirTyson
 [@SirTyson]: https://github.com/SirTyson
+[@MarcoZehe]: https://github.com/MarcoZehe

+ 1 - 1
package-lock.json

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