Update CHANGELOG.md
This commit is contained in:
parent
f686b96511
commit
fed613359f
30
CHANGELOG.md
30
CHANGELOG.md
|
@ -1,24 +1,21 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes will be documented in this file.
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
|
and this project adheres to
|
||||||
|
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
### Removed
|
|
||||||
|
|
||||||
- Removed delay when multiple rooms are removed/hidden from the list.
|
|
||||||
This should provide a smoother experience when filtering rooms or collapsing
|
|
||||||
accounts.
|
|
||||||
If you encounter issues with these operations like the room list becoming
|
|
||||||
invisible, make sure first that your Qt installation is up-to-date
|
|
||||||
(latest minor version, e.g. 5.14.2).
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- **Unread message/highlight counters**:
|
||||||
|
- The counters are now implemented in a cross-client, persistent way
|
||||||
|
- Read receipts will be sent to the server to mark rooms as read
|
||||||
|
|
||||||
- While an E2E key import operation is running, prevent accidentally closing
|
- While an E2E key import operation is running, prevent accidentally closing
|
||||||
the popup by clicking outside of it
|
the popup by clicking outside of it
|
||||||
|
|
||||||
|
@ -30,6 +27,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
and build files before regenerating the Makefile and installing:
|
and build files before regenerating the Makefile and installing:
|
||||||
`sudo make uninstall; make clean; qmake && make && sudo make install`
|
`sudo make uninstall; make clean; qmake && make && sudo make install`
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
- Removed delay when multiple rooms are removed/hidden from the list.
|
||||||
|
This should provide a smoother experience when filtering rooms or collapsing
|
||||||
|
accounts.
|
||||||
|
If you encounter issues with these operations like the room list becoming
|
||||||
|
invisible, make sure first that your Qt installation is up-to-date
|
||||||
|
(latest x.y.Z version, e.g. 5.14.2).
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Avoid potential error if the room list data model is initialized after an
|
- Avoid potential error if the room list data model is initialized after an
|
||||||
|
|
5
TODO.md
5
TODO.md
|
@ -179,11 +179,12 @@
|
||||||
- Option to export-logout-login-import to fix one-time key problems
|
- Option to export-logout-login-import to fix one-time key problems
|
||||||
- Cross-signing
|
- Cross-signing
|
||||||
|
|
||||||
- Read receipts
|
|
||||||
- Status message and presence
|
- Status message and presence
|
||||||
|
- Display read receipts on events (who/how many people have read an event)
|
||||||
|
- Fully read markers
|
||||||
|
|
||||||
- Methods of signing in that aren't handled yet:
|
- Methods of signing in that aren't handled yet:
|
||||||
- `m.login.password`
|
- `m.login.password` alternate logins methods:
|
||||||
- `m.id.thirdparty`
|
- `m.id.thirdparty`
|
||||||
- `m.id.phone`
|
- `m.id.phone`
|
||||||
- `m.login.recaptcha` (need browser, just use fallback?)
|
- `m.login.recaptcha` (need browser, just use fallback?)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user