Explorar el Código

Release v1.0.3

Danilo Bargen hace 8 años
padre
commit
6a6a056575
Se han modificado 3 ficheros con 42 adiciones y 19 borrados
  1. 30 7
      CHANGELOG.md
  2. 11 11
      npm-shrinkwrap.json
  3. 1 1
      package.json

+ 30 - 7
CHANGELOG.md

@@ -1,19 +1,42 @@
 # Threema Web Changelog
 
+### [v1.0.3][v1.0.3] (2017-02-23)
+
+* [feature] Autofocus on compose area when opening a conversation ([#41][i41])
+* [feature] Create unique file names for downloaded files / images ([#61][i61])
+* [feature] Add support for pasting data into compose area ([#82][i82])
+* [feature] Split up messages that are too long into multiple messages ([#48][i48] / [#79][i79])
+* [bug] Fix for some "stuck at 60%" problems (add support for TURN via TCP) ([#43][i43] / [#83][i83])
+* [bug] Fix for some "stuck at 99%" problems ([#38][i38])
+* [bug] Fix display of untranslated strings in dialogs ([#57][i57])
+* [bug] Fix display of very long file names ([#69][i69])
+
 ### [v1.0.2][v1.0.2] (2017-02-21)
 
-* Add loading indicator when sending files (#29)
-* Add warning about browser plugins if PeerConnection setup fails (#46)
-* Add referrer policy tag to HTML (#49)
-* Add reload button to error page (#66)
-* Add warning message if browser blocks local storage (#67)
-* Fix pasting of HTML code that could lead to a potential XSS
+* [feature] Add loading indicator when sending files (#29)
+* [feature] Add warning about browser plugins if PeerConnection setup fails (#46)
+* [feature] Add referrer policy tag to HTML (#49)
+* [feature] Add reload button to error page (#66)
+* [feature] Add warning message if browser blocks local storage (#67)
+* [bug] Fix pasting of HTML code that could lead to a potential XSS
   vulnerability (thanks [Frederik Braun](https://github.com/freddyb) for reporting)
-* Fix some translations
+* [bug] Fix some translations
 
 ### v1.0.1 (2017-02-15)
 
 First public release.
 
 
+[i38]: https://github.com/threema-ch/threema-web/issues/38
+[i41]: https://github.com/threema-ch/threema-web/issues/41
+[i43]: https://github.com/threema-ch/threema-web/issues/43
+[i48]: https://github.com/threema-ch/threema-web/issues/48
+[i57]: https://github.com/threema-ch/threema-web/issues/57
+[i61]: https://github.com/threema-ch/threema-web/issues/61
+[i69]: https://github.com/threema-ch/threema-web/issues/69
+[i79]: https://github.com/threema-ch/threema-web/issues/79
+[i82]: https://github.com/threema-ch/threema-web/issues/82
+[i83]: https://github.com/threema-ch/threema-web/issues/83
+
+[v1.0.3]: https://github.com/threema-ch/threema-web/compare/v1.0.2...v1.0.3
 [v1.0.2]: https://github.com/threema-ch/threema-web/compare/v1.0.1...v1.0.2

+ 11 - 11
npm-shrinkwrap.json

@@ -1,6 +1,6 @@
 {
   "name": "threema-web",
-  "version": "1.0.2",
+  "version": "1.0.3",
   "dependencies": {
     "@types/angular": {
       "version": "1.5.23",
@@ -52,6 +52,11 @@
       "from": "@types/webrtc@>=0.0.21 <0.1.0",
       "resolved": "https://registry.npmjs.org/@types/webrtc/-/webrtc-0.0.21.tgz"
     },
+    "JSONStream": {
+      "version": "1.3.0",
+      "from": "JSONStream@>=1.0.3 <2.0.0",
+      "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.0.tgz"
+    },
     "abbrev": {
       "version": "1.0.9",
       "from": "abbrev@>=1.0.0 <2.0.0",
@@ -2273,11 +2278,6 @@
       "from": "jsonpointer@>=4.0.0 <5.0.0",
       "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.1.tgz"
     },
-    "JSONStream": {
-      "version": "1.3.0",
-      "from": "JSONStream@>=1.0.3 <2.0.0",
-      "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.0.tgz"
-    },
     "jsprim": {
       "version": "1.3.1",
       "from": "jsprim@>=1.2.2 <2.0.0",
@@ -3711,16 +3711,16 @@
         }
       }
     },
-    "string_decoder": {
-      "version": "0.10.31",
-      "from": "string_decoder@>=0.10.0 <0.11.0",
-      "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
-    },
     "string-width": {
       "version": "1.0.2",
       "from": "string-width@>=1.0.1 <2.0.0",
       "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz"
     },
+    "string_decoder": {
+      "version": "0.10.31",
+      "from": "string_decoder@>=0.10.0 <0.11.0",
+      "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
+    },
     "stringstream": {
       "version": "0.0.5",
       "from": "stringstream@>=0.0.4 <0.1.0",

+ 1 - 1
package.json

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