CHANGELOG.md

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