Skip to content

Commit

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

### [v2.5.4][v2.5.4] (2024-03-04)

Changes:

* [feature] Add Italian translations
* [bug] Fix compose area scroll bug ([#1200][i1200])
* [bug] Fix occasionally missing placeholder text in compose area ([#1202][i1202])
* [bug] Disallow quoting of call status messages ([#1194][i1194])
* [change] Upgrade many dependencies


### [v2.5.3][v2.5.3] (2023-12-19)

Changes:
Expand Down Expand Up @@ -1267,7 +1278,11 @@ First public release.
[i1164]: https://github.com/threema-ch/threema-web/pull/1164
[i1175]: https://github.com/threema-ch/threema-web/pull/1175
[i1179]: https://github.com/threema-ch/threema-web/pull/1179
[i1194]: https://github.com/threema-ch/threema-web/pull/1194
[i1200]: https://github.com/threema-ch/threema-web/issues/1200
[i1202]: https://github.com/threema-ch/threema-web/issues/1202

[v2.5.4]: https://github.com/threema-ch/threema-web/compare/v2.5.3...v2.5.4
[v2.5.3]: https://github.com/threema-ch/threema-web/compare/v2.5.2...v2.5.3
[v2.5.2]: https://github.com/threema-ch/threema-web/compare/v2.5.1...v2.5.2
[v2.5.1]: https://github.com/threema-ch/threema-web/compare/v2.5.0...v2.5.1
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.5.3",
"version": "2.5.4",
"description": "Threema Webclient",
"scripts": {
"build": "npm run build:js && npm run build:css",
Expand Down

0 comments on commit d3566fb

Please sign in to comment.