Release v0.4.0
What's Changed
- Remove timeout from all buttons and UI elements by @Silentsky0 in #168
- Extract logic from views to handlers in character creation by @Cellmer in #171
- Add pause and resume commands by @Silentsky0 in #169
- Fixed docker-compose.yml by @kapselccc in #167
- Move races and classes to json by @Silentsky0 in #172
- refactor lobby views by creating inheritance tree out of them and adding exception handling by @Cellmer in #173
- refactor initialize_world.py to be more concise by @Silentsky0 in #175
- change warrior emoji to unicode to avoid conversion bugs by @Cellmer in #177
- Add custom exceptions and delete error messages that were left out when ending the turn by @Silentsky0 in #176
- Dead bodies after enemies' deaths by @Mixss in #178
- Load all entities and their attributes from json by @Mixss in #180
- Rework character creation so the text is shorter in some places by @Silentsky0 in #181
- Rework discord communication interface to provide simpler error messages by @Silentsky0 in #179
- Refactor view game by adding exception handling and using new message system by @Cellmer in #174
- Loot dead bodies of enemies by @Mixss in #185
- Delete deprecated folders and unused imports by @Cellmer in #183
- Add custom handler for all unexpected exceptions by @Silentsky0 in #182
- Added equipping and managing items in backpack by @Mixss in #186
- Release v0.4.0 by @Silentsky0 in #191
Full Changelog: v0.3.0...v0.4.0