Danilo Bargen 7 лет назад
Родитель
Сommit
71097ed689
3 измененных файлов с 247 добавлено и 236 удалено
  1. 11 0
      CHANGELOG.md
  2. 235 235
      package-lock.json
  3. 1 1
      package.json

+ 11 - 0
CHANGELOG.md

@@ -3,6 +3,14 @@
 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.1][v2.0.1] (2018-08-07)
+
+Changes:
+
+* [feature] Cancel battery alert when phone is plugged in ([#547][i547])
+* [bug] Fix group / distribution list contact selector ([#550][i550])
+* [bug] Fix troubleshooting background image and favicon
+
 ### [v2.0.0][v2.0.0] (2018-08-02)
 ### [v2.0.0][v2.0.0] (2018-08-02)
 
 
 This release changes the protocol version from 1 to 2. It provides preliminary
 This release changes the protocol version from 1 to 2. It provides preliminary
@@ -475,7 +483,10 @@ First public release.
 [i519]: https://github.com/threema-ch/threema-web/issues/519
 [i519]: https://github.com/threema-ch/threema-web/issues/519
 [i522]: https://github.com/threema-ch/threema-web/issues/522
 [i522]: https://github.com/threema-ch/threema-web/issues/522
 [i528]: https://github.com/threema-ch/threema-web/issues/528
 [i528]: https://github.com/threema-ch/threema-web/issues/528
+[i547]: https://github.com/threema-ch/threema-web/issues/547
+[i550]: https://github.com/threema-ch/threema-web/issues/550
 
 
+[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
 [v2.0.0]: https://github.com/threema-ch/threema-web/compare/v1.8.2...v2.0.0
 [v1.8.2]: https://github.com/threema-ch/threema-web/compare/v1.8.1...v1.8.2
 [v1.8.2]: https://github.com/threema-ch/threema-web/compare/v1.8.1...v1.8.2
 [v1.8.1]: https://github.com/threema-ch/threema-web/compare/v1.8.0...v1.8.1
 [v1.8.1]: https://github.com/threema-ch/threema-web/compare/v1.8.0...v1.8.1

Разница между файлами не показана из-за своего большого размера
+ 235 - 235
package-lock.json


+ 1 - 1
package.json

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

Некоторые файлы не были показаны из-за большого количества измененных файлов