Skip to content

v0.2.4

Compare
Choose a tag to compare
@tulir tulir released this 21 Sep 19:03
· 116 commits to master since this release
  • Added is_direct flag when creating DMs (thanks to @gsauthof in #261).
  • Added newline toggle for swapping enter and alt-enter behavior (thanks to @octeep in #270).
  • Added timestamps toggle for disabling timestamps in the UI (thanks to @lxea in #304).
  • Added support for getting custom download directory with xdg-user-dir.
  • Added support for updating homeserver URL based on well-known data in /login response.
  • Updated some places to use default color instead of white to better work on light themed terminals (thanks to @zavok in #280).
  • Updated notification library to work on all unix-like systems with notify-send.
    • Notification sounds will now work if either paplay or ogg123 is available.
    • Based on work by @negatethis (in #298) and @begss (in #312).
  • Disabled logging request content for sensitive requests like /login and cross-signing key uploads.
  • Fixed caching state of rooms where the room ID contains slashes.
  • Fixed index error in fuzzy search (thanks to @Evidlo in #268).