All Versions
54
Latest Version
Avg Release Cycle
62 days
Latest Release
1667 days ago

Changelog History
Page 5

  • v2.9 Changes

    • Dynamically loadable extensions
    • Implement Lua scripting extension
    • ๐Ÿ‘ Enable support for batch messages
    • ๐Ÿ“‡ Grow metadata lines to the right
  • v2.8 Changes

    • ๐Ÿ‘Œ Support vty-5.8
    • ๐Ÿ‘ Implement initial support for macros
    • ๐Ÿ‘Œ Support znc.in/self-message
  • v2.7.2

    January 17, 2020
  • v2.7 Changes

    • ๐ŸŽ Switch to regex-tdfa (easier to install on MacOS than text-icu)
    • Tab-complete starts with most recent nick
    • โž• Add /reload
    • โž• Add custom palette entry for self highlights
    • โž• Add ability to set background colors and styles in palette
  • v2.6 Changes

    • connect-cmds now use actual client commands instead of raw IRC messages. For example msg user my message or join #mychannel
    • Multiple lines can be held in the textbox at once. Pasting multiple lines insert those lines into the textbox rather than sending them immediately.
    • โž• Added M-d and M-Enter key bindings
    • โž• Added name field to server configuration
    • Extract irc-core library again
    • ๐Ÿ”ง Configurable self color
  • v2.5 Changes

    • โž• Add facilities for hooks that can alter the IRC message stream.
    • ๐Ÿ”Œ Implement a hook that handles the ZNC buffextras plugin.
    • ๐Ÿ”ง Implement configurable nick color highlight palette.
    • Resolve relative paths starting at the home directory.
    • ๐Ÿ”ง Significantly configurable UI colors
  • v2.4 Changes

    • ๐Ÿ‘Œ Support XDG configuration directory, e.g. ~/.config/glirc/config
    • โž• Add more window names. Shift selects second set of names.
    • โž• Add /channel and /say
    • ๐Ÿ‘Œ Improve /focus tab completion
  • v2.3 Changes

    • โž• Add commands /znc
    • โž• Add initial support for ZNC's playback module and /znc-playback command
    • ๐Ÿ Don't consider message seen when in masklist, userlist, or channelinfo windows
    • โž• Add terminal bell on command error
  • v2.2 Changes

    • โž• Add commands /ison, /userhost, /away, /notice, /ctcp, /links, /time, /stats
    • โž• Added context-sensitive completion to /mode
    • Render CTCP messages
    • ๐ŸŽ Memory performance improvements
    • ๐Ÿ‘Œ Improved logic on nick changes
    • ๐Ÿ‘Œ Support for fractional flood settings
    • ๐Ÿ›  Fixed VTY formatting bug
    • โž• Add counts to the mask and user lists
  • v2.1 Changes

    • โž• Add red highlighting for own nick
    • ๐Ÿ”€ Synchronize reply codes with Freenode
    • โž• Add textual interpretation of reply codes
    • โž• Add SASL support
    • โž• Add /channelinfo command