Evennia 4.3.0 minor release
This commit is contained in:
parent
5501f1cb66
commit
5797b711db
5 changed files with 15 additions and 6 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Main
|
## Evennia 4.3.0
|
||||||
|
|
||||||
|
Aug 11, 2024
|
||||||
|
|
||||||
- [Feat][pull3531]: New contrib; `in-game reports` for handling user reports,
|
- [Feat][pull3531]: New contrib; `in-game reports` for handling user reports,
|
||||||
bugs etc in-game (InspectorCaracal)
|
bugs etc in-game (InspectorCaracal)
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Main
|
## Evennia 4.3.0
|
||||||
|
|
||||||
- [Feat][pull3531]: New contrib; `in-game reports` for handling user reportgs,
|
Aug 11, 2024
|
||||||
|
|
||||||
|
- [Feat][pull3531]: New contrib; `in-game reports` for handling user reports,
|
||||||
bugs etc in-game (InspectorCaracal)
|
bugs etc in-game (InspectorCaracal)
|
||||||
- [Feat][pull3586]: Add ANSI color support `|U`, `|I`, `|i`, `|s`, `|S` for
|
- [Feat][pull3586]: Add ANSI color support `|U`, `|I`, `|i`, `|s`, `|S` for
|
||||||
underline reset, italic/reset and strikethrough/reset (0xDEADFED5)
|
underline reset, italic/reset and strikethrough/reset (0xDEADFED5)
|
||||||
|
|
@ -11,12 +13,15 @@ underline reset, italic/reset and strikethrough/reset (0xDEADFED5)
|
||||||
- [Feat][pull3582]: Add true-color parsing/fallback for ANSIString (0xDEADFED5)
|
- [Feat][pull3582]: Add true-color parsing/fallback for ANSIString (0xDEADFED5)
|
||||||
- [Fix][pull3571]: Better visual display of partial multimatch search results
|
- [Fix][pull3571]: Better visual display of partial multimatch search results
|
||||||
(InspectorCaracal)
|
(InspectorCaracal)
|
||||||
|
- [Fix][issue3378]: Prototype 'alias' key was not properly homogenized to a list
|
||||||
|
(Griatch)
|
||||||
- [Fix][pull3550]: Issue where rpsystem contrib search would do a global instead
|
- [Fix][pull3550]: Issue where rpsystem contrib search would do a global instead
|
||||||
of local search on multimatch (InspectorCaracal)
|
of local search on multimatch (InspectorCaracal)
|
||||||
- [Fix][pull3585]: `TagCmd.switch_options` was misnamed (erratic-pattern)
|
- [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][pull3580]: Fix typo that made `find/loc` show the wrong dbref in result (erratic-pattern)
|
||||||
- [Fix][pull3571]: Issue disambiguating between certain partial multimatches
|
- [Fix][pull3571]: Issue disambiguating between certain partial multimatches
|
||||||
(InspectorCaracal)
|
(InspectorCaracal)
|
||||||
|
- [Fix][pull3589]: Fix regex escaping in utils.py for future Python versions (hhsiao)
|
||||||
- [Docs]: Add True-color description for Colors documentation (0xDEADFED5)
|
- [Docs]: Add True-color description for Colors documentation (0xDEADFED5)
|
||||||
- [Docs]: Doc fixes (Griatch, InspectorCaracal, 0xDEADFED5)
|
- [Docs]: Doc fixes (Griatch, InspectorCaracal, 0xDEADFED5)
|
||||||
|
|
||||||
|
|
@ -28,6 +33,8 @@ underline reset, italic/reset and strikethrough/reset (0xDEADFED5)
|
||||||
[pull3531]: https://github.com/evennia/evennia/pull/3531
|
[pull3531]: https://github.com/evennia/evennia/pull/3531
|
||||||
[pull3571]: https://github.com/evennia/evennia/pull/3571
|
[pull3571]: https://github.com/evennia/evennia/pull/3571
|
||||||
[pull3582]: https://github.com/evennia/evennia/pull/3582
|
[pull3582]: https://github.com/evennia/evennia/pull/3582
|
||||||
|
[pull3589]: https://github.com/evennia/evennia/pull/3589
|
||||||
|
[issue3378]: https://github.com/evennia/evennia/issues/3578
|
||||||
|
|
||||||
## Evennia 4.2.0
|
## Evennia 4.2.0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Evennia Documentation
|
# 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 20, 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 August 11, 2024, see the [Evennia Changelog](Coding/Changelog.md). Latest released Evennia version is 4.3.0.
|
||||||
|
|
||||||
- [Introduction](./Evennia-Introduction.md) - what is this Evennia thing?
|
- [Introduction](./Evennia-Introduction.md) - what is this Evennia thing?
|
||||||
- [Evennia in Pictures](./Evennia-In-Pictures.md) - a visual overview of Evennia
|
- [Evennia in Pictures](./Evennia-In-Pictures.md) - a visual overview of Evennia
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
4.2.0
|
4.3.0
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "evennia"
|
name = "evennia"
|
||||||
version = "4.2.0"
|
version = "4.3.0"
|
||||||
maintainers = [{ name = "Griatch", email = "griatch@gmail.com" }]
|
maintainers = [{ name = "Griatch", email = "griatch@gmail.com" }]
|
||||||
description = "A full-featured toolkit and server for text-based multiplayer games (MUDs, MU*, etc)."
|
description = "A full-featured toolkit and server for text-based multiplayer games (MUDs, MU*, etc)."
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue