Files
halloy/_service
Muhammad Akbar Yanuar Mantari de4fc6978b - Update to version 2025.11:
+ Fixed:
    - Regression when loading chat history in channel
- Update to version 2025.10:
  + Added:
    - /sysinfo command to send system info to current buffer
    - Copy URLs from context menu by right-clicking links
    - Setting to condense multiple server messages
    - /detach command to detach from channels (soju)
    - Support for USERINFO CTCP query
    - Configurable anti-flood for servers without SAFERATE
    - Channel modes retrieved on join (shown in title bar)
    - Display own nickname next to input field
    - Server messages can be dimmed (default on)
    - Timestamp context menu to copy time & show date
    - Setting to open new buffers scrolled to bottom
    - macOS: adjust content for titlebar
    - Setting to remove all window decorations
    - New sounds: Zone, Bloop, Drop, Tweep
  + Fixed:
    - Delay enforced between notifications
    - Large fonts no longer blank sidebar/title bar
    - Linux primary clipboard supported
    - Sound effects reload on config refresh
    - Filters apply only to their server
    - Filters renormalize after ISUPPORT updates
    - Crash on typing /bouncer fixed
    - Scroll state stable with long URL previews
    - Sidebar opens reliably on first click
  + Changed:
    - Logs pane only shows current session logs
    - Version always visible in user menu
- change back cargo update from _service to true: it works again

OBS-URL: https://build.opensuse.org/package/show/network/halloy?expand=0&rev=35
2025-11-06 18:46:58 +00:00

9 lines
261 B
Plaintext

<services>
<service name="download_files" mode="manual" />
<service name="cargo_vendor" mode="manual">
<param name="src">halloy-*.tar.gz</param>
<param name="compression">zst</param>
<param name="update">true</param>
</service>
</services>