Selaa lähdekoodia

Release v1.2.1

Danilo Bargen 8 vuotta sitten
vanhempi
sitoutus
cd05706791
3 muutettua tiedostoa jossa 13 lisäystä ja 2 poistoa
  1. 11 0
      CHANGELOG.md
  2. 1 1
      npm-shrinkwrap.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.
 
 
+### [v1.2.1][v1.2.1] (2017-05-17)
+
+Changes:
+
+* [feature] Check for a new version, notify user if version changed ([#183][i183])
+* [bug] Fix line breaks when pasting on Windows ([#134][i134])
+* [bug] Fix path to sound notification file
+
 ### [v1.2.0][v1.2.0] (2017-05-17)
 ### [v1.2.0][v1.2.0] (2017-05-17)
 
 
 Changes:
 Changes:
@@ -153,6 +161,7 @@ First public release.
 [i126]: https://github.com/threema-ch/threema-web/issues/126
 [i126]: https://github.com/threema-ch/threema-web/issues/126
 [i127]: https://github.com/threema-ch/threema-web/issues/127
 [i127]: https://github.com/threema-ch/threema-web/issues/127
 [i131]: https://github.com/threema-ch/threema-web/issues/131
 [i131]: https://github.com/threema-ch/threema-web/issues/131
+[i134]: https://github.com/threema-ch/threema-web/issues/134
 [i143]: https://github.com/threema-ch/threema-web/issues/143
 [i143]: https://github.com/threema-ch/threema-web/issues/143
 [i144]: https://github.com/threema-ch/threema-web/issues/144
 [i144]: https://github.com/threema-ch/threema-web/issues/144
 [i148]: https://github.com/threema-ch/threema-web/issues/148
 [i148]: https://github.com/threema-ch/threema-web/issues/148
@@ -163,6 +172,7 @@ First public release.
 [i167]: https://github.com/threema-ch/threema-web/issues/167
 [i167]: https://github.com/threema-ch/threema-web/issues/167
 [i177]: https://github.com/threema-ch/threema-web/issues/177
 [i177]: https://github.com/threema-ch/threema-web/issues/177
 [i178]: https://github.com/threema-ch/threema-web/issues/178
 [i178]: https://github.com/threema-ch/threema-web/issues/178
+[i183]: https://github.com/threema-ch/threema-web/issues/183
 [i185]: https://github.com/threema-ch/threema-web/issues/185
 [i185]: https://github.com/threema-ch/threema-web/issues/185
 [i189]: https://github.com/threema-ch/threema-web/issues/189
 [i189]: https://github.com/threema-ch/threema-web/issues/189
 [i190]: https://github.com/threema-ch/threema-web/issues/190
 [i190]: https://github.com/threema-ch/threema-web/issues/190
@@ -173,6 +183,7 @@ First public release.
 [i211]: https://github.com/threema-ch/threema-web/issues/211
 [i211]: https://github.com/threema-ch/threema-web/issues/211
 [i215]: https://github.com/threema-ch/threema-web/issues/215
 [i215]: https://github.com/threema-ch/threema-web/issues/215
 
 
+[v1.2.0]: https://github.com/threema-ch/threema-web/compare/v1.2.0...v1.2.1
 [v1.2.0]: https://github.com/threema-ch/threema-web/compare/v1.1.0...v1.2.0
 [v1.2.0]: https://github.com/threema-ch/threema-web/compare/v1.1.0...v1.2.0
 [v1.1.0]: https://github.com/threema-ch/threema-web/compare/v1.0.5...v1.1.0
 [v1.1.0]: https://github.com/threema-ch/threema-web/compare/v1.0.5...v1.1.0
 [v1.0.5]: https://github.com/threema-ch/threema-web/compare/v1.0.4...v1.0.5
 [v1.0.5]: https://github.com/threema-ch/threema-web/compare/v1.0.4...v1.0.5

+ 1 - 1
npm-shrinkwrap.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "threema-web",
   "name": "threema-web",
-  "version": "1.2.0",
+  "version": "1.2.1",
   "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.2.0",
+  "version": "1.2.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",