Skip to content

Releases: KaidanIM/Kaidan

Version 0.3.2

25 Nov 21:32
Compare
Choose a tag to compare
  • Added AppImage build script (#138) (@jbbgameich)
  • Use relative paths to find resource files (#143) (@LNJ2)
  • Source directory is only used for resource files in debug builds (#146) (@LNJ2)

Version 0.3.1

20 Nov 18:19
Compare
Choose a tag to compare

Fixes:

  • Fixed database creation errors (#135, #132) (@LNJ2)
  • ChatPage: Fixed recipient's instead of author's avatar displayed (#131, #137) (@LNJ2)

Misc:

Internationalization:

Version 0.3.0 - Gloox-rewrite, Avatars, Carbons

15 Aug 08:49
Compare
Choose a tag to compare

Version 0.3.0

  • Added XEP-0280: Message Carbons (#117) (@LNJ2)
  • Added XEP-0054/XEP-0153: VCard-based avatars (#73, #105, #119) (@LNJ2)
  • Added file storage for simply caching all avatars (@LNJ2)
  • New roster design - showing round avatars and last message (#118) (@LNJ2)
  • New chat page design - showing time, delivery status and round avatars (#123) (@LNJ2)
  • Switched to XMPP client library "gloox" (#114) (@LNJ2)
  • Rewritten most of the back-end for gloox and partialy also restructured it (#114) (@LNJ2)
  • (Re)written new LogHandler for gloox (Swiften had this already included) (#114) (@LNJ2)

Snapshot 0.3.0-dev 2017.08.03

03 Aug 13:04
Compare
Choose a tag to compare
Pre-release

AppImage:

Please note that the AppImage is built on a Debian Stretch base (glibc 2.17), and therefore might not work on older distributions.

Verison 0.2.3

19 Jun 13:28
Compare
Choose a tag to compare

This happens if you add new features, you also add new bugs and need to
release another "bug-fix" release.

Changelog:

Fixes:

  • LoginPage: Remove material shadow (#113) (@jbbgameich)
  • Fixed Kaidan was crashing since v0.2.2 when inserting a new message to the DB (@LNJ2)

Version 0.2.2

19 Jun 11:05
Compare
Choose a tag to compare

This release only exists, because we're planning to rewrite parts of the back-end and to switch to the XMPP client library "gloox" and we didn't want to write things as avatars twice, so we're doing a non-only-bug-fix-release now and then we'll start to work on the rewrite and profiles with avatars. Because rewrite + new features are a bit more work, the release probably will take longer than wanted, as the 0.2 release.

Changelog:

Fixes:

  • RosterPage: Clear TextFields after closing AddContactSheet (#106) (@jbbgameich)

Unused back-end features:

  • RosterController: Save lastMessage for each contact (#108) (@LNJ2)
  • Add database versioning and conversion (#110) (@LNJ2)
  • Database: Add new roster row avatarHash (#112) (@LNJ2)

Misc:

Version 0.2.1 - Roster Page style fix

08 Jun 12:06
Compare
Choose a tag to compare

Fixes:

  • Roster page: Fixed style: Now has contour lines and a cool material effect (@LNJ2)

Version 0.2.0 - Roster Editing, Kirigami 2 and much more

06 Jun 20:10
Compare
Choose a tag to compare

User interface:

  • GUI: Port to Kirigami 2 (#81) (@jbbgameich)
  • Use Material/Green Theme per default (@LNJ2)
  • Login page: New design with diaspora* login option (#87) (@jbbgameich)
  • Chat page: Slightly improved design (@LNJ2)

New features:

  • Add Roster Editing (#84, #86) (@LNJ2, @jbbgameich)
  • Roster refreshes now automatically (#83) (@LNJ2)
  • Contacts are now sorted (@LNJ2)
  • Add unread message counters (#92, #101) (@LNJ2)
  • Add LibNotify-Linux notifications (#90) (@LNJ2)
  • Add custom JID resources (#82) (@LNJ2)
  • Add XEP-0184: Message Delivery Receipts (@LNJ2)
  • Disable stream compression by default (for HipChat/other server compatibility) (@LNJ2)

Fixes

  • AboutPage: Fix possible closing of multiple pages (@LNJ2)

Version 0.1 - The First Step To A Usable Client

26 Feb 11:52
Compare
Choose a tag to compare