Skip to content

Latest commit

 

History

History
71 lines (51 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

71 lines (51 loc) · 2.71 KB

Changelog

All notable changes to Relay will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

[0.6.1-beta] - 2024-09-06

Changed

  • Don't include images in group invitation codes because it makes them too long
  • Remove the hover toolips and click to copy on idneticons for users that don't have profile images
  • Show in inbox conversation summary how many images were attached to the latest message

[0.6.0-beta] - 2024-09-04

Added

  • New confirmation flow when creating a contact. Immediately add a 1:1 conversation with the new contact and go straight there, with a notice that they need to "confirm" the connection, and a button to send them the invite link.
  • Ability to click on links in messages to open them in external browser
  • Add basic search to conversation list, only matches conversation titles right now
  • Translations for German, Spanish, French, Italian, Bulgarian, Norwegian, Romanian, Danish, Swedish, Slovak
  • Many more small UI improvements and fixes

Fixed

  • Copying and pasting invite codes in Tauri android
  • Make sure mobile keyboard never covers content
  • Allow for scrolling long member list for conversation
  • Correctly sanitize html in message content, allowing for safe tags

[0.5.3-beta] - 2024-08-23

Added

  • First version of on device notifications

Changed

  • Improved flow and UI of creating and editing contacts

Fixed

  • Syncing of images with messages
  • Make sure invited contacts appear after creating a private conversation

[0.5.2-beta] - 2024-08-20

Added

  • Light mode and dark mode themes, which respect the OS theme setting

Changed

  • Lots of little UI tweaks and improvements

Fixed

  • Wrapping of long words in messages
  • Removed scrollbar on splashscreen

[0.5.1-beta] - 2024-08-17

Added

  • Localize/Internationalize Relay! Start with englsh and german locales, pending the actual German translations.

Changed

  • Display name and avatar from a local contact first, then from the agent's profile if there is no contact for them
  • When there are multiple messages in a 5 minute period from the same person don't display their name and avatar for every message

Fixed

  • Correctly escape content when displaying it in the UI
  • Show correct most recent message in Inbox
  • Show correct unread status in Inbox
  • Sorting conversations in the inbox according to most recent activity

[0.5.0-beta] - 2024-08-07

First public Beta release of Relay! Includes profile creation and editing, private conversations with selected contacts, group conversations with invited links, contact book, image attachments and more.