-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
--- | ||
author: flatcap | ||
title: Release 2023-10-23 | ||
--- | ||
|
||
## :book: Notes | ||
|
||
First, to our anonymous benefactor - "**Thank You!**" | ||
Two words are wholly inadequate to express my gratitude. | ||
It's certainly a huge motivator to keep improving NeoMutt! | ||
|
||
This is a **Bug-Fix Release**. | ||
It fixes a few little irritations. | ||
|
||
## :gem: Sponsors | ||
|
||
<table> | ||
<tr> | ||
<td><a href="https://github.com/jindraj/"><img width="96" src="https://avatars.githubusercontent.com/u/1755070"></a></td> | ||
<td><a href="https://github.com/pbwn/"><img width="96" src="https://avatars.githubusercontent.com/u/34809091"></a></td> | ||
<td><a href="https://github.com/scottkosty/"><img width="96" src="https://avatars.githubusercontent.com/u/1149353"></a></td> | ||
<td><a href="https://github.com/4nd3r/"><img width="96" src="https://avatars.githubusercontent.com/u/7166727"></a></td> | ||
<td><a href="https://github.com/igor47/"><img width="96" src="https://avatars.githubusercontent.com/u/200575"></a></td> | ||
<td><a href="https://github.com/veebch/"><img width="96" src="https://avatars.githubusercontent.com/u/75116070"></a></td> | ||
</tr> | ||
<tr> | ||
<td> | ||
Jakub Jindra<br>(@jindraj) | ||
</td> | ||
<td> | ||
P M Brown<br>(@pbwn) | ||
</td> | ||
<td> | ||
Scott Kostyshak<br>(@scottkosty) | ||
</td> | ||
<td> | ||
Ander Punnar<br>(@4nd3r) | ||
</td> | ||
<td> | ||
Igor Serebryany<br>(@igor47) | ||
</td> | ||
<td> | ||
Martin Spendiff<br>(@veebch) | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
- Justin Riddiough (@neural-loop) | ||
- Marton Balazs (@martonbalazs) | ||
- Patrick Koetter | ||
|
||
[Become a sponsor of NeoMutt](https://neomutt.org/sponsor) | ||
|
||
## :heart: Thanks | ||
|
||
Thanks our **regular contributor**: | ||
|
||
- Lucian Langa (@lucilanga) | ||
|
||
## :beetle: Bug Fixes | ||
|
||
- #4060 fix crash on exit | ||
- #4061 fix header colour | ||
- #4064 fix 32-bit date overflow | ||
- #4078 fix new mail in limited view | ||
- nntp: fix use-after-free | ||
- color: fix ansi colours | ||
- color: add +truecolor to version string | ||
|