* Auto-fix some recent lints
* Update tiny version in Cargo.lock
* Release v0.13.0
* Use IndexMap in byte_seq_parser macro (#438)
* Improve handling of IRC color code (0x03) without colors afterwards (#435)
* Fix default-features deprecation warning
- skip testing termbox examples due to compilation issues
OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=32
* Fix rustls deprecation warning
* Refactor termbox attribute values and make it clear that they can be manipulated w bit sets
* Remove msg_area::Line::force_recalculation
* Fix a warning, new lints
* Upgrade ring to 0.17
* Fix assigning_clones lints
* Improve matching when highligting mentions
* Use dbus instead of zbus for desktop notifications
* Remove `WidgetRet::Quit` and `TUIRet::Quit`:
* Some renaming in TUI for consistency, documentation
* Refactor TUI event type:
* Remove a redundant `pub`
* Update tokio
- Use recomprizz instead of recompress in _service
OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=29
- Update to version 0.12.0:
New features:
* New TUI text attributes italic and strikethrough added to the
config file parser. These can be combined with the existing
bold and underline attributes. (#409, #404)
* Added support for key bindings that run commands. Example:
key_map:
ctrl_d:
command: quit (#403, #410)
Bug fixes and other improvements:
* Default config updated with better comments, color config
for join/part messages. (#412)
* /join command errors now print usage help once instead of
twice. (c512887)
* Fix showing timestamp of the next message or activity
after a /clear. (#417)
* Fix a crash when the config file is deleted before
a /reload. (3ea5678)
OBS-URL: https://build.opensuse.org/request/show/1135996
OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=25
* Bug fixes and refactoring in key map implementation:
* Update CHANGELOG, initial config
* Rename 'run_command' key action to just 'command'
* Support tiny commands in keymap config (#410)
* Support italic and strikethrough attribute (#404) (#409)
* Fix tab config test with desktop-notifications feature (#408)
* Update deps, reword and format initial config, fix new lints
* Update changelog
* Update dependencies (#405)
* Config to set /ignore and /notify (#344)
* CHANGELOG: Add #403
* Implement bold, italic, underline, strikethrough rendering
* Added support for SASL EXTERNAL (#363)
* Fix a few lints introduced with rustc 1.66.0
* CHANGELOG: Remove trailing ws, formatting
* Implement running shell commands for getting passwords (#315)
* Fix a bug when running $EDITOR on macOS 12
* Mention default macOS config path in README
* Update CHANGELOG with #395
* Allow QUIT and PART with a message (#395)
OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=17