Skip to content

Commit

Permalink
Release v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
threema-danilo committed Apr 28, 2022
1 parent e662db7 commit c4cd069
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,26 @@ 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.0][v2.4.0] (2022-04-28)

Changes:

* [feature] Allow quoting all message types, if the app supports it
([#1125][i1125])
* [feature] Add dedicated userconfig override file, ignore env vars if present
([#1121][i1121], [#1128][i1128])
* [change] Add scan instructions on welcome page ([#1126][i1126])
* [change] Upgrade many dependencies ([#1129][i1129])


### [v2.3.20][v2.3.20] (2022-03-31)

Changes:

* [bug] Workaround for Firefox non-standard PDF download behavior ([#1120][i1120])
* [change] Upgrade many dependencies ([#1110][i1110], [#1119][i1119])


### [v2.3.19][v2.3.19] (2022-01-10)

Changes:
Expand Down Expand Up @@ -1157,7 +1170,13 @@ First public release.
[i1110]: https://github.com/threema-ch/threema-web/pull/1110
[i1119]: https://github.com/threema-ch/threema-web/pull/1119
[i1120]: https://github.com/threema-ch/threema-web/pull/1120
[i1121]: https://github.com/threema-ch/threema-web/pull/1121
[i1125]: https://github.com/threema-ch/threema-web/pull/1125
[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

[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
[v2.3.18]: https://github.com/threema-ch/threema-web/compare/v2.3.17...v2.3.18
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[789]$" "^v2.3.2[0-9]$")
SUPPORTED_TAG_PATTERNS=("^v2.3.1[89]$" "^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.3.20",
"version": "2.4.0",
"description": "Threema Webclient",
"scripts": {
"build": "npm run build:js && npm run build:css",
Expand Down

0 comments on commit c4cd069

Please sign in to comment.