Explorar o código

Release v1.5.0

Danilo Bargen %!s(int64=9) %!d(string=hai) anos
pai
achega
5c519993fd
Modificáronse 4 ficheiros con 23 adicións e 2 borrados
  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
 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.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)
 ### [v1.4.1][v1.4.1] (2017-08-07)
 
 
 Changes:
 Changes:
@@ -235,8 +248,15 @@ First public release.
 [i265]: https://github.com/threema-ch/threema-web/issues/265
 [i265]: https://github.com/threema-ch/threema-web/issues/265
 [i271]: https://github.com/threema-ch/threema-web/issues/271
 [i271]: https://github.com/threema-ch/threema-web/issues/271
 [i275]: https://github.com/threema-ch/threema-web/issues/275
 [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
 [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.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.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

+ 1 - 0
RELEASING.md

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

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "threema-web",
   "name": "threema-web",
-  "version": "1.4.1",
+  "version": "1.5.0",
   "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.4.1",
+  "version": "1.5.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",