- Update to 0.14:
Configuration changes:
* ADDED: `mam_sync`, `mam_sync_limit`.
* ADDED: `autocolor_tab_names`.
* CHANGED: `ca_cert_path` is commented out. Poezio will attempt to guess
common CA bundle paths. The option can be used to overwrite this behaviour.
* REMOVED: `force_remote_bookmarks`.
* REMOVED: options related to activity, mood, gaming, tune:
`enable_user_activity`, `enable_user_mood`, `enable_user_gaming`,
`enable_user_tune`, `display_activity_notifications`,
`display_mood_notifications`, `display_gaming_notifications`,
`display_tune_notifications`.
* REMOVED: `deterministic_muc_colors`.
Changes:
* DEPRECATION: /leave is deprecated. Use /part or /close instead.
* REMOVED: rich presence (activity, mood, gaming, tune) from poezio, alongside
with configuration options and commands: /activity, /mood,
and /gaming. These are moved to the new user_extras plugin.
* REMOVED: non-deterministic nick colors in MUC.
* REMOVED: XEP-0319 support removed for privacy and performance.
* REMOVED: Support for pypy3 with the removal of poopt.py
* ADDED: New /request_voice command for moderated rooms
* ADDED: /join: support using an XMPP URI (xmpp:...?join)
* ADDED: /destroy_room: new optional reason and altroom arguments
* ADDED: Newlines now considered as word separator in input manipulation (#3411)
* ADDED: Colored tab names or number using Consistent Color Generation behind
`autocolor_tab_names` (thanks jonas!)
* Stop highlighting on MUC history messages just because they're delayed
* Stop displaying the traceback in debug log when /xhtml fails
* Ensure launch.sh can be use outside the repository (Thanks kaliko)
OBS-URL: https://build.opensuse.org/request/show/1040755
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/poezio?expand=0&rev=4
Configuration changes:
* ADDED: `mam_sync`, `mam_sync_limit`.
* ADDED: `autocolor_tab_names`.
* CHANGED: `ca_cert_path` is commented out. Poezio will attempt to guess
common CA bundle paths. The option can be used to overwrite this behaviour.
* REMOVED: `force_remote_bookmarks`.
* REMOVED: options related to activity, mood, gaming, tune:
`enable_user_activity`, `enable_user_mood`, `enable_user_gaming`,
`enable_user_tune`, `display_activity_notifications`,
`display_mood_notifications`, `display_gaming_notifications`,
`display_tune_notifications`.
* REMOVED: `deterministic_muc_colors`.
Changes:
* DEPRECATION: /leave is deprecated. Use /part or /close instead.
* REMOVED: rich presence (activity, mood, gaming, tune) from poezio, alongside
with configuration options and commands: /activity, /mood,
and /gaming. These are moved to the new user_extras plugin.
* REMOVED: non-deterministic nick colors in MUC.
* REMOVED: XEP-0319 support removed for privacy and performance.
* REMOVED: Support for pypy3 with the removal of poopt.py
* ADDED: New /request_voice command for moderated rooms
* ADDED: /join: support using an XMPP URI (xmpp:...?join)
* ADDED: /destroy_room: new optional reason and altroom arguments
* ADDED: Newlines now considered as word separator in input manipulation (#3411)
* ADDED: Colored tab names or number using Consistent Color Generation behind
`autocolor_tab_names` (thanks jonas!)
* Stop highlighting on MUC history messages just because they're delayed
* Stop displaying the traceback in debug log when /xhtml fails
* Ensure launch.sh can be use outside the repository (Thanks kaliko)
OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/poezio?expand=0&rev=2
- add python3-pyasn1-modules as run-time dependency (fixes bnc#1167427)
- bump to 0.12.1 (fixes bnc#1167427)
- Fix compatibility with the Python 3.5 in debian stable
- Require Python 3.5, to add support for Python 3.7, use proper async
functions, use typing, italics formatting, FIXME
- Added support for XEP-0392 (Consistent Color Generation)
- Added support for XEP-0153 (vCard-Based Avatars) and XEP-0084 (User
Avatar) in the roster tab
- Added support for XEP-0363 (HTTP File Upload) for easy file transfer,
in the upload plugin with /upload
- Added support for XEP-0066 (Out of Band Data) for Conversations
compatibility when sharing images, in the embed plugin with /embed
- Removed support for XEP-0296 (Best Practices for Resource Locking),
to use all features available no matter what our contact’s current
clients support
- Check for usable Unicode support on start
- Generate a device id on first start, and use it for our resource
- Display the public key hash instead of the certificate’s
- Handle carbons properly for private messages in rooms
- /bookmarks can now be used to rename tabs as you want
- Remove unexpected command completion based on command prefix
- Add an irssi theme
- Add a code plugin, which requires pygments
- Fix resource duplication on reconnect
- Misc fixes and improvements
OBS-URL: https://build.opensuse.org/request/show/787871
OBS-URL: https://build.opensuse.org/package/show/server:messaging/poezio?expand=0&rev=9