Parcourir la source

Release v1.6.2

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

+ 17 - 0
CHANGELOG.md

@@ -3,6 +3,17 @@
 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.
 
 
+### [v1.6.2][v1.6.2] (2017-10-25)
+
+Changes:
+
+* [feature] Do not trigger notifications for muted conversations ([#357][i357])
+* [feature] Show indicator for muted conversations ([#357][i357])
+* [feature] Implement display of starred conversations ([#362][i362])
+* [bug] Fix centering of caption text ([#352][i352])
+* [bug] Don't display low battery notification when charging ([#359][i359])
+* [bug] Fix image upload for avatar editor ([#358][i358])
+
 ### [v1.6.1][v1.6.1] (2017-10-02)
 ### [v1.6.1][v1.6.1] (2017-10-02)
 
 
 Changes:
 Changes:
@@ -309,7 +320,13 @@ First public release.
 [i343]: https://github.com/threema-ch/threema-web/issues/343
 [i343]: https://github.com/threema-ch/threema-web/issues/343
 [i349]: https://github.com/threema-ch/threema-web/issues/349
 [i349]: https://github.com/threema-ch/threema-web/issues/349
 [i351]: https://github.com/threema-ch/threema-web/issues/351
 [i351]: https://github.com/threema-ch/threema-web/issues/351
+[i352]: https://github.com/threema-ch/threema-web/issues/352
+[i357]: https://github.com/threema-ch/threema-web/issues/357
+[i358]: https://github.com/threema-ch/threema-web/issues/358
+[i359]: https://github.com/threema-ch/threema-web/issues/359
+[i362]: https://github.com/threema-ch/threema-web/issues/362
 
 
+[v1.6.2]: https://github.com/threema-ch/threema-web/compare/v1.6.1...v1.6.2
 [v1.6.1]: https://github.com/threema-ch/threema-web/compare/v1.6.0...v1.6.1
 [v1.6.1]: https://github.com/threema-ch/threema-web/compare/v1.6.0...v1.6.1
 [v1.6.0]: https://github.com/threema-ch/threema-web/compare/v1.5.0...v1.6.0
 [v1.6.0]: https://github.com/threema-ch/threema-web/compare/v1.5.0...v1.6.0
 [v1.5.0]: https://github.com/threema-ch/threema-web/compare/v1.4.1...v1.5.0
 [v1.5.0]: https://github.com/threema-ch/threema-web/compare/v1.4.1...v1.5.0

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "threema-web",
   "name": "threema-web",
-  "version": "1.6.1",
+  "version": "1.6.2",
   "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": "1.6.1",
+  "version": "1.6.2",
   "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",