From 1d689ed78cefe322af52cae7e2fd968376735b79 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 20 Jul 2024 07:53:51 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ docs/source/Coding/Changelog.md | 2 ++ docs/source/index.md | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0aa3cd5ad..ca8f30c1bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ underline reset, italic/reset and strikethrough/reset (0xDEADFED5) - Feat: Add `Trait.traithandler` back-reference so custom Traits from the Traits contrib can find and reference other Traits. (Griatch) +- [Feat][pull3582]: Add true-color parsing/fallback for ANSIString (0xDEADFED5) - [Fix][pull3571]: Better visual display of partial multimatch search results (InspectorCaracal) - [Fix][pull3550]: Issue where rpsystem contrib search would do a global instead @@ -26,6 +27,7 @@ underline reset, italic/reset and strikethrough/reset (0xDEADFED5) [pull3550]: https://github.com/evennia/evennia/pull/3550 [pull3531]: https://github.com/evennia/evennia/pull/3531 [pull3571]: https://github.com/evennia/evennia/pull/3571 +[pull3582]: https://github.com/evennia/evennia/pull/3582 ## Evennia 4.2.0 diff --git a/docs/source/Coding/Changelog.md b/docs/source/Coding/Changelog.md index e0aa3cd5ad..ca8f30c1bf 100644 --- a/docs/source/Coding/Changelog.md +++ b/docs/source/Coding/Changelog.md @@ -8,6 +8,7 @@ underline reset, italic/reset and strikethrough/reset (0xDEADFED5) - Feat: Add `Trait.traithandler` back-reference so custom Traits from the Traits contrib can find and reference other Traits. (Griatch) +- [Feat][pull3582]: Add true-color parsing/fallback for ANSIString (0xDEADFED5) - [Fix][pull3571]: Better visual display of partial multimatch search results (InspectorCaracal) - [Fix][pull3550]: Issue where rpsystem contrib search would do a global instead @@ -26,6 +27,7 @@ underline reset, italic/reset and strikethrough/reset (0xDEADFED5) [pull3550]: https://github.com/evennia/evennia/pull/3550 [pull3531]: https://github.com/evennia/evennia/pull/3531 [pull3571]: https://github.com/evennia/evennia/pull/3571 +[pull3582]: https://github.com/evennia/evennia/pull/3582 ## Evennia 4.2.0 diff --git a/docs/source/index.md b/docs/source/index.md index 6d561adbf3..9495d3117d 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -1,6 +1,6 @@ # Evennia Documentation -This is the manual of [Evennia](https://www.evennia.com), the open source Python `MU*` creation system. Use the Search bar on the left to find or discover interesting articles. This manual was last updated July 13, 2024, see the [Evennia Changelog](Coding/Changelog.md). Latest released Evennia version is 4.2.0. +This is the manual of [Evennia](https://www.evennia.com), the open source Python `MU*` creation system. Use the Search bar on the left to find or discover interesting articles. This manual was last updated July 20, 2024, see the [Evennia Changelog](Coding/Changelog.md). Latest released Evennia version is 4.2.0. - [Introduction](./Evennia-Introduction.md) - what is this Evennia thing? - [Evennia in Pictures](./Evennia-In-Pictures.md) - a visual overview of Evennia