Skip to content

Commit 8cbcd85

Browse files
Release v2.3.10
1 parent b7e0629 commit 8cbcd85

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ the full log, please refer to the git commit history.
1010
> See https://github.com/threema-ch/threema-web/pull/996 for more details.
1111
1212

13+
### [v2.3.10][v2.3.10] (2021-03-03)
14+
15+
Changes:
16+
17+
* [bug] Fix playback of audio messages in newer Chromium browsers ([#1039][i1039])
18+
* [bug] Do not allow adding own ID to groups / distribution lists ([#1040][i1040])
19+
20+
1321
### [v2.3.9][v2.3.9] (2021-02-23)
1422

1523
Changes:
@@ -1012,7 +1020,10 @@ First public release.
10121020
[i1034]: https://github.com/threema-ch/threema-web/issues/1034
10131021
[i1035]: https://github.com/threema-ch/threema-web/issues/1035
10141022
[i1036]: https://github.com/threema-ch/threema-web/issues/1036
1023+
[i1039]: https://github.com/threema-ch/threema-web/issues/1039
1024+
[i1040]: https://github.com/threema-ch/threema-web/issues/1040
10151025

1026+
[v2.3.10]: https://github.com/threema-ch/threema-web/compare/v2.3.9...v2.3.10
10161027
[v2.3.9]: https://github.com/threema-ch/threema-web/compare/v2.3.8...v2.3.9
10171028
[v2.3.8]: https://github.com/threema-ch/threema-web/compare/v2.3.7...v2.3.8
10181029
[v2.3.7]: https://github.com/threema-ch/threema-web/compare/v2.3.6...v2.3.7

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": "2.3.9",
3+
"version": "2.3.10",
44
"description": "Threema Webclient",
55
"scripts": {
66
"build": "npm run build:js && npm run build:css",

0 commit comments

Comments
 (0)