Skip to content

Commit

Permalink
docs: add changelog for 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thegamecracks committed Jun 17, 2024
1 parent 08ea0e8 commit caaf67e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit caaf67e

Please sign in to comment.