From caaf67e93cbf3dfc34f6de0dde123e8bffd1e378 Mon Sep 17 00:00:00 2001 From: thegamecracks <61257169+thegamecracks@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:39:17 -0400 Subject: [PATCH] docs: add changelog for 0.4.2 --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ede77..73e0653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +## [0.4.2] - 2024-06-17 + +### Added + +- Connection menu to allow disconnecting from servers without restarting the client + +### Changed + +- Clarify default host/port arguments for `dumdum-server` +- Limit client message cache to 1000 per channel + ## [0.4.1] - 2024-04-04 ### Added @@ -204,7 +215,8 @@ usually after receiving `ServerEventListMessages`. - `dumdum.client` asyncio tkinter GUI client - GitHub workflows for pyright and pytest -[Unreleased]: https://github.com/thegamecracks/dum-dum-irc/compare/v0.4.1...main +[Unreleased]: https://github.com/thegamecracks/dum-dum-irc/compare/v0.4.2...main +[0.4.2]: https://github.com/thegamecracks/dum-dum-irc/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/thegamecracks/dum-dum-irc/compare/v0.4.0.post1...v0.4.1 [0.4.0.post1]: https://github.com/thegamecracks/dum-dum-irc/compare/v0.4.0...v0.4.0.post1 [0.4.0]: https://github.com/thegamecracks/dum-dum-irc/compare/v0.3.0...v0.4.0