SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for gajim-lang-1.5.1-6.2.noarch.rpm :

* Wed Oct 05 2022 Fritz Reichwald - Add 0001-remove-upnp.patch to (temporarily) remove the code in app.py that is going to use GUPnP-IGD since the prior fix from Luciaon is not working here.- Add missing libpcre BuildDep that made the build fail locally
* Wed Sep 28 2022 Luciano Santos - Temporarily remove auto generated requirement on GUPnPIgd GI bindings to address fatal error caused by requirement on both LibSoup2 and LibSoup3 thus making the app unlaunchable. This is caused because Gajim itself depends on LibSoup 2.4 while the GUPnPIgd GI bindings pulls in UPnP which in turns depends on LibSoup 3.0 (boo#1203676).- Add missing GSSAPI Python module runtime requirement.
* Tue Sep 20 2022 Sebastian Wagner - update to version 1.5.1: - Bug Fixes - ChatBanner: Format markup string correctly- update to version 1.5.0: - CVE-2022-39835 - This release fixes a vulnerability which allowed attackers to craft a XML - stanza in a way, so Gajim would accept it as message correction for messages - not originating from the attacker. - New - Add drag and drop support for pinned chats - Workspaces: Add shortcuts for switching - Refactor ChatWidgets so they are only created once (#10987, #11038, #10973, #10119, #11052, #10945) - Improvements - Preview: Improve mime type detection (#11150) - SearchView: Add hint for search filters (#11136) - Preview: Show left click action tooltip on icon (#11138) - ACE: Highlight non-default values (#11120) - XMLConsole: Use SourceView for XML input (#11121) - Migration: Make archive migation more resilient - Workspaces: Move chats when removing workspace (#11098) - ChatList: Always show when switching workspace (#11108) - MessageActionsBox: Disable encryption button if MUC is public (#10959) - Increase contrast for message row meta elements - StatusIcon: Use new icon for pending events - WorkspaceSidebar: Allow removing workspace from context menu - AccountPage: Add button for Ad-Hoc commands - Don’t try to query avatars in MUCs which don’t allow it (#10937) - Don’t disco MUC participants on presence - Chatstate: Don’t make too many assumptions - Windows: Increase default font size - CSS: Use relative sizes for fonts - ChatControl: Show error if encryption plugin is missing - Store and restore running HTTP File Transfer uploads - Add button for toggling chat list (#11035) - ContactInfo/GroupchatDetails: Toggle icon when editing name - Change - Raise nbxmpp version - Raise PyGObject version (#11132) - Add requirement for min sqlite version - ChatBanner: Add button for managing voice requests - Remove IPython support - Rework ChatCommands - Shortcuts: Use Ctrl+F for opening the search bar (#11073) - Remove clear-chat action (Ctrl+L) - Raise required nbxmpp version to 3.2.2 - Performance - Use Task Queue to request avatars on MUC join - Bug Fixes - GroupchatState: Hide when we are offline - Corrections: Don’t correct message if text has not changed (#11146) - Make plugin usable check work on all unix/linux systems (#11134) - MUC: Don’t ignore MUC invites when ignore_unknown_contacts is set (#11107) - Make shortcuts more discoverable (#11122, #11127) - Better validate message corrections - MUC: Improve automatically adding members on invite - Preview: Sanitize filename from disallowed chars (#11105#10752) - Chatstates: Don’t sent chatstate delayed to ourself - Don’t reset setting when closing single chat - Preview: Don’t fail if thumb file already exists (#11091) - MessageInputTextView: Account for having multiple blocks when applying style (#11015) - ActionMenu: Correctly execute text actions if text contains underscore - InfoMessage: Don’t escape text - MUC: Send password and reason correctly on invite - Preview: Reset received size before cancelling or downloading - BlockingList: Don’t fail with placeholder address (#11084) - ChatList: Update status for private chats correctly - ChatList: Update avatar for all chats correctly - GroupChat: Handle nickname changes correctly - Roster: Add missing contact-info action - Make switch-next-unread-tab action work - ChatBanner: Use correct scaling for chatstates - FileTransferRow: Don’t cancel transfer when switching chat - ChatBanner: Don’t show phone icon for group chats - Don’t handle message-sent even for groupchats - ChatBanner: Display account badge again - Make nick completion test pass - Preview: Store last_save_dir with Save As - Preview: Make sure the widget is not being destroyed while updating (#10920) - Fix handling of URLs without scheme (#11059) - GroupchatState: Call correct page for not-joined - ChatControl: Don’t assume messages always have a resource (#11042) - Notes - ChatCommands have been reworked. Only following commands are now available - - status - - invite - - ban - - affiliate - - kick - - role - Ctrl+H for opening the search bar has been removed, please use the - commonly used Ctrl+F (find). The shortcut for starting a file transfer - has been dropped.
* Sun Jul 24 2022 Alexei Sorokin - Update to version 1.4.7:
* Startup: Show hint in console if Gajim is already running.
* Preview: Add a setting to disable file preview.
* Roster: Display show value in tooltip.
* ChatActionProcessor: Improve detection of emoji shortcode start.
* Roster: Don’t invalidate filter on contact update.
* Roster: Sort more efficiently.
* Settings migration: Don’t fail on missing proxies key.
* Chat Markers: Don’t send marker for outgoing messages.
* Main Window: Move to stored position on startup.
* Preview: Allow manual download for all mime types.
* GroupchatInfo: Don’t set subject when loading from disco info.
* Preview: Hide download hint if we sent the file.
* Remote: Console scripts need a method as entry point.
* CodeWidget: Don’t default to python for highlighting.
* ContactInfo: Preserve groups when changing contact name.
* CodeWidget: Don\'t highlight matching brackets.
* StatusIcon: Don’t lose new message icon on state change.
* GtkStatusIcon: Always show when Gajim has not toplevel focus.
* GroupChatNickCompletion: Only process Tab press.
* MessageRow: Align name label correctly.
* StatusIcon: Fix logic error on activate.
* Thu Jul 07 2022 Alexei Sorokin - Update to version 1.4.6:
* Roster: Display show value in tooltip.
* ChatActionProcessor: Improve detection of emoji shortcode start.
* Remote: Console scripts need a method as entry point.
* CodeWidget: Don’t default to python for highlighting.
* ContactInfo: Preserve groups when changing contact name.
* CodeWidget: Don\'t highlight matching brackets.
* StatusIcon: Don’t lose new message icon on state change.
* GtkStatusIcon: Always show when Gajim has not toplevel focus.
* GroupChatNickCompletion: Only process Tab press.
* Row name: Align label correctly.
* StatusIcon: Logic error on activate.
* Tue Jun 21 2022 Alexei Sorokin - Update to version 1.4.5:
* Add new Shortcut for toggling the chat list.
* Preferences: Add setting for emoji shortcodes.
* Disable plugin updates by Gajim on flatpak.
* Use nickname provided in subscription requests everywhere.
* GroupchatOutcasts: Make removing users work.
* Chat: Display corrections for /me messages correctly.
* Styling: Process URIs when using /me command.
* Preview: Align link button correctly.
* MUC: Don’t fail on presence from unknown occupants.
* SystemStyleListener: Fix handling of colour scheme states.
* Styling: Improve address regex.
* Styling: Improve uri regex.
* Styling: Parse text correctly which contains uris and addresses.
* Main: Process window shortcuts when no chat is open.
* Restore minimal AdHoc module.
* Sat Jun 18 2022 Alexei Sorokin - Update to version 1.4.4:
* Add support for inputing emoji short codes.
* Add freedesktop colorscheme preference support.
* Add new CLI command --show.
* Add new CLI command --cprofile.
* Preferences: Add `Action on Close Button` setting.
* Preferences: Add `Show in Taskbar` setting.
* Preferences: Add D-Bus Interface setting.
* Rewrite gajim-remote.
* Logind: Listen to system shutdown and quit Gajim gracefully.
* CreateGroupchatWindow: Enable emoji completion for description.
* CreateGroupchatWindow: Produce valid addresses from name.
* Gateways: Use avatar if published.
* History: Add Keep History \"Until Gajim is Closed\" option.
* MUC: Base invitation type on MUC type and affiliation.
* Rework DBus Remote Interface.
* StatusMessageSelector: Enable emoji completion.
* Group chats: Ask for confirmation before leaving.
* Preview: Improve layout and display errors.
* #10828 Limit message size for styling.
* Remove remote AdHocCommands feature.
* Remove ask for status settings.
* Chat banner: Show phone image if last message came from a phone.
* Flatpak: Determine notification backend caps with dbus.
* Groupchat: Prevent automatic roster revealer toggling on join.
* Make plugins_repository_enabled available via ACE.
* MucJoinLeft: Align timestamp correctly.
* NotificationManager: Make displaying an invitation more robust.
* StatusIcon: Reliably raise/hide window.
* Groupchat: Don\'t steal active msg textbox focus.
* Groupchat: Load GroupChatState widget early.
* DBus: Unify presence signals.
* JingleAudio: Check if webrtcdsp is available.
* Groupchat: Show correct icon when toggling roster revealer.
* WorkspaceDialog: Show correct settings for workspace if there is only one.
* Status messages: Check for correct setting.
* MessageInputTextView: Don’t remove tags for spell checking.
* Workspaces: Fix image scaling.
* AvatarSelector: Add fail-safes for loading images.
* Limit max quote recursion.
* Make drag & drop more reliable.
* Preview: Don’t fail on invalid IPV6 urls.
* Remote: Don’t fail on list_contacts.
* Preview: Catch PIL errors while generating preview.
* Mon Jun 06 2022 Jaime Marquínez Ferrándiz - Update dependency on typelib(GtkSource) to version 4 (boo#1199959)
* Wed Jun 01 2022 Alexei Sorokin - Update to version 1.4.3:
* AppPage: Show plugin update notifications.
* ChatList: Add middle mouse click for closing a chat.
* DirectorySearch: Use Gio.Menu, add Start Chat item.
* Group chat roster: Store visibility.
* Smaller Jingle file transfer widget.
* Unify ContactInfo and GroupchatDetails elements width.
* Workspaces: Add Move to new workspace functionality.
* Workspaces: Enable emoji picker.
* Avatars: Render emojis correctly.
* AddContact: Fix opening AdHocCommands window.
* ContactInfo: Fix copying name and JID by Ctrl+C.
* DirectorySearch: Correctly connect form validation.
* Don’t fail on GajimPlugin equality test.
* History: Don’t remove JID IDs from database.
* InfoBar: Add style rule for anchors in dark mode.
* Make GStreamer an optional dependency again.
* Plugins: Unregister modules after calling deactivate().
* Replace user-visible strings of \"Groupchat\" with \"Group Chat\".
* WorkspaceDialog: Disable Remove button for last workspace.
* AccountsWindow: Use get_app_window to reliably access window\'s methods.
* VCardGrid: Request minimum width.
* ChatControl: Don\'t update AV actions for PMs.
* Search: Add fail-safe for incomplete JID ID tables.
* StartChat: Allow transport JIDs without successful discovery.
* Mon May 30 2022 Dominique Leuenberger - Fix download url: upstream only publishes a .tar.gz, so let\'s use that.
* Sat May 28 2022 Alexei Sorokin - Update to version 1.4.2:
* SearchView: Add calendar for browsing history.
* MUC: Enable history when creating rooms.
* Preferences: Bind show_send_message_button to send_on_ctrl_enter.
* MessageInputTextView: Limit chars when applying styles.
* Accounts: Fix accessing disabled accounts.
* MUC: Display moderated messages again.
* MUC: Ignore gateway services for room creation.
* Preferences: Hide non-functional xhtml setting.
* Remove `Save conversation` setting.
* Reset conversation view when switching chat.
* Socks5: Catch specific exception.
* Status: Restore last status correctly.
* Jingle: Stop early if no transport is available.
* Roster: Filter list on contact update.
* Roster: Sort DND last.
* Don\'t set read marker when receiving own carbons.
* Sat May 21 2022 Alexei Sorokin - Update to version 1.4.1:
* Add \"Join Support Chat\" help item.
* ConversationView: Add date for timestamps older than current date.
* SearchView: Add margins and border-radius to ResultRow.
* ConversationView: Move timestamp widget to the left.
* Bug fixes: See https://dev.gajim.org/gajim/gajim/-/blob/gajim-1.4.1/ChangeLog#L13
* Sat May 14 2022 Alexei Sorokin - Update to version 1.4.0:
* Rework GUI (Main Window and Chat).
* Integrate Plugin Installer.
* Integrate Image Preview Plugin.
* Integrate Syntax Highlight Plugin.
* Integrate AppIndicator Plugin.
* Allow customising Shortcuts.
* Support Message Moderation in Group Chats.
* Allow administrators to define setting overrides.
* Drop zeroconf support.
* Remove History Manager.
* Remove Single Message Dialogue.
* Group Chat: Move many menu options into details dialogue.
* Bug fixes: See https://dev.gajim.org/gajim/gajim/-/blob/gajim-1.4.0/ChangeLog#L23
* Tue Jan 18 2022 Guillaume GARDET - Plugins sub-folder must be owned by a package
* Sat Dec 18 2021 Alexei Sorokin - Update to version 1.3.3:
* Profile: Add NOTE entry.
* Port AdHocCommand window to new Assistant.
* Update API JID for search.jabber.network integration.
* Provider list: Remove blabber.im.
* Depend on nbxmpp>=2.0.4 (CVE-2021-41055).
* HTTPUpload: Raise FileError if path is not accessible.
* Fix spell checking.
* Check for gstreamer GTK plugin for AV support.
* Jingle: Fix UnboundLocalError for transports variable.
* Fix test_gui_interface testsuite.
* Reload CSS after switching dark/light theme.
* Dead key improvements.
* Fix starting History Manager in standalone mode.
* Tue Oct 26 2021 Dominique Leuenberger - Add typelib(Soup) = 2.4 requires: the way the dep is encoded in the .py file is not supported by the dep scanner.- Drop the -lang Recommends: the -lang packages have automatically added supplements already.
* Mon May 17 2021 Ferdinand Thiessen - Update to version 1.3.2
* New
* Setting for automatic history cleanup
* Chat-specific ‘Group Chat Settings’ page
* ‘Mark as Read’ button for message notifications
* ‘Send Message’ button in chat windows
* Support for vCard4 (XEP-0292)
* Added a preview when pasting images from the clipboard
* Added setting to explicitly enable GSSAPI authentication
* Added account switch description (On/Off) for better accessability
* Changes
* MessageInput: Removed custom placeholder (‘Type a message…\')
* MessageInput: Added focus borders for better accessability
* Gajim will use direct messages in non-anonymous group chats instead of PMs (this is configurable)
* Message styling: removed _underline_ style and added ~strikethrough~ style, making Gajim standard compliant
* Removed notification for contact sign in/out
* Removed ‘Auto copy’ workaround for Ctrl+C usage in the chat window
* If Gajim fails to join a group chat, it now offers a Retry button
* Emoji button now opens GTK’s native Emoji chooser
* Improved A/V codec selection
* Fixed some regressions with non-english keyboard layouts
* Fixed command for opening the Start Chat window
* A/V menu entries are now updated (enabled/disabled) correctly when receiving the contact’s capabilities
* Fixed GSSAPI support
* Some shortcuts now use Primary (Ctrl/Cmd) instead of Alt
* Fixed a bug where dropping selected text on a chat window would fail
* Fixed ‘Show status changes’ setting being ignored for group chats
* Fixed a bug where removing a plugin would fail
* And much more: Have a look at the full changelog
* Fri Jan 08 2021 olafAATTaepfle.de- Gajim needs Python 3.7+
* Mon Sep 07 2020 Dirk Mueller - update from cssutils to css-parser (bsc#1176101)
* Thu Sep 03 2020 Dirk Mueller - tighten requirements (bsc#1176101)
* Wed Aug 26 2020 Dirk Mueller - update to 1.2.2:
* Rewritten network code
* Support for WebSocket (RFC 7395)
* Improved proxy handling
* Group chat pages (invite, information, nickname, subject, etc.)
* Group chat creation window
* Updated account creation assistant
* Updated assistants for password changing and account removal
* Updated server info window (connection details)
* Updated theme manager
* Default avatars (XEP-0392)
* Paste images from clipboard
* Contrast and color improvements for both light and dark themes
* Removed \'Invisible\' status
* Removed FuzzyClock feature
* ServerInfo: Display status address
* Add block and spam reporting in various places
* Roster: Allow to add contacts from `Not in contact list` group via DND
* Roster: Allow sending message to serveral groups
* Groupchat/Chat: Rework DND
* Groupchat: Display recent history from the database
* Status Selector was reworked
* Status Change dialog was reworked
* Preferences: Added Setting to toggle the use of a keyring
* Windows/Mac: Gajim notifys now about new updates
* ServerInfo: Show more details about the current connection
* bugfixes- remove ssl_use_system_certs.patch (obsolete)
* Sun Jan 05 2020 Benoît Monin - add ssl_use_system_certs.patch (boo#1159017): always use the system certificates and remove the provided one, fix build with newer ca-certificates bundle
* Thu May 23 2019 mvetterAATTsuse.com- Update to 1.1.3: New:
* Add a mobile phone indicator to the chat window
* Rework HTTPUpload dialog
* Add a \"paste as quote\" option to the message input Bug fixes:
* #8822 Fix memory leak when using spell checker
* #9514 Fix jingle filetransfers not working in some circumstances
* #9573 Dont leak DNS query when connecting over proxy
* #9578 Determine Windows version more reliably
* #9622 Fix an error while quitting Gajim
* #9633 Fix an error while sending a file
* #9637 Restore window size correctly on wayland
* #9660 GPG Agent setting is ignored
* #9645 Make zeroconf IPV6 compatible
* Improve dark theme colors
* Fix access to GnuPG keys
* Use UUID4 item ids for pubsub posts
* Dont send invalid show values
* Various smaller improvements
* Thu Jan 31 2019 mvetterAATTsuse.com- Require python3-nbxmpp >= 0.6.9 (boo#1123247)
* Tue Jan 22 2019 liedkeAATTrz.uni-mannheim.de- Update to 1.1.2:
* #9518 Windows: Pressing \"^\" yields \"^^\"
* #9522 Windows: Switching keyboard layouts leads to a crash
* #9525 Windows/Mac: Links are not clickable in the About dialog
* #9535 Jingle Audio: Update codecs
* #9537 DiscoveryWindow: Fix bookmarking a group chat
* DBus: Correctly raise NewMessage signal
* Clicking on tray notifications does not open the chat
* Wed Jan 02 2019 liedkeAATTrz.uni-mannheim.de- Update to 1.1.1:
* 8362 DBus: Incorrect unread message count
* 9427 Placeholder not cleared if pasting text into message input
* 9444 Determine the delay timestamp correctly when using mam:1
* 9453 Fix opening links inside the group chat subject (MacOS/Windows)
* 9465 Allow the full range of possible nicknames in group chats
* 9067 Gajim crashes when receiving xhtml messages
* 9096 Error when clicking on a subscription notification
* 9446 Chatstate error in MUC conversation
* 9471 Conversation Textview: Error on key press
* 9472 Handle presences without from attr correctly
* 9473 Error when creating a new group chat
* 9491 Identify group chat subject changes correctly
* 9496 Error on MUC roster selection change
* Determine soundplayer correctly on unix systems
* In some circumstances plugins could not be deleted
* Show correct contact status on tabs
* Dont answer group chat receipt requests
* Fix receipts for private messages
* Pressing the back button in the Accounts window leads to an error
* Better handle not available keyring backends
* Dont show incorrect contact on private messages
* Join group chat menu is disabled when there are no bookmarks
* Error on start chat menu action
* Error when opening sign-in/out notification
* Copying text does not work with different keyboard layouts
 
ICM