- 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
- Improve description text
- Remove deprecated Group tag
- Fix Debian install by setting maintainer in output
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/iamb?expand=0&rev=8
9 lines
252 B
Plaintext
9 lines
252 B
Plaintext
<services>
|
|
<service name="download_files" mode="manual"/>
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="src">iamb-*.gz</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">false</param>
|
|
</service>
|
|
</services>
|