CHANGELOG.md

  1###Changelog
  2
  3####Version 1.6.8
  4* reworked 'enter is send' setting
  5* reworked DNS server discovery on lolipop devices
  6* various bug fixes
  7
  8####Version 1.6.7
  9* bug fixes
 10
 11####Version 1.6.6
 12* best 1.6 release yet
 13
 14####Version 1.6.5
 15* more OMEMO fixes
 16
 17####Version 1.6.4
 18* setting to enable white chat bubbles
 19* limit OMEMO key publish attempts to work around broken PEP
 20* various bug fixes
 21
 22####Version 1.6.3
 23* bug fixes
 24
 25####Version 1.6.2
 26* fixed issues with connection time out when server does not support ping
 27
 28####Version 1.6.1
 29* fixed crashes
 30
 31####Version 1.6.0
 32* new multi-end-to-multi-end encryption method
 33* redesigned chat bubbles
 34* show unexpected encryption changes as red chat bubbles
 35* always notify in private/non-anonymous conferences
 36
 37####Version 1.5.1
 38* fixed rare crashes
 39* improved otr support
 40
 41####Version 1.5.0
 42* upload files to HTTP host and share them in MUCs. requires new [HttpUploadComponent](https://github.com/siacs/HttpUploadComponent) on server side
 43
 44####Version 1.4.5
 45* fixes to message parser to not display some ejabberd muc status messages
 46
 47####Version 1.4.4
 48* added unread count badges on supported devices
 49* rewrote message parser
 50
 51####Version 1.4.0
 52* send button turns into quick action button to offer faster access to take photo, send location or record audio
 53* visually seperate merged messages
 54* faster reconnects of failed accounts after network switches 
 55* r/o vcard avatars for contacts
 56* various bug fixes
 57
 58####Version 1.3.0
 59* swipe conversations to end them
 60* quickly enable / disable account via slider
 61* share multiple images at once
 62* expert option to distrust system CAs
 63* mlink compatibility
 64* bug fixes
 65
 66####Version 1.2.0
 67* Send current location. (requires [plugin](https://play.google.com/store/apps/details?id=eu.siacs.conversations.sharelocation))
 68* Invite multiple contacts at once
 69* performance improvements
 70* bug fixes
 71
 72####Version 1.1.0
 73* Typing notifications (must be turned on in settings)
 74* Various UI performance improvements
 75* bug fixes
 76
 77####Version 1.0.4
 78* load avatars asynchronously on start up
 79* support for XEP-0092: Software Version
 80
 81####Version 1.0.3
 82* load messages asynchronously on start up
 83* bug fixes
 84
 85####Version 1.0.2
 86* skipped
 87
 88####Version 1.0.1
 89* accept more ciphers
 90
 91####Version 1.0
 92* MUC controls (Affiliaton changes)
 93* Added download button to notification
 94* Added check box to hide offline contacts
 95* Use Material theme and icons on Android L
 96* Improved security
 97* bug fixes + code clean up
 98
 99####Version 0.10
100* Support for Message Archive Management
101* Dynamically load message history
102* Ability to block contacts
103* New UI to verify fingerprints
104* Ability to change password on server
105* removed stream compression
106* quiet hours
107* fixed connection issues on ipv6 servers
108
109####Version 0.9.3
110* bug fixes
111
112####Version 0.9.2
113* more bug fixes
114
115####Version 0.9.1
116* bug fixes including some that caused Conversations to crash on start
117
118####Version 0.9
119* arbitrary file transfer
120* more options to verify OTR (SMP, QR Codes, NFC)
121* ability to create instant conferences
122* r/o dynamic tags (presence and roster groups)
123* optional foreground service (expert option)
124* added SCRAM-SHA1 login method
125* bug fixes
126
127####Version 0.8.4
128* bug fixes
129
130####Version 0.8.3
131* increased UI performance
132* fixed rotation bugs
133
134####Version 0.8.2
135* Share contacts via QR codes or NFC
136* Slightly improved UI
137* minor bug fixes
138
139####Version 0.8.1
140* minor bug fixes
141
142####Version 0.8
143* Download HTTP images
144* Show avatars in MUC tiles
145* Disabled SSLv3
146* Performance improvments
147* bug fixes
148
149####Version 0.7.3
150* revised tablet ui
151* internal rewrites
152* bug fixes
153
154####Version 0.7.2
155* show full timestamp in messages
156* brought back option to use JID to identify conferences
157* optionally request delivery receipts (expert option)
158* more languages
159* bug fixes
160
161####Version 0.7.1
162* Optionally use send button as status indicator
163
164####Version 0.7
165* Ability to disable notifications for single conversations
166* Merge messages in chat bubbles
167* Fixes for OpenPGP and OTR (please republish your public key)
168* Improved reliability on sending messages
169* Join password protected Conferences
170* Configurable font size
171* Expert options for encryption
172
173####Version 0.6
174* Support for server side avatars
175* save images in gallery
176* show contact name and picture in non-anonymous conferences
177* reworked account creation
178* various bug fixes
179
180####Version 0.5.2
181* minor bug fixes
182
183####Version 0.5.1
184* couple of small bug fixes that have been missed in 0.5
185* complete translations for Swedish, Dutch, German, Spanish, French, Russian
186
187####Version 0.5
188* UI overhaul
189* MUC / Conference bookmarks
190* A lot of bug fixes
191
192####Version 0.4
193* OTR file encryption
194* keep OTR messages and files on device until both parties or online at the same time
195* XEP-0333. Mark wether the other party has read your messages
196* Delayed messages are now tagged properly
197* Share images from the Gallery
198* Infinit history scrolling
199* Mark the last used presence in presence selection dialog
200
201####Version 0.3
202* Mostly bug fixes and internal rewrites
203* Touch contact picture in conference to highlight
204* Long press on received image to share
205* made OTR more reliable
206* improved issues with occasional message lost
207* experimental conference encryption. (see FAQ)
208
209####Version 0.2.3
210* regression fix with receiving encrypted images
211
212####Version 0.2.2
213* Ability to take photos directly
214* Improved openPGP offline handling
215* Various bug fixes
216* Updated Translations
217
218####Version 0.2.1
219* Various bug fixes
220* Updated Translations
221
222####Version 0.2
223* Image file transfer
224* Better integration with OpenKeychain (PGP encryption)
225* Nicer conversation tiles for conferences
226* Ability to clear conversation history
227* A lot of bug fixes and code clean up
228
229####Version 0.1.3
230* Switched to minidns library to resolve SRV records
231* Faster DNS in some cases
232* Enabled stream compression
233* Added permanent notification when an account fails to connect
234* Various bug fixes involving message notifications
235* Added support for DIGEST-MD5 auth
236
237####Version 0.1.2
238* Various bug fixes relating to conferences
239* Further DNS lookup improvements
240
241####Version 0.1.1
242* Fixed the 'server not found' bug
243
244####Version 0.1
245* Initial release