* Thu Aug 22 2024 Joshua Smith <smolsheep@opensuse.org>
- Enable desktop feature to fix tests
* Wed Aug 21 2024 Joshua Smith <smolsheep@opensuse.org>
- Temporarily remove failing tests.
- Update to 0.0.10:
Features
* Support marking a room as a direct message room
* Add external_edit_file_suffix to config
* Allow typing newline with <S-Enter> and enable keyboard
enhancement protocol
* Display file sizes for attachments
* Implement set/unset/show for alternative and canonical aliases
* Allow notifications on open room if terminal not focused
* Add command to set per-room notification levels
* Add message slash commands
* Support reacting literally with non-Emojis
* Include room name in desktop notifications
* Add ban/unban/kick room commands
* Add command for setting room history visibility
* Add commands for viewing and clearing unreads
Documentation
* Update Welcome window to reference TOML instead of JSON
* Add FreeBSD installation instructions
* Fix openSUSE link and installation command in README
* Add Hombrew as install method on MacOS
Fixes
* Fix reaction count when there are duplicate reaction events
from a user
* Prevent sending duplicate reaction events
* Use color overrides for users when message_user_color is
enabled
* Fix image preview placement when messages are preceded by a
date in the timeline
* Trim :editor output and check if it's empty
* Add error for missing username on :logout
* Remove timeout for desktop notifications
* Fix underflow panics when using TextPrinter::push_span_nobreak
* Remove modifyOtherKeys enablement
* Avoid treating simple messages as Markdown
* Handle message marks on non-64-bit platforms
* Thu Jun 06 2024 Joshua Smith <smolsheep@opensuse.org>
- Improve description text
- Remove deprecated Group tag
* Sat May 25 2024 Joshua Smith <smolsheep@opensuse.org>
- Fix Debian install by setting maintainer in output
* Fri Apr 26 2024 Joshua Smith <smolsheep@opensuse.org>
- Enable building on more distro targets.
* Fri Mar 29 2024 Joshua Smith <smolsheep@opensuse.org>
- Build against system sqlite & openssl. Added openssl and
sqlite to BuildRequires. Bundled RusTLS is still usable with a
conditional for where it may be required.
- Install manpages and new icons
- Use upstream tarball
- Update to version 0.0.9:
Features:
* Add commands for importing and exporting room keys
* Add support for desktop notifications
* Support notifications via terminal bell
* Support loading a TOML configuration
* Enable autolinking when rendering Markdown
* Support configuring user gutter width
* Support displaying shortcodes instead of Emojis in messages
Documentation:
* Add an icon for iamb
* Update manual pages to use mdoc(7) and list commands
* Add example of mapping "V" to toggle message selection mode
Fixes:
* Ignore key releases on platforms that support it
* Fix entering thread view when there's no messages yet
* Wait to log in before starting background tasks
* Reset message bar when `!` is passed with :cancel
* Fix image previews in replies
* Provide better error message for M_UNKNOWN_TOKEN
Building:
* Support linking against system OpenSSL
* Sun Mar 17 2024 Joshua Smith <smolsheep@opensuse.org>
- Added desktop file
* Sun Mar 10 2024 Joshua Smith <jsmithfpv@gmail.com>
- Enabled tests
- Update to version 0.0.8.e7f158f:
* Add support for custom key macros
* Add support for threads
* Load receipts for room before acquiring lock
* Update to ratatui-image@0.8.1
* Tue Mar 05 2024 Joshua Smith <jsmithfpv@gmail.com>
- Update to version 0.0.8.dd001af:
* Download rooms keys from backups if they exist
* Update to matrix-sdk@0.7.1
* Thu Feb 29 2024 Joshua Smith <jsmithfpv@gmail.com>
- 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