886 B
886 B
Changelog
All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.
Procedure when bumping the version number:
- Update dependencies in a separate commit
- Set version number in
Cargo.toml - Add new section in this changelog
- Commit with message
Bump version to vX.Y.Z - Create tag named
vX.Y.Z - Fast-forward branch
latest - Push
master,latestand the new tag
Unreleased
Added
- New messages are now marked as unseen
- Sub-trees can now be folded
- More readline-esque editor key bindings
- Key bindings to move to prev/next sibling
- Key binding to center cursor on screen
Changed
- 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