Skip to content

Commit

Permalink
Release v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
threema-lenny committed Jan 8, 2025
1 parent 4bd51e1 commit d1bc0d6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ the full log, please refer to the git commit history.
> but for now there will be no major new features or non-critical bugfixes.
> See https://github.com/threema-ch/threema-web/pull/996 for more details.
### [v2.6.0][v2.6.0] (2025-01-08)

Changes:

* [feature] Add support for displaying emoji reactions (only available when
supported by the mobile device) ([#1222][i1222])
* [change] Allow Safari when connecting an Android device

### [v2.5.7][v2.5.7] (2024-10-25)

Expand Down Expand Up @@ -1307,7 +1314,9 @@ First public release.
[i1200]: https://github.com/threema-ch/threema-web/issues/1200
[i1202]: https://github.com/threema-ch/threema-web/issues/1202
[i1220]: https://github.com/threema-ch/threema-web/pull/1220
[i1222]: https://github.com/threema-ch/threema-web/pull/1222

[v2.6.0]: https://github.com/threema-ch/threema-web/compare/v2.5.7...v2.6.0
[v2.5.7]: https://github.com/threema-ch/threema-web/compare/v2.5.6...v2.5.7
[v2.5.6]: https://github.com/threema-ch/threema-web/compare/v2.5.5...v2.5.6
[v2.5.5]: https://github.com/threema-ch/threema-web/compare/v2.5.4...v2.5.5
Expand Down
2 changes: 1 addition & 1 deletion docker/rebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
set -euo pipefail

SUPPORTED_BRANCH_NAMES=("master")
SUPPORTED_TAG_PATTERNS=("^v2.5.[0-9]$")
SUPPORTED_TAG_PATTERNS=("^v2.[5-6].[0-9]$")
IMAGE_NAME=threema/threema-web

if [ "${1:-}" = "--dry-run" ]; then
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.7",
"version": "2.6.0",
"description": "Threema Webclient",
"scripts": {
"build": "npm run build:js && npm run build:css",
Expand Down

0 comments on commit d1bc0d6

Please sign in to comment.