Update CHANGELOG.md for v0.14.0

merge-requests/67/merge
Hank Grabowski 2024-12-20 11:43:49 -05:00
rodzic 50c979cfd6
commit f623d4bf31
1 zmienionych plików z 12 dodań i 0 usunięć

Wyświetl plik

@ -2,9 +2,21 @@
## Version 0.14.0 (beta)
This was a major architectural refactoring behind the scenes. A lot of inconsistency type bugs
should be squashed by it. That will bear out as it is used by real users however. The notes below
on fixes captures those identified during initial testing. This release will probably require a
little more shakeout than previous ones since almost every panel of the app is affected by the
refactoring change and all the data handling, syncing, etc. in the backend was affected.
* Changes
* Reduce of the network "chattiness" that was happening to keep Connection statuses more up to date.
* Thumbnail sizes when a post has multiple media attachments increased slightly
* Fixes
* Timeline inconsistency issues (posts from the wrong timeline showing up) have been fixed
* New Features
* User can now set the timeout for network requests in case their server regularly needs more time.
* ALT text buttons now appear in timeline views not just in gallery views of images
* Users can block someone directly from a post/comment's drop down menu
## Version 0.13.0 (beta)