Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: halloy | Distribution: openSUSE Tumbleweed |
Version: 2025.4 | Vendor: openSUSE |
Release: 1.1 | Build date: Mon Apr 7 21:41:45 2025 |
Group: Unspecified | Build host: reproducible |
Size: 64349084 | Source RPM: halloy-2025.4-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/squidowl/halloy | |
Summary: IRC application written in Rust |
Halloy is an open-source IRC client written in Rust, with the Iced GUI library. It aims to provide a simple and fast client for Mac, Windows, and Linux platforms.
GPL-3.0-or-later
* Mon Apr 07 2025 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me> - Update to version 2025.4: + Added: - All toast notifications now display the server name - Server messages (join, part, etc.) are now user-aware and will color nicknames accordingly - Actions will be colored with the same features as regular messages (nicknames, urls, etc) - Shortcuts for cycling buffers with unread message(s) + Cycle to next buffer with unread message(s) ctrl + ` + Cycle to previous buffer with unread message(s) ctrl + ~ - Navigate commands & emoji picker withβ & β (as well as Tab & Shift +Tab) - Expanded command completion and error checking/reporting - Various shortcuts for https://themes.halloy.chat/ + The Command Bar now includes a "Discover More Themes" action, which opens the website + The Theme Editor now has a "Share Theme with Community" option that opens the submit page with the theme payload pre-filled - Ability to adjust alpha value of away users - New action settings section with settings to control how to open buffers in response to various user actions + Fixed: - No longer freezes under Wayland when window(s) are not visible - Emoji picker is no longer case sensitive (i.e. π€ and :THINKING: will both match π€) - Full support for the /notice command + Message text will no longer be truncated to the first word + Sent notices appear in message history + /notice <targets> (without any message text) will open a pane for the target(s) without sending a message - /msg <targets> supports more than one target when opening pane(s) without sending a message + Changed: - Improved font rendering on Windows for better readability - Sidebar buffer action settings have been moved to the new action settings section + sidebar.buffer_action β actions.sidebar.buffer + sidebar.buffer_focused_action β actions.sidebar.focused_buffer * Sat Mar 15 2025 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me> - Update to version 2025.3: + Added: - Highlights by regex and words - Time remaining is now displayed during file transfers - Sidebar now automatically adjusts its width based on content - Ability to customize default pane splitting direction - Clicking a nickname is now configurable. - Ability to quit Halloy through commandbar and keyboard shortcut + Changed: - [file_transfer.save_directory] is now default download path for transfers. If set, files will be downloaded there by default. Otherwise, you'll be prompted to choose a location - Ability to dynamically select dark or light theme based on OS appearance. - /msg <target> (without any message text) will now open a pane for the target without sending a message - Text input of the active pane will remain focused after all actions - Focus last known active pane on launch - change cargo update from _service to false due that failed build * Thu Feb 20 2025 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me> - Update to version 2025.2: + Added: - Emoji picker accessible via : in text input - Automatically replace :shortcode: with corresponding emoji - Added an option to show or hide images in preview cards by default + Fixed: - infinite_scroll was defaulting to false, contrary to its documented default value. Now defaults to true - A rare issue where the app opens smaller than when closed * Wed Feb 05 2025 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me> - Update to version 2025.1: + Added: - Image and card previews for url links - Ability to disable dimming of usernames when away - Ability to customize autocomplete sorting direction and completion suffixes - Ability to hide command descriptions - Ability to set delay before triggering notifications - Ability to toggle fullscreen - Ability to exclude and include notifications. - New IRCv3 extensions support + chathistory + setname + Standard Replies - Case mapping support via ISUPPORT - Restore last known window position and size at launch - Date separators in buffers when day changes - Show nickname in user-context menu - Tor support as a proxy option + Fixed: - Long username & password combinations could cause SASL authentication to fail - nick_password_command is now working as intended - Don't add suffix (: ) to prompt if there is no valid nick to autocomplete - Highlight notifications are correctly triggered for /me actions - Removed cargo_audit from _service due that contains vendor now * Tue Oct 29 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me> - Update to version 2024.14: + Fixed: - CPU spiking due to memory leak in upstream crate. * Wed Sep 18 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me> - Update to version 2024.12: + Added: - Multi-window support: Pop out panes into separate windows. - In-app theme editor with ability to with share it via a halloy:// URL. - Clickable users and channels in buffers. - New configuration options + Ability to include or exclude channels for server messages (join, part, etc.). + Ability to color nicknames within channel messages. + Ability to define a shell command for loading a server password. - Enable support for IRCv3 msgid + Fixed: - Regression where messages sent to ZNC virtual users were routed to the wrong buffer (e.g. *status routed to status). - Timeouts that could occur while Halloy was running in the background. + Changed: - Default Ghost sequence changed to REGAIN. * Wed Sep 04 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me> - Update to version 2024.11: + Added: - New configuration options + Right aligning nicks in buffers. + Right aligning nicks in nicklist. + Hiding chghost messages. + Overwrite nicklist width in channels. + Show/hide user access levels in buffer and nicklist. + buffer_focused_action added to sidebar to enable actions a focused buffer. + Notification for direct messages. - Enable support for IRCv3 Monitor and extended-monitor + Fixed: - Expanded recognized login notifications (used to join channels that report themselves as requiring registration after logging in) - Messages with multiple targets are correctly recorded into multiple buffers (and/or multiple times into the same buffer) client-side. - Messages sent with a STATUSMSG prefix are recorded and indicated in the corresponding channel. - Ability to position the sidebar at the top, bottom, right, or left. - /mode requires too many parameters for certain commands. + Changed: - Reworked themes to add better customization possibilities + NOTE Old theme files are not compatibile with the new format. However all the themes in the theme community has been updated to the new format. - Unread indicator has changed from a boolean value to a enum. - Renamed sidebar.default_action to sidebar.buffer_action. - Auto-completing (with tab) a nickname at the beginning of the input line will append ': ' (colon space). Otherwise, a space is appended to the completion. + Removed: - Removed hex configuration option for server messages and nicknames. + hex was previously used to overwrite a color value. This is now done through the new theme format. + Notes: - In backlog you might see two text markers (β). This is because we didn't want to update the entire history, when we updated the way we construct text components. New history from this release wont have multiple markers. - Your old themes are broke since we updated to a new format. Find themes in the new format here: theme community. * Sun Aug 04 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me> - Update to version 2024.10: + Added: - Small icon in sidemenu when a new release is available - Enable support for IRCv3 chghost, account-notify, and extended-join + Removed: - Persistent window position and size due to an upstream bug - add appstream-glib BuildRequires: for check xml file * Mon Jul 29 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me> - Update to version 2024.9: + Added: - Rich formatted and clickable URLs - Text formatting through /format command. - Support for CTCP queries CLIENTINFO, PING, SOURCE, and VERSION - Custom notification sounds. Use your own sounds or select from a few new built-in options. - Support DCC Send requests with spaces in the filename - Reload config button in Sidebar + Fixed: - ext input missing key presses in certain instances - Connection timeout when UI is suspended on an offscreen workspace due to channel backpressure - Raw commands are passed through unmodified - AWAY command cuts off the away message - add alsa-devel BuildRequires: needed to build v2024.9 * Fri Jul 05 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me> - Update to version 2024.8: + Added: - Ability to open irc:// and ircs:// URL schemes - Ability to overwrite nickname colors by providing a hex string. - Ability to overwrite server & internal message colors by providing a hex string. - Configurable shortcuts for "Leave Buffer" and "Toggle Sidebar" actions. - Ability to remember window position and size when reopened. - Ability to hide unread indicators in sidebar. + Fixed: - UTF-8 channel name rendering in sidebar and in pane title bars. * Sun May 05 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me> - Update to version 2024.7: + Added: - Allow configuration of internal messages in buffer - User information added to context menu - Support for IRCv3 CAP NEW and CAP DEL subcommands - Enable support for IRCv3 multi-prefix, message-tags, WHOX, and UTF8ONLY - Dynamic commands and tooltips added to command auto-completion via ISUPPORT - Added support for socks5 proxy configuration - Added support for http proxy configuration + Changed: - Simplified onboarding experience for users without a config.toml file - Context menus can be dismissed by pressing Escape - Join channels that report themselves as requiring registration after logging in + Fixed: - No longer automatically reconnects to a server after using the /QUIT command. - Fix infinite loop in rustls: bump version from 0.23.4 to 0.23.5 (bsc#1223220) * Mon Mar 25 2024 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me> - Initial package
/usr/bin/halloy /usr/share/applications /usr/share/applications/org.squidowl.halloy.desktop /usr/share/doc/packages/halloy /usr/share/doc/packages/halloy/CHANGELOG.md /usr/share/doc/packages/halloy/README.md /usr/share/icons/hicolor/128x128/apps/org.squidowl.halloy.png /usr/share/icons/hicolor/16x16/apps/org.squidowl.halloy.png /usr/share/icons/hicolor/24x24/apps/org.squidowl.halloy.png /usr/share/icons/hicolor/256x256/apps/org.squidowl.halloy.png /usr/share/icons/hicolor/32x32/apps/org.squidowl.halloy.png /usr/share/icons/hicolor/48x48/apps/org.squidowl.halloy.png /usr/share/icons/hicolor/512x512/apps/org.squidowl.halloy.png /usr/share/icons/hicolor/64x64/apps/org.squidowl.halloy.png /usr/share/icons/hicolor/96x96/apps/org.squidowl.halloy.png /usr/share/licenses/halloy /usr/share/licenses/halloy/LICENSE /usr/share/metainfo /usr/share/metainfo/org.squidowl.halloy.appdata.xml
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Apr 13 00:25:18 2025