1###Changelog
2
3####Version 1.12.8
4* more bug fixes :-(
5
6####Version 1.12.7
7* bug fixes
8
9####Version 1.12.6
10* bug fixes
11
12####Version 1.12.5
13* new create conference dialog
14* show first unread message on top
15* show geo uri as links
16* circumvent long message DOS
17
18####Version 1.12.4
19* show offline members in conference (needs server support)
20* various bug fixes
21
22####Version 1.12.3
23* make omemo default when all resources support it
24* show presence of other resources as template
25* start typing in StartConversationsActivity to search
26* various bug fixes and improvements
27
28####Version 1.12.2
29* fixed pgp presence signing
30
31####Version 1.12.1
32* small bug fixes
33
34####Version 1.12.0
35* new welcome screen that makes it easier to register account
36* expert setting to modify presence
37
38####Version 1.11.7
39* Share xmpp uri from conference details
40* add setting to allow quick sharing
41* various bug fixes
42
43####Version 1.11.6
44* added preference to disable notification light
45* various bug fixes
46
47####Version 1.11.5
48* check file ownership to not accidentally share private files
49
50####Version 1.11.4
51* fixed a bug where contacts are shown as offline
52* improved broken PEP detection
53
54####Version 1.11.3
55* check maximum file size when using HTTP Upload
56* properly calculate caps hash
57
58####Version 1.11.2
59* only add image files to media scanner
60* allow to delete files
61* various bug fixes
62
63####Version 1.11.1
64* fixed some bugs when sharing files with Conversations
65
66####Version 1.11.0
67* OMEMO encrypted conferences
68
69####Version 1.10.1
70* made message correction opt-in
71* various bug fixes
72
73####Version 1.10.0
74* Support for XEP-0357: Push Notifications
75* Support for XEP-0308: Last Message Correction
76* introduced build flavors to make dependence on play-services optional
77
78####Version 1.9.4
79* prevent cleared Conversations from reloading history with MAM
80* various MAM fixes
81
82####Version 1.9.3
83* expert setting that enables host and port configuration
84* expert setting opt-out of bookmark autojoin handling
85* offer to rejoin a conference after server sent unavailable
86* internal rewrites
87
88####Version 1.9.2
89* prevent startup crash on Sailfish OS
90* minor bug fixes
91
92####Version 1.9.1
93* minor bug fixes incl. a workaround for nimbuzz.com
94
95####Version 1.9.0
96* Per conference notification settings
97* Let user decide whether to compress pictures
98* Support for XEP-0368
99* Ask user to exclude Conversations from battery optimizations
100
101####Version 1.8.4
102* prompt to trust own OMEMO devices
103* fixed rotation issues in avatar publication
104* invite non-contact JIDs to conferences
105
106####Version 1.8.3
107* brought text selection back
108
109####Version 1.8.2
110* fixed stuck at 'connecting...' bug
111* make message box behave correctly with multiple links
112
113####Version 1.8.1
114* enabled direct share on Android 6.0
115* ask for permissions on Android 6.0
116* notify on MAM catchup messages
117* bug fixes
118
119####Version 1.8.0
120* TOR/ORBOT support in advanced settings
121* show vcard avatars of participants in a conference
122
123####Version 1.7.3
124* fixed PGP encrypted file transfer
125* fixed repeating messages in slack conferences
126
127####Version 1.7.2
128* decode PGP messages in background
129
130
131####Versrion 1.7.1
132* performance improvements when opening a conversation
133
134####Version 1.7.0
135* CAPTCHA support
136* SASL EXTERNAL (client certifiates)
137* fetching MUC history via MAM
138* redownload deleted files from HTTP hosts
139* Expert setting to automatically set presence
140* bug fixes
141
142####Version 1.6.11
143* tab completion for MUC nicks
144* history export
145* bug fixes
146
147####Version 1.6.10
148* fixed facebook login
149* fixed bug with ejabberd mam
150* use official HTTP File Upload namespace
151
152####Version 1.6.9
153* basic keyboard support
154
155####Version 1.6.8
156* reworked 'enter is send' setting
157* reworked DNS server discovery on lolipop devices
158* various bug fixes
159
160####Version 1.6.7
161* bug fixes
162
163####Version 1.6.6
164* best 1.6 release yet
165
166####Version 1.6.5
167* more OMEMO fixes
168
169####Version 1.6.4
170* setting to enable white chat bubbles
171* limit OMEMO key publish attempts to work around broken PEP
172* various bug fixes
173
174####Version 1.6.3
175* bug fixes
176
177####Version 1.6.2
178* fixed issues with connection time out when server does not support ping
179
180####Version 1.6.1
181* fixed crashes
182
183####Version 1.6.0
184* new multi-end-to-multi-end encryption method
185* redesigned chat bubbles
186* show unexpected encryption changes as red chat bubbles
187* always notify in private/non-anonymous conferences
188
189####Version 1.5.1
190* fixed rare crashes
191* improved otr support
192
193####Version 1.5.0
194* upload files to HTTP host and share them in MUCs. requires new [HttpUploadComponent](https://github.com/siacs/HttpUploadComponent) on server side
195
196####Version 1.4.5
197* fixes to message parser to not display some ejabberd muc status messages
198
199####Version 1.4.4
200* added unread count badges on supported devices
201* rewrote message parser
202
203####Version 1.4.0
204* send button turns into quick action button to offer faster access to take photo, send location or record audio
205* visually separate merged messages
206* faster reconnects of failed accounts after network switches
207* r/o vcard avatars for contacts
208* various bug fixes
209
210####Version 1.3.0
211* swipe conversations to end them
212* quickly enable / disable account via slider
213* share multiple images at once
214* expert option to distrust system CAs
215* mlink compatibility
216* bug fixes
217
218####Version 1.2.0
219* Send current location. (requires [plugin](https://play.google.com/store/apps/details?id=eu.siacs.conversations.sharelocation))
220* Invite multiple contacts at once
221* performance improvements
222* bug fixes
223
224####Version 1.1.0
225* Typing notifications (must be turned on in settings)
226* Various UI performance improvements
227* bug fixes
228
229####Version 1.0.4
230* load avatars asynchronously on start up
231* support for XEP-0092: Software Version
232
233####Version 1.0.3
234* load messages asynchronously on start up
235* bug fixes
236
237####Version 1.0.2
238* skipped
239
240####Version 1.0.1
241* accept more ciphers
242
243####Version 1.0
244* MUC controls (Affiliaton changes)
245* Added download button to notification
246* Added check box to hide offline contacts
247* Use Material theme and icons on Android L
248* Improved security
249* bug fixes + code clean up
250
251####Version 0.10
252* Support for Message Archive Management
253* Dynamically load message history
254* Ability to block contacts
255* New UI to verify fingerprints
256* Ability to change password on server
257* removed stream compression
258* quiet hours
259* fixed connection issues on ipv6 servers
260
261####Version 0.9.3
262* bug fixes
263
264####Version 0.9.2
265* more bug fixes
266
267####Version 0.9.1
268* bug fixes including some that caused Conversations to crash on start
269
270####Version 0.9
271* arbitrary file transfer
272* more options to verify OTR (SMP, QR Codes, NFC)
273* ability to create instant conferences
274* r/o dynamic tags (presence and roster groups)
275* optional foreground service (expert option)
276* added SCRAM-SHA1 login method
277* bug fixes
278
279####Version 0.8.4
280* bug fixes
281
282####Version 0.8.3
283* increased UI performance
284* fixed rotation bugs
285
286####Version 0.8.2
287* Share contacts via QR codes or NFC
288* Slightly improved UI
289* minor bug fixes
290
291####Version 0.8.1
292* minor bug fixes
293
294####Version 0.8
295* Download HTTP images
296* Show avatars in MUC tiles
297* Disabled SSLv3
298* Performance improvements
299* bug fixes
300
301####Version 0.7.3
302* revised tablet ui
303* internal rewrites
304* bug fixes
305
306####Version 0.7.2
307* show full timestamp in messages
308* brought back option to use JID to identify conferences
309* optionally request delivery receipts (expert option)
310* more languages
311* bug fixes
312
313####Version 0.7.1
314* Optionally use send button as status indicator
315
316####Version 0.7
317* Ability to disable notifications for single conversations
318* Merge messages in chat bubbles
319* Fixes for OpenPGP and OTR (please republish your public key)
320* Improved reliability on sending messages
321* Join password protected Conferences
322* Configurable font size
323* Expert options for encryption
324
325####Version 0.6
326* Support for server side avatars
327* save images in gallery
328* show contact name and picture in non-anonymous conferences
329* reworked account creation
330* various bug fixes
331
332####Version 0.5.2
333* minor bug fixes
334
335####Version 0.5.1
336* couple of small bug fixes that have been missed in 0.5
337* complete translations for Swedish, Dutch, German, Spanish, French, Russian
338
339####Version 0.5
340* UI overhaul
341* MUC / Conference bookmarks
342* A lot of bug fixes
343
344####Version 0.4
345* OTR file encryption
346* keep OTR messages and files on device until both parties or online at the same time
347* XEP-0333. Mark whether the other party has read your messages
348* Delayed messages are now tagged properly
349* Share images from the Gallery
350* Infinit history scrolling
351* Mark the last used presence in presence selection dialog
352
353####Version 0.3
354* Mostly bug fixes and internal rewrites
355* Touch contact picture in conference to highlight
356* Long press on received image to share
357* made OTR more reliable
358* improved issues with occasional message lost
359* experimental conference encryption. (see FAQ)
360
361####Version 0.2.3
362* regression fix with receiving encrypted images
363
364####Version 0.2.2
365* Ability to take photos directly
366* Improved openPGP offline handling
367* Various bug fixes
368* Updated Translations
369
370####Version 0.2.1
371* Various bug fixes
372* Updated Translations
373
374####Version 0.2
375* Image file transfer
376* Better integration with OpenKeychain (PGP encryption)
377* Nicer conversation tiles for conferences
378* Ability to clear conversation history
379* A lot of bug fixes and code clean up
380
381####Version 0.1.3
382* Switched to minidns library to resolve SRV records
383* Faster DNS in some cases
384* Enabled stream compression
385* Added permanent notification when an account fails to connect
386* Various bug fixes involving message notifications
387* Added support for DIGEST-MD5 auth
388
389####Version 0.1.2
390* Various bug fixes relating to conferences
391* Further DNS lookup improvements
392
393####Version 0.1.1
394* Fixed the 'server not found' bug
395
396####Version 0.1
397* Initial release