CHANGELOG.md

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