|
3 | 3 | This changelog lists the most important changes for each released version. For |
4 | 4 | the full log, please refer to the git commit history. |
5 | 5 |
|
| 6 | +### [v1.8.2][v1.8.2] (2018-02-21) |
| 7 | + |
| 8 | +Changes: |
| 9 | + |
| 10 | +* [feature] Add autocomplete attribute to password fields ([#441][i441]) |
| 11 | +* [feature] Get build script to work on macOS ([#406][i406]) |
| 12 | +* [feature] Fix quote preview styling in Chromium |
| 13 | +* [bug] Fix location of web manifest ([#432][i432]) |
| 14 | +* [bug] Fix CSS mouse pointer over contact group membership list ([#435][i435]) |
| 15 | +* [bug] Fix supportsPassive helper function ([#439][i439]) |
| 16 | +* [bug] Fix quote preview styling in Chromium |
| 17 | + |
| 18 | +Contributors: |
| 19 | + |
| 20 | +- [@joelfischerr][@joelfischerr] |
| 21 | + |
6 | 22 | ### [v1.8.1][v1.8.1] (2018-02-06) |
7 | 23 |
|
8 | 24 | Changes: |
@@ -389,10 +405,16 @@ First public release. |
389 | 405 | [i401]: https://github.com/threema-ch/threema-web/issues/401 |
390 | 406 | [i402]: https://github.com/threema-ch/threema-web/issues/402 |
391 | 407 | [i404]: https://github.com/threema-ch/threema-web/issues/404 |
| 408 | +[i406]: https://github.com/threema-ch/threema-web/issues/406 |
392 | 409 | [i408]: https://github.com/threema-ch/threema-web/issues/408 |
393 | 410 | [i410]: https://github.com/threema-ch/threema-web/issues/410 |
394 | 411 | [i419]: https://github.com/threema-ch/threema-web/issues/419 |
| 412 | +[i432]: https://github.com/threema-ch/threema-web/issues/432 |
| 413 | +[i435]: https://github.com/threema-ch/threema-web/issues/435 |
| 414 | +[i439]: https://github.com/threema-ch/threema-web/issues/439 |
| 415 | +[i441]: https://github.com/threema-ch/threema-web/issues/441 |
395 | 416 |
|
| 417 | +[v1.8.2]: https://github.com/threema-ch/threema-web/compare/v1.8.1...v1.8.2 |
396 | 418 | [v1.8.1]: https://github.com/threema-ch/threema-web/compare/v1.8.0...v1.8.1 |
397 | 419 | [v1.8.0]: https://github.com/threema-ch/threema-web/compare/v1.7.0...v1.8.0 |
398 | 420 | [v1.7.0]: https://github.com/threema-ch/threema-web/compare/v1.6.2...v1.7.0 |
@@ -426,3 +448,4 @@ First public release. |
426 | 448 | [@JlnWntr]: https://github.com/JlnWntr/ |
427 | 449 | [@bluec0re]: https://github.com/bluec0re/ |
428 | 450 | [@Octoate]: https://github.com/Octoate/ |
| 451 | +[@joelfischerr]: https://github.com/joelfischerr/ |
0 commit comments