Ver código fonte

Release v1.5.0

Danilo Bargen 8 anos atrás
pai
commit
5c519993fd
4 arquivos alterados com 23 adições e 2 exclusões
  1. 20 0
      CHANGELOG.md
  2. 1 0
      RELEASING.md
  3. 1 1
      package-lock.json
  4. 1 1
      package.json

+ 20 - 0
CHANGELOG.md

@@ -3,6 +3,19 @@
 This changelog lists the most important changes for each released version. For
 the full log, please refer to the git commit history.
 
+### [v1.5.0][v1.5.0] (2017-08-29)
+
+* [feature] Mark Threema Work users with a suitcase icon ([#310][i310])
+* [feature] Show nickname for verified contacts and in contact details ([#296][i296])
+* [bug] Fix quote preview not updating when changing quote ([#281][i281])
+* [bug] Auto focus input field on creating a new receiver ([#289][i289])
+* [bug] Show voip status messages in the navigation view ([#291][i291])
+* [change] Put unread count in window title as first element ([#285][i285])
+
+Contributors:
+
+- [@IndianaDschones][@IndianaDschones]
+
 ### [v1.4.1][v1.4.1] (2017-08-07)
 
 Changes:
@@ -235,8 +248,15 @@ First public release.
 [i265]: https://github.com/threema-ch/threema-web/issues/265
 [i271]: https://github.com/threema-ch/threema-web/issues/271
 [i275]: https://github.com/threema-ch/threema-web/issues/275
+[i281]: https://github.com/threema-ch/threema-web/issues/281
 [i282]: https://github.com/threema-ch/threema-web/issues/282
+[i285]: https://github.com/threema-ch/threema-web/issues/285
+[i289]: https://github.com/threema-ch/threema-web/issues/289
+[i291]: https://github.com/threema-ch/threema-web/issues/291
+[i296]: https://github.com/threema-ch/threema-web/issues/296
+[i310]: https://github.com/threema-ch/threema-web/issues/310
 
+[v1.5.0]: https://github.com/threema-ch/threema-web/compare/v1.4.1...v1.5.0
 [v1.4.1]: https://github.com/threema-ch/threema-web/compare/v1.4.0...v1.4.1
 [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

+ 1 - 0
RELEASING.md

@@ -8,6 +8,7 @@ Set variables:
 Update version numbers:
 
     $ vim -p package.json
+    $ npm install
 
 Update changelog:
 

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "threema-web",
-  "version": "1.4.1",
+  "version": "1.5.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

+ 1 - 1
package.json

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