Changelog for
iamb-0.0.8.dd001af-1.1.i586.rpm :
* Tue Mar 05 2024 Joshua Smith
- Update to version 0.0.8.dd001af:
* Download rooms keys from backups if they exist
* Update to matrix-sdkAATT0.7.1
* Thu Feb 29 2024 Joshua Smith - Update to version 0.0.8.84bc6be:
* Support following the .well-known entries for a username\'s domain
* Pull in modalkit repository with a `Cargo.lock`
* Move LTO into its own \"release-lto\" profile
* Update README.md to add openSUSE Tumbleweed (♥)
* Update modalkit dependencies
* Indicate and sort on rooms with unread messages
* Support coloring entire message with the user color
* Fix truncation/padding for non-ASCII sender names
* Add a new `:chats` window that lists both DMs and Rooms
* Thu Feb 15 2024 Joshua Smith - Update to version 0.0.8.88af9bf:
* Fix crash on small image preview
* Fix not showing display names in already synced rooms
* Update to ratatui-imageAATT0.4.3 to use native sixel lib
* Fix image preview offset
* Add support for previewing images in room scrollback
* feat: desktop file for GUI environment launchers
* Add support for logging in with SSO
* Support custom sorting for room and user lists
* Use mozilla-actions/sccache-action for caching builds
* Add new command for logging out of iamb session
* Reduce CPU usage by instead fetching read receipts after related sync events
* Links should be \"openable\"
* Update modalkit for newer ratatui and crossterm
* Enable sending strikethrough text
* Update Cargo.lock file
* Support composing messages in an external editor
* Fix example config
* Mon Oct 02 2023 Joshua Smith - Update to version 0.0.8.c7864cb:
* Enable sending strikethrough text
* Update Cargo.lock file
* Support composing messages in an external editor
* Fix example config- Partially fixes iamb issue #149 related to username_display
* Sat Jul 08 2023 Joshua Smith - Update to version 0.0.8: Added:
* Append suffix to download filenames to avoid overwrites
* Support uploading image attachments from clipboard
* Support leaving rooms
* Support hiding server part of username in message scrollback
* Restore opened tabs and windows upon restart
* Interpret newlines as line breaks when converting Markdown to HTML
* Indicate when you\'re editing a message
* Support configuring which program :open runs
* Support sending and completing Emoji shortcodes in the message bar
* Indicate number of members in room
* Show errors fetching space hierarchy when list is empty
* Indicate when there are new messages below scrollback viewport
* Add manual pages Changes:
* Show Git SHA information when printing version information Fixes:
* Tab completion panics for unrecognized commands
* Fix error message for undefined download directory
* Gracefully handle verification events that are unknown locally
* Use terminal window focus to determine when a message has actually been seen
* ChatStore::set_receipts locks up app for bad connections
* Need fallback behaviour when dirs::download_dir returns None
* Code blocks get rendered without line breaks
* Remove trailing newlines in body
* Profile session token should only be readable by the user
* Handle sync failure after successful password entry
* Sun May 07 2023 Joshua Smith - Initial package for iamb for openSUSE