Skip to content

Commit eae8016

Browse files
Release v1.8.2
1 parent b2c0d56 commit eae8016

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
This changelog lists the most important changes for each released version. For
44
the full log, please refer to the git commit history.
55

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+
622
### [v1.8.1][v1.8.1] (2018-02-06)
723

824
Changes:
@@ -389,10 +405,16 @@ First public release.
389405
[i401]: https://github.com/threema-ch/threema-web/issues/401
390406
[i402]: https://github.com/threema-ch/threema-web/issues/402
391407
[i404]: https://github.com/threema-ch/threema-web/issues/404
408+
[i406]: https://github.com/threema-ch/threema-web/issues/406
392409
[i408]: https://github.com/threema-ch/threema-web/issues/408
393410
[i410]: https://github.com/threema-ch/threema-web/issues/410
394411
[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
395416

417+
[v1.8.2]: https://github.com/threema-ch/threema-web/compare/v1.8.1...v1.8.2
396418
[v1.8.1]: https://github.com/threema-ch/threema-web/compare/v1.8.0...v1.8.1
397419
[v1.8.0]: https://github.com/threema-ch/threema-web/compare/v1.7.0...v1.8.0
398420
[v1.7.0]: https://github.com/threema-ch/threema-web/compare/v1.6.2...v1.7.0
@@ -426,3 +448,4 @@ First public release.
426448
[@JlnWntr]: https://github.com/JlnWntr/
427449
[@bluec0re]: https://github.com/bluec0re/
428450
[@Octoate]: https://github.com/Octoate/
451+
[@joelfischerr]: https://github.com/joelfischerr/

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "threema-web",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
44
"description": "Threema Webclient",
55
"scripts": {
66
"build": "npm run build:js && npm run build:css",

0 commit comments

Comments
 (0)