Skip to content

Commit d3566fb

Browse files
Release v2.5.4
1 parent bfe41d9 commit d3566fb

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ 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.5.4][v2.5.4] (2024-03-04)
14+
15+
Changes:
16+
17+
* [feature] Add Italian translations
18+
* [bug] Fix compose area scroll bug ([#1200][i1200])
19+
* [bug] Fix occasionally missing placeholder text in compose area ([#1202][i1202])
20+
* [bug] Disallow quoting of call status messages ([#1194][i1194])
21+
* [change] Upgrade many dependencies
22+
23+
1324
### [v2.5.3][v2.5.3] (2023-12-19)
1425

1526
Changes:
@@ -1267,7 +1278,11 @@ First public release.
12671278
[i1164]: https://github.com/threema-ch/threema-web/pull/1164
12681279
[i1175]: https://github.com/threema-ch/threema-web/pull/1175
12691280
[i1179]: https://github.com/threema-ch/threema-web/pull/1179
1281+
[i1194]: https://github.com/threema-ch/threema-web/pull/1194
1282+
[i1200]: https://github.com/threema-ch/threema-web/issues/1200
1283+
[i1202]: https://github.com/threema-ch/threema-web/issues/1202
12701284

1285+
[v2.5.4]: https://github.com/threema-ch/threema-web/compare/v2.5.3...v2.5.4
12711286
[v2.5.3]: https://github.com/threema-ch/threema-web/compare/v2.5.2...v2.5.3
12721287
[v2.5.2]: https://github.com/threema-ch/threema-web/compare/v2.5.1...v2.5.2
12731288
[v2.5.1]: https://github.com/threema-ch/threema-web/compare/v2.5.0...v2.5.1

package-lock.json

Lines changed: 2 additions & 2 deletions
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.5.3",
3+
"version": "2.5.4",
44
"description": "Threema Webclient",
55
"scripts": {
66
"build": "npm run build:js && npm run build:css",

0 commit comments

Comments
 (0)