Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version and update changelogs for 2.41 #124

Merged
merged 1 commit into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading