Skip to content

Commit 92bee98

Browse files
committed
Update changelog and readme
1 parent 6e094af commit 92bee98

File tree

2 files changed

+22
-15
lines changed

2 files changed

+22
-15
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
This project mostly adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html);
77
however, insignificant breaking changes do not guarantee a major version bump, see the reasoning [here](https://github.com/modmail-dev/modmail/issues/319). If you're a plugin developer, note the "BREAKING" section.
88

9+
# v4.2.2
10+
11+
### Added
12+
- Ability to rename snippets and aliases [#3383](https://github.com/modmail-dev/Modmail/pull/3412)
13+
- Bot events when threads is snoozed/unsnoozed [#3412](https://github.com/modmail-dev/Modmail/pull/3412)
14+
- Check for threadmenu and advancedmenu being enabled concurrently. [#3411](https://github.com/modmail-dev/Modmail/pull/3411)
15+
- Check for git installation before attempting autoupdate or update command. [#3406](https://github.com/modmail-dev/Modmail/pull/3406)
16+
17+
### Changed
18+
- Updated details on v4.2.1 changelog to better explain changes [#3409](https://github.com/modmail-dev/Modmail/pull/3409)
19+
- Updated plugin registry [#3409](https://github.com/modmail-dev/Modmail/pull/3409)
20+
- Updated bot dependencies to reflect more current versions. [#3412](https://github.com/modmail-dev/Modmail/pull/3412)
21+
22+
### Fixed
23+
- Forwarded messages now show when using logviewer. [#3414](https://github.com/modmail-dev/Modmail/pull/3414)
24+
- Submenu options now work when using built-in threadmenu. [#3404](https://github.com/modmail-dev/Modmail/pull/3404)
25+
- Missing `@` and incorrect link in plugin help command. [#3322](https://github.com/modmail-dev/Modmail/pull/3322)
26+
- Fixed typo in config help for `thread_close_response` and `thread_self_close_response` [#3407](https://github.com/modmail-dev/Modmail/pull/3407)
27+
28+
929
# v4.2.1
1030

1131
### Added

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</a>
2929

3030
<a href="https://www.python.org/downloads/">
31-
<img src="https://img.shields.io/badge/Made%20With-Python%203.10-blue.svg?style=for-the-badge&logo=Python" alt="Made with Python 3.10">
31+
<img src="https://img.shields.io/badge/Made%20With-Python%203.10--3.12-blue.svg?style=for-the-badge&logo=Python" alt="Made with Python 3.10-3.12">
3232
</a>
3333

3434
<a href="https://github.com/ambv/black">
@@ -119,13 +119,7 @@ Plugins requests and support are available in our [Modmail Support Server](https
119119

120120
Special thanks to our sponsors for supporting the project.
121121

122-
SirReddit:
123-
<br>
124-
<a href='https://www.youtube.com/channel/UCgSmBJD9imASmJRleycTCwQ/featured'>
125-
<img height=100 src='https://i.imgur.com/WyzaPKY.png' style='margin:5px'>
126-
</a>
127-
<br>
128-
<br>
122+
129123
Prime Servers Inc:
130124
<br>
131125
<a href='https://primeserversinc.com/'>
@@ -140,13 +134,6 @@ Real Madrid:
140134
</a>
141135
<br>
142136
<br>
143-
Advertise Your Server:
144-
<br>
145-
<a href='https://discord.gg/zP8KcF4VQz'>
146-
<img height=100 src='https://user-images.githubusercontent.com/45324516/140673115-dd3e873c-36b6-4383-9eb4-db42e1986ab3.png' style='margin:5px'>
147-
</a>
148-
<br>
149-
<br>
150137
Discord Advice Center:
151138
<br>
152139
<a href='https://discord.gg/zmwZy5fd9v'>

0 commit comments

Comments
 (0)