diff options
author | Joseph Donofry <joedonofry@gmail.com> | 2020-06-11 22:30:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 22:30:18 -0400 |
commit | ef51b5e9478638d2232d19a9a8c2eba952613a73 (patch) | |
tree | 6aaaa3e5d848f561239b3a9c64e9adc1d341ed42 /CHANGELOG.md | |
parent | Merge pull request #216 from Nheko-Reborn/presence (diff) | |
parent | Update changelog (diff) | |
download | nheko-ef51b5e9478638d2232d19a9a8c2eba952613a73.tar.xz |
Merge pull request #219 from Nheko-Reborn/changelog
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fb0fda94..89e7687f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,52 @@ ## [0.7.2] -- unreleased +### Highlights + +- Reactions + - React to a message with an emoji! 🎉 + - Reactions are shown below a message in a small bubble with a counter. + - By clicking on that, others can add to the reaction count. + - It may help you celebrating a new Nheko Release or react with a 👎 to a failed build to express your frustration. + - This uses a new emoji picker. The picker will be improved in the near future (better scrolling, sections, favorites, recently used or similar) and then probably replace the current picker. +- Support for tagging rooms `[tag]` + - Assign custom tags to rooms from the context menu in the room list. + - This allows filtering rooms via the group list. This puts you in a focus mode showing only the selected tags. + - You can assign multiple tags to group rooms however you like. +- SSO Login + - With this you can now login on servers, that only provide SSO. + - Just enter any mxid on the server. Nheko will figure out that you need to use SSO and redirect your browser to the login page. + - Complete the login in your browser and Nheko should automatically log you in. + ### Features - Respect exif rotation of images +- An italian translation (contributed by Lorenzo Ancora) +- Optional alerts in your taskbar (contributed by z33ky) +- Optional bigger emoji only messages in the timeline (contributed by lkito) +- Optional hover feedback on messages (contributed by lkito) +- `/roomnick` to change your displayname in a single room. +- Preliminary support for showing inline images. +- Warn about unencrypted messages in encrypted rooms. + +### Improvements + +- perf: Use less CPU to sort the room list. +- Limit size of replies. This currently looks a bit rough, but should improve in the future with a gradient or at some other transition. - perf: Only clean out old messages from the database every 500 syncs. (There is usually more than one sync every second) +- Improve the login and register masks a bit with hints and validation. +- Descriptions for settings (contributed by lkito) +- A visual indicator, that nheko is fetching messages and improved scrolling (contributed by Lasath Fernando) ### Bugfixes - Fix not being able to join rooms +- Fix scale factor setting +- Buildfixes against gcc10 and Qt5.15 (missing includes) +- Settings now apply immediately again after changing them (only exception should be the scale factor) +- Join messages should never have empty texts now +- Timeline should now fail to render less often on platforms with native sibling windows. +- Don't rescale images on every frame on highdpi screens. ## [0.7.1] -- 2020-04-24 |