mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Evennia 2.3.0 minor release
This commit is contained in:
parent
9b354a39b7
commit
bb35973cea
4 changed files with 10 additions and 6 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## Main branch
|
||||
## Evennia 2.3.0
|
||||
|
||||
Sept 3, 2023
|
||||
|
||||
- Feat: EvMenu tooltips for multiple help categories in a node (Seannio).
|
||||
- Feat: Default `examine` command now also shows an account's `last_login`
|
||||
|
|
@ -10,7 +12,7 @@
|
|||
- Fix: Typo in evadventure twitch combat's call of `create_combathandler`.
|
||||
- Docs: Fix bug in evadventure equipmenthandler blocking creation of npcs.
|
||||
in-game.
|
||||
- Docs: Plenty of typo fixes (iLPDev)
|
||||
- Docs: Plenty of typo fixes (iLPDev, moldikins, others)
|
||||
|
||||
## Evennia 2.2.0
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## Main branch
|
||||
## Evennia 2.3.0
|
||||
|
||||
Sept 3, 2023
|
||||
|
||||
- Feat: EvMenu tooltips for multiple help categories in a node (Seannio).
|
||||
- Feat: Default `examine` command now also shows an account's `last_login`
|
||||
|
|
@ -10,7 +12,7 @@
|
|||
- Fix: Typo in evadventure twitch combat's call of `create_combathandler`.
|
||||
- Docs: Fix bug in evadventure equipmenthandler blocking creation of npcs.
|
||||
in-game.
|
||||
- Docs: Plenty of typo fixes (iLPDev)
|
||||
- Docs: Plenty of typo fixes (iLPDev, moldikins, others)
|
||||
|
||||
## Evennia 2.2.0
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2.2.0
|
||||
2.3.0
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "evennia"
|
||||
version = "2.2.0"
|
||||
version = "2.3.0"
|
||||
maintainers = [{ name = "Griatch", email = "griatch@gmail.com" }]
|
||||
description = "A full-featured toolkit and server for text-based multiplayer games (MUDs, MU*, etc)."
|
||||
requires-python = ">=3.10"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue