diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-03-25 01:16:28 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-03-25 01:16:28 +0100 |
commit | 87fa9a4edd82fddd015c3e7ace273ced69102612 (patch) | |
tree | c26a1bef80782f576eae16a786f668d57c3a35be /CHANGELOG.md | |
parent | Merge pull request #1013 from tastytea/smaller-thumbnails (diff) | |
download | nheko-87fa9a4edd82fddd015c3e7ace273ced69102612.tar.xz |
Update CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index aa769416..8c9f964f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,54 @@ # Changelog +## [0.9.3] -- unreleased + +### Highlights + +- New upload UX + - Queue multiple uploads by pasting or dragging multiple files. + - Videos will now properly have a thumbnail as well as images. + - Duration, width and height is now also properly included so that clients can resize appropriately. + - Thumbnails are excluded if they are bigger than the original image. (tastytea) +- Improvements for mobile devices (Malte E) + - You should now be able to scroll by touching anywhere with no random dead zones. + - Preedit text can now be used in a completer and is properly sent + - If an input method is active, pressing Enter will not send the current message. + +### Features + +- Optionally always open videos and images in an external program. (math) + +### Improvements + +- Build macOS releases against Qt 5.15.3 to resolve missing spaces after some punctuation. +- Send the shortcode as the body for stickers without a body. +- Elide long usernames in the timeline. (Malte E) +- Cleanup the reply popup. (Malte E) +- Use standard buttons where possible. (tastytea) +- Various improvements to the bubble layout. (Malte E) +- Enable online key backup by default. +- Update the bundled gstreamer in our Flatpaks. + +### Translations + +- Indonesian (Linerly) +- Estonian (Priit) +- Finnish (Priit) +#- Spanish (Lluise, Diego Collado, Richard, Edd Ludd, Drake) +#- Catalan (Edd Ludd) +#- French (ISSOtm) +#- Dutch (Thulinma) +#- Chinese (hulb) + +### Bugfixes + +- Fix hovering the action menu. +- Try to avoid using unknown UIA flows. +- Don't Components actively in use. +- Fix screensharing. +- Fix device id when doing SSO logins. + + ## [0.9.2] -- 2022-03-09 ### Highlights |