CHANGELOG.md

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