ChangeLog 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. 0.8.6b:
  2. * Also fix client-to-server pings (Oops, sorry!)
  3. 0.8.6:
  4. * Fix server-to-client pings (error caused periodic reconnects)
  5. * Better connectivity when changing WiFi networks
  6. * Implement Message Carbons (XEP-0280)
  7. * Share with yaxim: using main contact list now
  8. * Contact context menu: display JID
  9. * Sent messages context menu: new "Resend" option
  10. * Contact sorting is case insensitive now
  11. * Large contact list loads slightly faster
  12. * Minor bug fix when aborting a connection
  13. 0.8.5:
  14. * Implement XEP-0199 (client-to-server ping)
  15. * Implement XEP-0184 (message delivery receipts)
  16. * Privacy setting to suppress message content in notification
  17. * Display number of new messages in roster
  18. * Repair scrolling in chat window (fixes #53)
  19. * Work around WiFi/3G reconnection bug
  20. * Implement account creation with yaxim
  21. * New actionbar
  22. * Dark/light theme
  23. * Font size preference
  24. * Display number of members in roster group (fixes #41)
  25. * Backend database changes
  26. 0.8.4:
  27. * New user-friendly first startup dialog
  28. * Support Android 3.x and 4.x
  29. * Remember which roster groups were collapsed (fixes #51)
  30. * Support offline timestamps (sending and receiving)
  31. * New roster implementation (using SQLite, fixes #5)
  32. * Enforce SSL by default (fixes #65)
  33. * Support negative priorities (fixes #61)
  34. * Updated ASMACK from flow, fixed SMACK debugging
  35. * Support jabber servers with SRV record (finally!)
  36. 0.8.3:
  37. * Fix another auto-reconnect iussue
  38. * Support negative priority (fixes #61)
  39. * Display 'Error' messages as such (fixes #44)
  40. * Show MD5 checksum of SSL certificates (fixes #54)
  41. * Improved UI
  42. 0.8.2:
  43. * Fix for annoying auto-reconnect bug! Sorry folks!
  44. * New group separator image
  45. * Auto-clear notification when opening chat window