Explorar o código

Release v2.0.3

Danilo Bargen %!s(int64=7) %!d(string=hai) anos
pai
achega
a8b70174b9
Modificáronse 3 ficheiros con 31 adicións e 6 borrados
  1. 19 0
      CHANGELOG.md
  2. 11 5
      package-lock.json
  3. 1 1
      package.json

+ 19 - 0
CHANGELOG.md

@@ -4,6 +4,20 @@ This changelog lists the most important changes for each released version. For
 the full log, please refer to the git commit history.
 
 
+### [v2.0.3][v2.0.3] (2018-08-23)
+
+Changes:
+
+* [feature] Add reload button to connect error page ([#545][i545])
+* [change] Refactor browser detection ([#569][i569])
+* [change] UI performance improvements ([#567][i567])
+* [bug] Compose area: Add newline workaround for Safari ([#572][i572])
+
+Contributors:
+
+- [@SirTyson][@SirTyson]
+
+
 ### [v2.0.2][v2.0.2] (2018-08-14)
 
 Changes:
@@ -515,11 +529,16 @@ First public release.
 [i519]: https://github.com/threema-ch/threema-web/issues/519
 [i522]: https://github.com/threema-ch/threema-web/issues/522
 [i528]: https://github.com/threema-ch/threema-web/issues/528
+[i545]: https://github.com/threema-ch/threema-web/issues/545
 [i547]: https://github.com/threema-ch/threema-web/issues/547
 [i550]: https://github.com/threema-ch/threema-web/issues/550
 [i558]: https://github.com/threema-ch/threema-web/issues/558
 [i563]: https://github.com/threema-ch/threema-web/issues/563
+[i567]: https://github.com/threema-ch/threema-web/issues/567
+[i569]: https://github.com/threema-ch/threema-web/issues/569
+[i572]: https://github.com/threema-ch/threema-web/issues/572
 
+[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.1]: https://github.com/threema-ch/threema-web/compare/v2.0.0...v2.0.1
 [v2.0.0]: https://github.com/threema-ch/threema-web/compare/v1.8.2...v2.0.0

+ 11 - 5
package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "threema-web",
-  "version": "2.0.2",
+  "version": "2.0.3",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
@@ -3577,7 +3577,8 @@
         "ansi-regex": {
           "version": "2.1.1",
           "bundled": true,
-          "dev": true
+          "dev": true,
+          "optional": true
         },
         "aproba": {
           "version": "1.1.1",
@@ -3644,6 +3645,7 @@
           "version": "0.0.9",
           "bundled": true,
           "dev": true,
+          "optional": true,
           "requires": {
             "inherits": "~2.0.0"
           }
@@ -3721,6 +3723,7 @@
           "version": "2.0.5",
           "bundled": true,
           "dev": true,
+          "optional": true,
           "requires": {
             "boom": "2.x.x"
           }
@@ -3917,6 +3920,7 @@
           "version": "3.1.3",
           "bundled": true,
           "dev": true,
+          "optional": true,
           "requires": {
             "boom": "2.x.x",
             "cryptiles": "2.x.x",
@@ -4286,7 +4290,8 @@
         "safe-buffer": {
           "version": "5.0.1",
           "bundled": true,
-          "dev": true
+          "dev": true,
+          "optional": true
         },
         "semver": {
           "version": "5.3.0",
@@ -4310,6 +4315,7 @@
           "version": "1.0.9",
           "bundled": true,
           "dev": true,
+          "optional": true,
           "requires": {
             "hoek": "2.x.x"
           }
@@ -4369,6 +4375,7 @@
           "version": "3.0.1",
           "bundled": true,
           "dev": true,
+          "optional": true,
           "requires": {
             "ansi-regex": "^2.0.0"
           }
@@ -4383,6 +4390,7 @@
           "version": "2.2.1",
           "bundled": true,
           "dev": true,
+          "optional": true,
           "requires": {
             "block-stream": "*",
             "fstream": "^1.0.2",
@@ -5888,7 +5896,6 @@
               "version": "1.1.11",
               "bundled": true,
               "dev": true,
-              "optional": true,
               "requires": {
                 "balanced-match": "^1.0.0",
                 "concat-map": "0.0.1"
@@ -6057,7 +6064,6 @@
               "version": "3.0.4",
               "bundled": true,
               "dev": true,
-              "optional": true,
               "requires": {
                 "brace-expansion": "^1.1.7"
               }

+ 1 - 1
package.json

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