@@ -4,83 +4,42 @@ This changelog lists the most important changes for each released version. For
44the full log, please refer to the git commit history.
55
66
7- ### [ v2.2.0-beta.5 ] [ v2.2.0-beta.5 ] (2019-08-07 )
7+ ### [ v2.2.0] [ v2.2.0 ] (2019-08-08 )
88
9- Changes:
10-
11- * [ change] Add troubleshooting dialog to options menu ([ #869 ] [ i869 ] )
12- * [ bug] Fix send button when sending only emoji ([ #822 ] [ i822 ] )
13- * [ bug] Fix laggy loading of conversations ([ #870 ] [ i870 ] )
14- * [ bug] Fix conversations not being properly marked as read ([ #871 ] [ i871 ] )
15-
16-
17- ### [ v2.2.0-beta.4] [ v2.2.0-beta.4 ] (2019-07-31)
18-
19- Changes:
20-
21- * [ feature] New log reporting tool ([ #839 ] [ i839 ] )
22- * [ change] Improve message upload preview and thumbnails ([ #858 ] [ i858 ] )
23- * [ change] Troubleshooting tool: Actually establish a P2P connection ([ #838 ] [ i838 ] )
24- * [ bug] Workaround for connection loss detection in latest Chrome ([ #844 ] [ i844 ] )
25- * [ bug] Allow adding all contacts to distribution lists ([ #837 ] [ i837 ] )
26- * [ bug] Fix sending files and pictures to distribution lists ([ #394 ] [ i394 ] )
27- * [ bug] iOS: Recurrent wakeup for unsent messages ([ #856 ] [ i856 ] )
28-
29-
30- ### [ v2.2.0-beta.3] [ v2.2.0-beta.3 ] (2019-07-03)
31-
32- Changes:
33-
34- * [ feature] Add Portuguese translations ([ #832 ] [ i832 ] )
35- * [ feature] Overhauled logging system ([ #826 ] [ i826 ] )
36- * [ bug] Fix connection bar being flaky ([ #824 ] [ i824 ] )
37- * [ bug] Fix collapsing of consecutive whitespace in compose area ([ #821 ] [ i821 ] )
38- * [ bug] Fix undo behavior in compose area ([ #827 ] [ i827 ] )
39- * [ change] Update Czech, French, Chinese translations ([ #832 ] [ i832 ] )
40-
41- Contributors:
42-
43- - [ Nuno\_ M] ( https://www.transifex.com/user/profile/Nuno_M/ ) (PT translations)
44- - [ Marcel Krüse] ( https://www.transifex.com/user/profile/blogkaizzenn/ ) (PT translations)
45- - [ Johannes Müller] ( https://www.transifex.com/user/profile/tscho/ ) (PT translations)
46-
47-
48- ### [ v2.2.0-beta.2] [ v2.2.0-beta.2 ] (2019-06-13)
49-
50- Changes:
51-
52- * [ change] Improvements for reconnection behavior ([ #815 ] [ i815 ] / [ #816 ] [ i816 ]
53- / [ #817 ] [ i817 ] / [ #818 ] [ i818 ] )
54- * [ change] Update Czech, French, German and Chinese translations
55- * [ feature] Add Dutch, Slovak, Spanish and Ukrainian translations
56-
57- Contributors:
58-
59- - [ @IndianaDschones ] [ @IndianaDschones ]
60- - [ Artem Nachtigall] ( https://www.transifex.com/user/profile/artem.nachtigall/ ) (UK translations)
61- - [ Boris Klokoc] ( https://www.transifex.com/user/profile/klokyno/ ) (SK translations)
62- - [ Fernando Alvarez Junco] ( https://www.transifex.com/user/profile/arbesulo/ ) (ES translations)
63- - [ frau\_ lutzn] ( https://www.transifex.com/user/profile/frau_lutzn/ ) (NL translations)
64- - [ Maik Holzhauer] ( https://www.transifex.com/user/profile/mkhlzhr/ ) (ES translations)
65- - [ Sergiy Kotyk] ( https://www.transifex.com/user/profile/kitser/ ) (UK translations)
66- - [ vollkorntomate] ( https://www.transifex.com/user/profile/vollkorntomate/ ) (NL translations)
9+ This is quite a big release. It contains improvements to device wakeup
10+ functionality, adds support for five new languages, provides a new log
11+ reporting tool for troubleshooting and fixes a lot of bugs.
6712
68-
69- ### [ v2.2.0-beta.1 ] [ v2.2.0-beta.1 ] (2019-05-23)
13+ For the detailed list of changes, see below. Note that changes to your web
14+ server configuration are required in case you're self-hosting Threema Web.
7015
7116Changes:
7217
7318* [ feature] Improvements to the device wakeup functionality, automatic
74- reconnects after connection loss should now be more reliable ([ #792 ] [ i792 ] )
75- * [ feature] Rewritten compose area, many bugs should now be fixed
76- ([ #773 ] [ i773 ] , fixes [ #502 ] [ i502 ] / [ #674 ] [ i674 ] / [ #679 ] [ i679 ] / [ #777 ] [ i777 ] )
19+ reconnects after connection loss should now be more reliable ([ #792 ] [ i792 ] /
20+ [ #815 ] [ i815 ] / [ #816 ] [ i816 ] / [ #817 ] [ i817 ] / [ #818 ] [ i818 ] )
21+ * [ feature] Add Dutch, Portuguese, Slovak, Spanish and Ukrainian translations
22+ * [ feature] New log reporting tool ([ #839 ] [ i839 ] / [ #826 ] [ i826 ] )
23+ * [ change] Rewritten compose area, many bugs should now be fixed ([ #773 ] [ i773 ] ,
24+ fixes [ #502 ] [ i502 ] / [ #674 ] [ i674 ] / [ #679 ] [ i679 ] / [ #821 ] [ i821 ] )
7725* [ change] Revised VoIP status message texts ([ #787 ] [ i787 ] )
7826* [ change] Better MIME handling for audio messages ([ #756 ] [ i756 ] )
79- * [ bug] Markup parser: Ignore markup in URLs ([ #778 ] [ i778 ] )
27+ * [ change] Improve message upload preview and thumbnails ([ #858 ] [ i858 ] )
28+ * [ change] Troubleshooting tool: Actually establish a P2P connection ([ #838 ] [ i838 ] )
8029* [ bug] Fixed connection problems when large profile picture was set ([ #768 ] [ i768 ] )
30+ * [ bug] Workaround for connection loss detection in latest Chrome ([ #844 ] [ i844 ] )
31+ * [ bug] Markup parser: Ignore markup in URLs ([ #778 ] [ i778 ] )
8132* [ bug] Hide input for blocked contacts ([ #462 ] [ i462 ] )
8233* [ bug] Only show pin/unpin button if conversation exists ([ #752 ] [ i752 ] )
8334* [ bug] Clamp text in quotes ([ #767 ] [ i767 ] )
35+ * [ bug] Fix connection bar being flaky ([ #824 ] [ i824 ] )
36+ * [ bug] Allow adding all contacts to distribution lists ([ #837 ] [ i837 ] )
37+ * [ bug] Fix sending files and pictures to distribution lists ([ #394 ] [ i394 ] )
38+ * [ bug] iOS: Recurrent wakeup for unsent messages ([ #856 ] [ i856 ] )
39+ * [ bug] Fix send button when sending only emoji ([ #822 ] [ i822 ] )
40+ * [ bug] Fix fallback image for contacts without avatar ([ #851 ] [ i851 ] )
41+ * [ bug] Fix support for japanese IME ([ #777 ] [ i777 ] )
42+ * [ bug] Accessibility improvements for emoji picker ([ #811 ] [ i811 ] )
8443
8544Changes relevant when self-hosting:
8645
@@ -97,6 +56,16 @@ Contributors:
9756
9857- [ @IndianaDschones ] [ @IndianaDschones ]
9958- [ @joelfischerr ] [ @joelfischerr ]
59+ - [ Artem Nachtigall] ( https://www.transifex.com/user/profile/artem.nachtigall/ ) (UK translations)
60+ - [ Boris Klokoc] ( https://www.transifex.com/user/profile/klokyno/ ) (SK translations)
61+ - [ Fernando Alvarez Junco] ( https://www.transifex.com/user/profile/arbesulo/ ) (ES translations)
62+ - [ frau\_ lutzn] ( https://www.transifex.com/user/profile/frau_lutzn/ ) (NL translations)
63+ - [ Johannes Müller] ( https://www.transifex.com/user/profile/tscho/ ) (PT translations)
64+ - [ Maik Holzhauer] ( https://www.transifex.com/user/profile/mkhlzhr/ ) (ES translations)
65+ - [ Marcel Krüse] ( https://www.transifex.com/user/profile/blogkaizzenn/ ) (PT translations)
66+ - [ Nuno\_ M] ( https://www.transifex.com/user/profile/Nuno_M/ ) (PT translations)
67+ - [ Sergiy Kotyk] ( https://www.transifex.com/user/profile/kitser/ ) (UK translations)
68+ - [ vollkorntomate] ( https://www.transifex.com/user/profile/vollkorntomate/ ) (NL translations)
10069
10170
10271### [ v2.1.7] [ v2.1.7 ] (2019-02-07)
@@ -808,6 +777,7 @@ First public release.
808777[ i778 ] : https://github.com/threema-ch/threema-web/issues/778
809778[ i787 ] : https://github.com/threema-ch/threema-web/issues/787
810779[ i792 ] : https://github.com/threema-ch/threema-web/issues/792
780+ [ i811 ] : https://github.com/threema-ch/threema-web/issues/811
811781[ i815 ] : https://github.com/threema-ch/threema-web/issues/815
812782[ i816 ] : https://github.com/threema-ch/threema-web/issues/816
813783[ i817 ] : https://github.com/threema-ch/threema-web/issues/817
@@ -816,7 +786,6 @@ First public release.
816786[ i822 ] : https://github.com/threema-ch/threema-web/issues/822
817787[ i824 ] : https://github.com/threema-ch/threema-web/issues/824
818788[ i826 ] : https://github.com/threema-ch/threema-web/issues/826
819- [ i827 ] : https://github.com/threema-ch/threema-web/issues/827
820789[ i832 ] : https://github.com/threema-ch/threema-web/issues/832
821790[ i837 ] : https://github.com/threema-ch/threema-web/issues/837
822791[ i838 ] : https://github.com/threema-ch/threema-web/issues/838
@@ -825,15 +794,8 @@ First public release.
825794[ i851 ] : https://github.com/threema-ch/threema-web/issues/851
826795[ i856 ] : https://github.com/threema-ch/threema-web/issues/856
827796[ i858 ] : https://github.com/threema-ch/threema-web/issues/858
828- [ i869 ] : https://github.com/threema-ch/threema-web/issues/869
829- [ i870 ] : https://github.com/threema-ch/threema-web/issues/870
830- [ i871 ] : https://github.com/threema-ch/threema-web/issues/871
831-
832- [ v2.2.0-beta.5 ] : https://github.com/threema-ch/threema-web/compare/v2.2.0-beta.4...v2.2.0-beta.5
833- [ v2.2.0-beta.4 ] : https://github.com/threema-ch/threema-web/compare/v2.2.0-beta.3...v2.2.0-beta.4
834- [ v2.2.0-beta.3 ] : https://github.com/threema-ch/threema-web/compare/v2.2.0-beta.2...v2.2.0-beta.3
835- [ v2.2.0-beta.2 ] : https://github.com/threema-ch/threema-web/compare/v2.2.0-beta.1...v2.2.0-beta.2
836- [ v2.2.0-beta.1 ] : https://github.com/threema-ch/threema-web/compare/v2.1.7...v2.2.0-beta.1
797+
798+ [ v2.2.0 ] : https://github.com/threema-ch/threema-web/compare/v2.1.7...v2.2.0
837799[ v2.1.7 ] : https://github.com/threema-ch/threema-web/compare/v2.1.6...v2.1.7
838800[ v2.1.6 ] : https://github.com/threema-ch/threema-web/compare/v2.1.5...v2.1.6
839801[ v2.1.5 ] : https://github.com/threema-ch/threema-web/compare/v2.1.4...v2.1.5
0 commit comments