Since the euph_trees table can't have any foreign key constraints pointing to the euph_rooms table, deleting a room wouldn't delete that room's trees in euph_trees. Upon reconnecting to the room, those trees would then be displayed as placeholder messages without children.
18 lines
394 B
Markdown
18 lines
394 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
|
## Unreleased
|
|
|
|
### Changed
|
|
- Improved editor key bindings
|
|
- Slowed down room history download speed
|
|
|
|
### Fixed
|
|
- Chat rendering when deleting and re-joining a room
|
|
- Spacing in some popups
|
|
|
|
## v0.1.0 - 2022-08-06
|
|
|
|
Initial release
|