From 69bab720d4d9cba3f78dc10386eff7fe5a6c0743 Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 10 Jul 2024 19:52:02 +0200 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 19 +++++++++++++++++++ docs/source/Coding/Changelog.md | 19 +++++++++++++++++++ docs/source/Contribs/Contrib-Achievements.md | 2 +- docs/source/index.md | 2 +- 4 files changed, 40 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2687383269..a2d8c84dd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## Main + +- [Feat][pull3586]: Add ANSI color support `|U`, `|I`, `|i`, `|s`, `|S` for +underline reset, italic/reset and strikethrough/reset (0xDEADFED5) +- [Fix][pull3550]: Issue where rpsystem contrib search would do a global instead + of local search on multimatch (InspectorCaracal) +- [Fix][pull3585]: `TagCmd.switch_options` was misnamed (erratic-pattern) +- [Fix][pull3580]: Fix typo that made `find/loc` show the wrong dbref in result (erratic-pattern) +- [Fix][pull3571]: Issue disambiguating between certain partial multimatches + (InspectorCaracal) +- [Docs]: Add True-color description for Colors documentation (0xDEADFED5) +- [Docs]: Doc fixes (Griatch, InspectorCaracal, 0xDEADFED5) + +[pull3585]: https://github.com/evennia/evennia/pull/3585 +[pull3580]: https://github.com/evennia/evennia/pull/3580 +[pull3571]: https://github.com/evennia/evennia/pull/3571 +[pull3586]: https://github.com/evennia/evennia/pull/3586 +[pull3550]: https://github.com/evennia/evennia/pull/3550 + ## Evennia 4.2.0 June 27, 2024 diff --git a/docs/source/Coding/Changelog.md b/docs/source/Coding/Changelog.md index 2687383269..a2d8c84dd2 100644 --- a/docs/source/Coding/Changelog.md +++ b/docs/source/Coding/Changelog.md @@ -1,5 +1,24 @@ # Changelog +## Main + +- [Feat][pull3586]: Add ANSI color support `|U`, `|I`, `|i`, `|s`, `|S` for +underline reset, italic/reset and strikethrough/reset (0xDEADFED5) +- [Fix][pull3550]: Issue where rpsystem contrib search would do a global instead + of local search on multimatch (InspectorCaracal) +- [Fix][pull3585]: `TagCmd.switch_options` was misnamed (erratic-pattern) +- [Fix][pull3580]: Fix typo that made `find/loc` show the wrong dbref in result (erratic-pattern) +- [Fix][pull3571]: Issue disambiguating between certain partial multimatches + (InspectorCaracal) +- [Docs]: Add True-color description for Colors documentation (0xDEADFED5) +- [Docs]: Doc fixes (Griatch, InspectorCaracal, 0xDEADFED5) + +[pull3585]: https://github.com/evennia/evennia/pull/3585 +[pull3580]: https://github.com/evennia/evennia/pull/3580 +[pull3571]: https://github.com/evennia/evennia/pull/3571 +[pull3586]: https://github.com/evennia/evennia/pull/3586 +[pull3550]: https://github.com/evennia/evennia/pull/3550 + ## Evennia 4.2.0 June 27, 2024 diff --git a/docs/source/Contribs/Contrib-Achievements.md b/docs/source/Contribs/Contrib-Achievements.md index 3e4dfa0857..351f5ca170 100644 --- a/docs/source/Contribs/Contrib-Achievements.md +++ b/docs/source/Contribs/Contrib-Achievements.md @@ -31,7 +31,7 @@ class CharacterCmdSet(default_cmds.CharacterCmdSet): self.add(CmdAchieve) ``` -**Optional** - The achievements contrib stores individual progress data on the `achievements` attribute by default, visible via `obj.db.attributes`. You can change this by assigning an attribute (key, category) tuple to the setting `ACHIEVEMENT_CONTRIB_ATTRIBUTE` +**Optional** - The achievements contrib stores individual progress data on the `achievements` attribute by default, visible via `obj.db.achievements`. You can change this by assigning an attribute (key, category) tuple to the setting `ACHIEVEMENT_CONTRIB_ATTRIBUTE` Example: ```py diff --git a/docs/source/index.md b/docs/source/index.md index a1ab64fa93..6c5e318fd0 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 June 27, 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 10, 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