Skip to content

Commit

Permalink
Release v2.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
threema-danilo committed Jul 29, 2021
1 parent 98ff04c commit 2b976c5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ the full log, please refer to the git commit history.
> See https://github.com/threema-ch/threema-web/pull/996 for more details.

### [v2.3.15][v2.3.15] (2021-07-29)

Changes:

* [bug] Prevent drafts from being associated with the wrong conversation ([#1037][i1037])
* [change] Do not show caption input field when sending multiple files ([#1074][i1074])


### [v2.3.14][v2.3.14] (2021-06-07)

Changes:
Expand Down Expand Up @@ -1053,6 +1061,7 @@ First public release.
[i1034]: https://github.com/threema-ch/threema-web/issues/1034
[i1035]: https://github.com/threema-ch/threema-web/issues/1035
[i1036]: https://github.com/threema-ch/threema-web/issues/1036
[i1037]: https://github.com/threema-ch/threema-web/issues/1037
[i1039]: https://github.com/threema-ch/threema-web/issues/1039
[i1040]: https://github.com/threema-ch/threema-web/issues/1040
[i1042]: https://github.com/threema-ch/threema-web/issues/1042
Expand All @@ -1064,6 +1073,7 @@ First public release.
[i1066]: https://github.com/threema-ch/threema-web/issues/1066
[i1069]: https://github.com/threema-ch/threema-web/issues/1069

[v2.3.15]: https://github.com/threema-ch/threema-web/compare/v2.3.14...v2.3.15
[v2.3.14]: https://github.com/threema-ch/threema-web/compare/v2.3.13...v2.3.14
[v2.3.13]: https://github.com/threema-ch/threema-web/compare/v2.3.12...v2.3.13
[v2.3.12]: https://github.com/threema-ch/threema-web/compare/v2.3.11...v2.3.12
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "threema-web",
"version": "2.3.14",
"version": "2.3.15",
"description": "Threema Webclient",
"scripts": {
"build": "npm run build:js && npm run build:css",
Expand Down

0 comments on commit 2b976c5

Please sign in to comment.