Danilo Bargen 9 лет назад
Родитель
Сommit
82623a22ed
3 измененных файлов с 14 добавлено и 2 удалено
  1. 12 0
      CHANGELOG.md
  2. 1 1
      npm-shrinkwrap.json
  3. 1 1
      package.json

+ 12 - 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.
 
 
+### [v1.4.0][v1.4.0] (2017-07-20)
+
+Changes:
+
+* [feature] Show battery status indicator ([#265][i265])
+* [change] Reduce browser CPU usage in conversation ([#264][i264])
+* [bug] Add high DPI versions of emoji spritemaps ([#261][i261])
+
 ### [v1.3.1][v1.3.1] (2017-06-22)
 ### [v1.3.1][v1.3.1] (2017-06-22)
 
 
 Changes:
 Changes:
@@ -208,7 +216,11 @@ First public release.
 [i238]: https://github.com/threema-ch/threema-web/issues/238
 [i238]: https://github.com/threema-ch/threema-web/issues/238
 [i239]: https://github.com/threema-ch/threema-web/issues/239
 [i239]: https://github.com/threema-ch/threema-web/issues/239
 [i256]: https://github.com/threema-ch/threema-web/issues/256
 [i256]: https://github.com/threema-ch/threema-web/issues/256
+[i261]: https://github.com/threema-ch/threema-web/issues/261
+[i264]: https://github.com/threema-ch/threema-web/issues/264
+[i265]: https://github.com/threema-ch/threema-web/issues/265
 
 
+[v1.4.0]: https://github.com/threema-ch/threema-web/compare/v1.3.1...v1.4.0
 [v1.3.1]: https://github.com/threema-ch/threema-web/compare/v1.3.0...v1.3.1
 [v1.3.1]: https://github.com/threema-ch/threema-web/compare/v1.3.0...v1.3.1
 [v1.3.0]: https://github.com/threema-ch/threema-web/compare/v1.2.1...v1.3.0
 [v1.3.0]: https://github.com/threema-ch/threema-web/compare/v1.2.1...v1.3.0
 [v1.2.1]: https://github.com/threema-ch/threema-web/compare/v1.2.0...v1.2.1
 [v1.2.1]: https://github.com/threema-ch/threema-web/compare/v1.2.0...v1.2.1

+ 1 - 1
npm-shrinkwrap.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "threema-web",
   "name": "threema-web",
-  "version": "1.3.1",
+  "version": "1.4.0",
   "dependencies": {
   "dependencies": {
     "@types/angular": {
     "@types/angular": {
       "version": "1.5.23",
       "version": "1.5.23",

+ 1 - 1
package.json

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