Skip to content

Commit

Permalink
Bump version and update changelogs for 2.41
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDaemoness committed Aug 11, 2024
1 parent e37e273 commit 5078c3e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Revision history for glirc

## 2.41

* glirc now requests the `extended-monitor`, `invite-notify`, and `message-tags` capabilities
* Add `/in` to run commands and macros on windows other than the focused one
* Add ChanServ-aware `/op`, `/deop`, `/quiet`, `/voice`, and `/devoice`
* Add `/dline`, `/resv`, `/xline`, and remote `/kline`
* Add server-side help and macro expansions to `/help`
* Retain channel metadata for channels glirc isn't joined to. `/clear` removes stale metadata
* Tidier status line
* Show window list while typing `/c` commands
* `jumpToActivity` (`M-a`) now prioritizes named windows
* Improve routing and display of `INVITE` and `MONITOR`-related messages
* Automatically split overlong `/join` commands
* Improve connection reliability when sending very large numbers of messages
* Build on GHC 9.10

## 2.40.1

* Fix exception on /exec with a non-zero exit code
Expand Down
2 changes: 1 addition & 1 deletion glirc.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: glirc
version: 2.40.1
version: 2.41
synopsis: Console IRC client
description: Console IRC client
.
Expand Down
1 change: 1 addition & 0 deletions lib/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 2.13

* Added constructors for TAGMSG from messages-tags
* Removed `TargetExisting` (added in 2.12 as part of AWAY handling)

## 2.12

Expand Down

0 comments on commit 5078c3e

Please sign in to comment.