Bläddra i källkod

Release v1.1.0

Danilo Bargen 8 år sedan
förälder
incheckning
e6f5e9410e
3 ändrade filer med 76 tillägg och 2 borttagningar
  1. 74 0
      CHANGELOG.md
  2. 1 1
      npm-shrinkwrap.json
  3. 1 1
      package.json

+ 74 - 0
CHANGELOG.md

@@ -3,14 +3,41 @@
 This changelog lists the most important changes for each released version. For
 the full log, please refer to the git commit history.
 
+### [v1.0.6][v1.0.6] (2017-03-16)
+
+Changes:
+
+* [feature] Make notification settings configurable ([#8][i8])
+* [feature] Image preview ([#11][i11])
+* [feature] Show group members in header ([#6][i6])
+* [feature] Check for desktop notifications in troubleshooting tool ([#150][i150])
+* [change] Immediately hide desktop notifications for read conversations ([#131][i131])
+* [change] Make scrollbars in Chrome a bit wider ([#144][i144])
+* [change] Increment minimal required FF version to 50 ([#161][i161])
+* [bug] Fix / improve soft reconnect behavior ([#167][i167])
+* [bug] Fix flickering of avatars on refresh ([#143][i143])
+* [bug] Fix submitting of files with enter key ([#122][i122])
+* [bug] Reset unread count after logout ([#148][i148])
+* [bug] Fix TypeError when closing a dialog ([#153][i153])
+* [bug] Stop supporting multi-line markup ([#156][i156])
+
+Contributors:
+
+- [@IndianaDschones][@IndianaDschones]
+- [@FloThinksPi][@FloThinksPi]
+
 ### [v1.0.5][v1.0.5] (2017-03-03)
 
+Changes:
+
 * [feature] Add diagnostics/troubleshooting page ([#126][i126] / [#127][i127])
 * [bug] Fix bug resulting in slow initial load ([#120][i120])
 * [bug] Add meta description to index.html ([#124][i124])
 
 ### [v1.0.4][v1.0.4] (2017-03-01)
 
+Changes:
+
 * [feature] Enable support for TURN via TLS (except for FF <53) ([#43][i43] / [#109][i109])
 * [feature] Add noscript warning ([#119][i119])
 * [bug] Fix compatibility bug for older browsers ([#64][i64])
@@ -19,8 +46,16 @@ the full log, please refer to the git commit history.
 * [bug] Fix state transitions when restoring a session ([#102][i102])
 * [bug] Improve performance / reduce CPU load ([#117][i117] / [#20][i20] / [#39][i39])
 
+Contributors:
+
+- [@N3dal][@N3dal]
+- [@ovalseven8][@ovalseven8]
+- [@rugk][@rugk]
+
 ### [v1.0.3][v1.0.3] (2017-02-23)
 
+Changes:
+
 * [feature] Autofocus on compose area when opening a conversation ([#41][i41])
 * [feature] Create unique file names for downloaded files / images ([#61][i61])
 * [feature] Add support for pasting data into compose area ([#82][i82])
@@ -30,8 +65,16 @@ the full log, please refer to the git commit history.
 * [bug] Fix display of untranslated strings in dialogs ([#57][i57])
 * [bug] Fix display of very long file names ([#69][i69])
 
+Contributors:
+
+- [@thommy101][@thommy101]
+- [@lgrahl][@lgrahl]
+
+
 ### [v1.0.2][v1.0.2] (2017-02-21)
 
+Changes:
+
 * [feature] Add loading indicator when sending files ([#29][i29])
 * [feature] Add warning about browser plugins if PeerConnection setup fails ([#46][i46])
 * [feature] Add referrer policy tag to HTML ([#49][i49])
@@ -41,10 +84,20 @@ the full log, please refer to the git commit history.
   vulnerability (thanks [Frederik Braun](https://github.com/freddyb) for reporting)
 * [bug] Fix some translations
 
+Contributors:
+
+- [@rugk][@rugk]
+- [@Mic92][@Mic92]
+- [@freddyb][@freddyb]
+
+
 ### v1.0.1 (2017-02-15)
 
 First public release.
 
+[i6]: https://github.com/threema-ch/threema-web/issues/6
+[i8]: https://github.com/threema-ch/threema-web/issues/8
+[i11]: https://github.com/threema-ch/threema-web/issues/11
 [i20]: https://github.com/threema-ch/threema-web/issues/20
 [i29]: https://github.com/threema-ch/threema-web/issues/29
 [i38]: https://github.com/threema-ch/threema-web/issues/38
@@ -70,11 +123,32 @@ First public release.
 [i117]: https://github.com/threema-ch/threema-web/issues/117
 [i119]: https://github.com/threema-ch/threema-web/issues/119
 [i120]: https://github.com/threema-ch/threema-web/issues/120
+[i122]: https://github.com/threema-ch/threema-web/issues/122
 [i124]: https://github.com/threema-ch/threema-web/issues/124
 [i126]: https://github.com/threema-ch/threema-web/issues/126
 [i127]: https://github.com/threema-ch/threema-web/issues/127
+[i131]: https://github.com/threema-ch/threema-web/issues/131
+[i143]: https://github.com/threema-ch/threema-web/issues/143
+[i144]: https://github.com/threema-ch/threema-web/issues/144
+[i148]: https://github.com/threema-ch/threema-web/issues/148
+[i150]: https://github.com/threema-ch/threema-web/issues/150
+[i153]: https://github.com/threema-ch/threema-web/issues/153
+[i156]: https://github.com/threema-ch/threema-web/issues/156
+[i161]: https://github.com/threema-ch/threema-web/issues/161
+[i167]: https://github.com/threema-ch/threema-web/issues/167
 
+[v1.0.6]: https://github.com/threema-ch/threema-web/compare/v1.0.5...v1.0.6
 [v1.0.5]: https://github.com/threema-ch/threema-web/compare/v1.0.4...v1.0.5
 [v1.0.4]: https://github.com/threema-ch/threema-web/compare/v1.0.3...v1.0.4
 [v1.0.3]: https://github.com/threema-ch/threema-web/compare/v1.0.2...v1.0.3
 [v1.0.2]: https://github.com/threema-ch/threema-web/compare/v1.0.1...v1.0.2
+
+[@rugk]: https://github.com/rugk/
+[@Mic92]: https://github.com/Mic92/
+[@freddyb]: https://github.com/freddyb/
+[@thommy101]: https://github.com/thommy101/
+[@lgrahl]: https://github.com/lgrahl/
+[@N3dal]: https://github.com/N3dal/
+[@ovalseven8]: https://github.com/ovalseven8/
+[@IndianaDschones]: https://github.com/IndianaDschones/
+[@FloThinksPi]: https://github.com/FloThinksPi/

+ 1 - 1
npm-shrinkwrap.json

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

+ 1 - 1
package.json

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