Parcourir la source

Release v2.0.0-beta.5

Danilo Bargen il y a 7 ans
Parent
commit
15128269c9
3 fichiers modifiés avec 17 ajouts et 2 suppressions
  1. 15 0
      CHANGELOG.md
  2. 1 1
      package-lock.json
  3. 1 1
      package.json

+ 15 - 0
CHANGELOG.md

@@ -3,6 +3,19 @@
 This changelog lists the most important changes for each released version. For
 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.0.0-beta.5][v2.0.0-beta.5] (2018-06-12)
+
+Changes:
+
+* [feature] Implement "copy to clipboard" functionality
+* [bug] Fix closing of chat when deleting conversation
+* [bug] Fix bug when processing messages that were sent when not connected
+* [bug] Improve scrolling behavior
+
+Contributors:
+
+- [@heckenmann][@heckenmann]
+
 ### [v2.0.0-beta.4][v2.0.0-beta.4] (2018-06-11)
 ### [v2.0.0-beta.4][v2.0.0-beta.4] (2018-06-11)
 
 
 Changes:
 Changes:
@@ -486,6 +499,7 @@ First public release.
 [i472]: https://github.com/threema-ch/threema-web/issues/472
 [i472]: https://github.com/threema-ch/threema-web/issues/472
 [i503]: https://github.com/threema-ch/threema-web/issues/503
 [i503]: https://github.com/threema-ch/threema-web/issues/503
 
 
+[v2.0.0-beta.5]: https://github.com/threema-ch/threema-web/compare/v2.0.0-beta.4...v2.0.0-beta.5
 [v2.0.0-beta.4]: https://github.com/threema-ch/threema-web/compare/v2.0.0-beta.3...v2.0.0-beta.4
 [v2.0.0-beta.4]: https://github.com/threema-ch/threema-web/compare/v2.0.0-beta.3...v2.0.0-beta.4
 [v2.0.0-beta.3]: https://github.com/threema-ch/threema-web/compare/v2.0.0-beta.2...v2.0.0-beta.3
 [v2.0.0-beta.3]: https://github.com/threema-ch/threema-web/compare/v2.0.0-beta.2...v2.0.0-beta.3
 [v2.0.0-beta.2]: https://github.com/threema-ch/threema-web/compare/v2.0.0-beta.1...v2.0.0-beta.2
 [v2.0.0-beta.2]: https://github.com/threema-ch/threema-web/compare/v2.0.0-beta.1...v2.0.0-beta.2
@@ -526,3 +540,4 @@ First public release.
 [@Octoate]: https://github.com/Octoate/
 [@Octoate]: https://github.com/Octoate/
 [@joelfischerr]: https://github.com/joelfischerr/
 [@joelfischerr]: https://github.com/joelfischerr/
 [@JanRei]: https://github.com/JanRei/
 [@JanRei]: https://github.com/JanRei/
+[@heckenmann]: https://github.com/heckenmann

+ 1 - 1
package-lock.json

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