Skip to content

Commit 9746bb9

Browse files
Release v2.1.0
1 parent dd515d1 commit 9746bb9

File tree

4 files changed

+22
-90
lines changed

4 files changed

+22
-90
lines changed

CHANGELOG.md

Lines changed: 14 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -4,87 +4,32 @@ This changelog lists the most important changes for each released version. For
44
the full log, please refer to the git commit history.
55

66

7-
### [v2.1.0-rc.1][v2.1.0-rc.1] (2018-10-23)
7+
### [v2.1.0][v2.1.0] (2018-10-23)
88

99
Changes:
1010

11-
* [change] Use window focus instead of page visibility to determine
12-
whether messages should be marked as read ([#644][i644])
13-
* [bug] Hide image preview when redirecting ([#640][i640])
14-
* [bug] Fix updating of avatars in contact autocomplete box ([#643][i643])
15-
* [bug] Accessibility fixes ([#639][i639])
16-
17-
Contributors:
18-
19-
- [@MarcoZehe][@MarcoZehe]
20-
21-
22-
### [v2.1.0-beta.7][v2.1.0-beta.7] (2018-10-18)
23-
24-
Changes:
25-
26-
* [change] Accessibility improvements ([#618][i618] / [#622][i622] / [#636][i636])
27-
* [change] Allow more time for loading initial data ([#624][i624])
11+
* [feature] Implement ack protocol for iOS session resumption ([#551][i551])
12+
* [feature] Implement pinning of conversations ([#361][i361])
13+
* [change] New stack based markup parser ([#453][i453] / [#458][i458] / [#590][i590])
14+
* [change] Accessibility improvements ([#562][i562] / [#618][i618] / [#622][i622] / [#636][i636])
2815
* [change] Hide WebRTC troubleshooting when using iOS ([#625][i625])
16+
* [change] Use window focus instead of page visibility to mark messages as read ([#644][i644])
17+
* [bug] Don't linkify latest message excerpt in conversation list ([#544][i544])
18+
* [bug] Workaround for conversation loading bug in Safari ([#602][i602])
19+
* [bug] Fix marking of read messages with duplicate sort key ([#606][i606])
20+
* [bug] Compose area: Fix newlines in Safari ([#613][i613])
21+
* [bug] Fix largeSingleEmoji setting ([#610][i610])
2922
* [bug] Copy to clipboard: Workaround for Safari on iOS ([#626][i626])
30-
* [bug] Fix bug with in markup parser ([#630][i630])
3123
* [bug] Clear isTyping flag when receiving message ([#637][i637])
3224
* [bug] Fix updating of message caption ([#638][i638])
25+
* [bug] Hide image preview when redirecting ([#640][i640])
26+
* [bug] Fix updating of avatars in contact autocomplete box ([#643][i643])
3327

3428
Contributors:
3529

3630
- [@MarcoZehe][@MarcoZehe]
3731

3832

39-
### [v2.1.0-beta.6][v2.1.0-beta.6] (2018-10-11)
40-
41-
Changes:
42-
43-
* [feature] Implement pinning of conversations ([#361][i361])
44-
* [change] Make default avatar colors less aggressive
45-
* [change] New stack based markup parser ([#453][i453] / [#458][i458] / [#590][i590])
46-
* [bug] Fix marking of read messages with duplicate sort key ([#606][i606])
47-
* [bug] Compose area: Fix newlines in Safari ([#613][i613])
48-
* [bug] Fix largeSingleEmoji setting ([#610][i610])
49-
50-
51-
### [v2.1.0-beta.5][v2.1.0-beta.5] (2018-10-04)
52-
53-
Changes:
54-
55-
* [bug] Workaround for conversation loading bug in Safari ([#602][i602])
56-
57-
58-
### [v2.1.0-beta.4][v2.1.0-beta.4] (2018-09-27)
59-
60-
Changes:
61-
62-
* [bug] Connectivity improvements for iOS ([#597][i597])
63-
64-
65-
### [v2.1.0-beta.3][v2.1.0-beta.3] (2018-09-18)
66-
67-
Changes:
68-
69-
* [bug] Don't linkify latest message excerpt in conversation list ([#544][i544])
70-
71-
72-
### [v2.1.0-beta.2][v2.1.0-beta.2] (2018-09-13)
73-
74-
Changes:
75-
76-
* [bug] Accessibility fixes and improvements ([#562][i562])
77-
* [bug] Session resumption bugfixes ([#586][i586])
78-
* [bug] Remove compatibility footer and beta notes
79-
80-
81-
### [v2.1.0-beta.1][v2.1.0-beta.1] (2018-09-10)
82-
83-
Changes:
84-
85-
* [feature] Implement ack protocol for session resumption ([#551][i551])
86-
87-
8833
### [v2.0.3][v2.0.3] (2018-08-23)
8934

9035
Changes:
@@ -624,7 +569,6 @@ First public release.
624569
[i567]: https://github.com/threema-ch/threema-web/issues/567
625570
[i569]: https://github.com/threema-ch/threema-web/issues/569
626571
[i572]: https://github.com/threema-ch/threema-web/issues/572
627-
[i586]: https://github.com/threema-ch/threema-web/issues/586
628572
[i590]: https://github.com/threema-ch/threema-web/pull/590
629573
[i597]: https://github.com/threema-ch/threema-web/pull/597
630574
[i602]: https://github.com/threema-ch/threema-web/pull/602
@@ -633,26 +577,16 @@ First public release.
633577
[i613]: https://github.com/threema-ch/threema-web/pull/613
634578
[i618]: https://github.com/threema-ch/threema-web/pull/618
635579
[i622]: https://github.com/threema-ch/threema-web/pull/622
636-
[i624]: https://github.com/threema-ch/threema-web/pull/624
637580
[i625]: https://github.com/threema-ch/threema-web/pull/625
638581
[i626]: https://github.com/threema-ch/threema-web/pull/626
639-
[i630]: https://github.com/threema-ch/threema-web/pull/630
640582
[i636]: https://github.com/threema-ch/threema-web/pull/636
641583
[i637]: https://github.com/threema-ch/threema-web/pull/637
642584
[i638]: https://github.com/threema-ch/threema-web/pull/638
643-
[i639]: https://github.com/threema-ch/threema-web/pull/639
644585
[i640]: https://github.com/threema-ch/threema-web/pull/640
645586
[i643]: https://github.com/threema-ch/threema-web/pull/643
646587
[i644]: https://github.com/threema-ch/threema-web/pull/644
647588

648-
[v2.1.0-beta.1]: https://github.com/threema-ch/threema-web/compare/v2.0.3...v2.1.0-beta.1
649-
[v2.1.0-beta.2]: https://github.com/threema-ch/threema-web/compare/v2.1.0-beta.1...v2.1.0-beta.2
650-
[v2.1.0-beta.3]: https://github.com/threema-ch/threema-web/compare/v2.1.0-beta.2...v2.1.0-beta.3
651-
[v2.1.0-beta.4]: https://github.com/threema-ch/threema-web/compare/v2.1.0-beta.3...v2.1.0-beta.4
652-
[v2.1.0-beta.5]: https://github.com/threema-ch/threema-web/compare/v2.1.0-beta.4...v2.1.0-beta.5
653-
[v2.1.0-beta.6]: https://github.com/threema-ch/threema-web/compare/v2.1.0-beta.5...v2.1.0-beta.6
654-
[v2.1.0-beta.7]: https://github.com/threema-ch/threema-web/compare/v2.1.0-beta.6...v2.1.0-beta.7
655-
[v2.1.0-rc.1]: https://github.com/threema-ch/threema-web/compare/v2.1.0-beta.7...v2.1.0-rc.1
589+
[v2.1.0]: https://github.com/threema-ch/threema-web/compare/v2.0.3...v2.1.0
656590
[v2.0.3]: https://github.com/threema-ch/threema-web/compare/v2.0.2...v2.0.3
657591
[v2.0.2]: https://github.com/threema-ch/threema-web/compare/v2.0.1...v2.0.2
658592
[v2.0.1]: https://github.com/threema-ch/threema-web/compare/v2.0.0...v2.0.1

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@ Web, you can use Threema on your Desktop without compromising security.
1111

1212
![Screenshot](https://threema.ch/images/webclient_header.png)
1313

14-
Threema Web establishes a direct connection between Desktop and mobile device
15-
using [WebRTC](https://webrtc.org/). Signaling is end-to-end encrypted with
16-
[SaltyRTC](https://saltyrtc.org/). If both devices are in the same network, no
17-
server is involved when synchronizing messages between the devices, and the
18-
digital footprint is reduced to the bare minimum.
19-
20-
For more information, see the [Threema Web
21-
Whitepaper](https://threema.ch/en/blog/posts/threema-web-whitepaper).
14+
Threema Web establishes a connection between Desktop and mobile device using
15+
[WebRTC](https://webrtc.org/) (Android) or encrypted WebSockets (iOS).
16+
Signaling and data is end-to-end encrypted with [SaltyRTC](https://saltyrtc.org/).
17+
18+
For more information, see the [Threema Cryptography
19+
Whitepaper](https://threema.ch/press-files/2_documentation/cryptography_whitepaper.pdf).
2220

2321

2422
## Bug Reports and Feature Requests

package-lock.json

Lines changed: 1 addition & 1 deletion
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.1.0-rc.1",
3+
"version": "2.1.0",
44
"description": "Threema Webclient",
55
"scripts": {
66
"build": "npm run build:js && npm run build:css",

0 commit comments

Comments
 (0)