From a0bab2acf4524f45e72d077669a4c89fe61fb7ac Mon Sep 17 00:00:00 2001 From: sinus-x <14353790+sinus-x@users.noreply.github.com> Date: Tue, 27 Apr 2021 12:10:23 +0200 Subject: [PATCH] Update CHANGELOG --- .gitignore | 2 ++ CHANGELOG.md | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bd0f700..afb701c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ __pycache__ config.json # database *.db +# development +.venv diff --git a/CHANGELOG.md b/CHANGELOG.md index fbe45eb..1b918ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,12 @@ Small fixes are not listed. See diffs for each version to see details. ## [unreleased] +## [0.2.4] + - Unite nickname limits to 32 characters - Distinguish successfull and invalid whois lookups in the log - Do not use mentions in logs (they don't work if you aren't on the server) +- This may be the last release ## [0.2.3] @@ -51,7 +54,8 @@ Small fixes are not listed. See diffs for each version to see details. - Warnings on failed send/edit -[unreleased]: https://github.com/sinus-x/discord-wormhole/compare/v0.2.3...devel +[unreleased]: https://github.com/sinus-x/discord-wormhole/compare/v0.2.4...devel +[0.2.4]: https://github.com/sinus-x/discord-wormhole/compare/v0.2.3...v0.2.4 [0.2.3]: https://github.com/sinus-x/discord-wormhole/compare/v0.2.2...v0.2.3 [0.2.2]: https://github.com/sinus-x/discord-wormhole/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/sinus-x/discord-wormhole/compare/v0.2.0...v0.2.1