Skip to content

Commit

Permalink
Release v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
threema-danilo committed Jun 3, 2022
1 parent 63a8f92 commit 70db762
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ the full log, please refer to the git commit history.
> See https://github.com/threema-ch/threema-web/pull/996 for more details.

### [v2.4.1][v2.4.1] (2022-06-03)

Changes:

* [bug] Show revoked contacts with strike-through text ([#1131][i1131])
* [bug] Hide both inactive and revoked contacts ([#1132][i1132])
* [feature] Allow sending GIFs with rendering type 0 ([#1133][i1133])
* [change] Device unreachable dialog: Autofocus retry button ([#1136][i1136])
* [change] Improve "device unreachable" dialog and help text for iOS devices
([#1134][i1134], [#1137][i1137])


### [v2.4.0][v2.4.0] Lütispitz (2022-04-28)

Changes:
Expand Down Expand Up @@ -1175,7 +1187,14 @@ First public release.
[i1126]: https://github.com/threema-ch/threema-web/pull/1126
[i1128]: https://github.com/threema-ch/threema-web/pull/1128
[i1129]: https://github.com/threema-ch/threema-web/pull/1129

[i1131]: https://github.com/threema-ch/threema-web/pull/1131
[i1132]: https://github.com/threema-ch/threema-web/pull/1132
[i1133]: https://github.com/threema-ch/threema-web/pull/1133
[i1134]: https://github.com/threema-ch/threema-web/pull/1134
[i1136]: https://github.com/threema-ch/threema-web/pull/1136
[i1137]: https://github.com/threema-ch/threema-web/pull/1137

[v2.4.1]: https://github.com/threema-ch/threema-web/compare/v2.4.0...v2.4.1
[v2.4.0]: https://github.com/threema-ch/threema-web/compare/v2.3.20...v2.4.0
[v2.3.20]: https://github.com/threema-ch/threema-web/compare/v2.3.19...v2.3.20
[v2.3.19]: https://github.com/threema-ch/threema-web/compare/v2.3.18...v2.3.19
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.3.1[89]$" "^v2.3.2[0-9]$" "^v2.4.[0-9]$")
SUPPORTED_TAG_PATTERNS=("^v2.3.2[0-9]$" "^v2.4.[0-9]$")
IMAGE_NAME=threema/threema-web

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

0 comments on commit 70db762

Please sign in to comment.