Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

v1.2 - Accessibility

Compare
Choose a tag to compare
@IBBoard IBBoard released this 05 Sep 11:01
· 399 commits to master since this release
  • Improvements:
    • Resolved major accessibility issue with timelines and improved other bits of accessibility by naming/describing widgets (#143)
    • Added ability to read descriptions on images (#11)
    • Added ability to add descriptions to images when posting (#10)
    • Reduced notifications when first logging in (#137)
    • Window can now be reduced to a narrower width and has a "responsive" layout for tweets (#57)
    • Reduce memory usage by loading smaller (600px) thumbnails and only loading images on demand (#142). Also reduces bandwidth use (especially with images disabled)
    • Let image sets loop back to start, and show progress through images (#172)
    • Made "Replying to" on Tweet info page list all users (including self-reply) so that it is more obvious when the tweet is part of a thread (#158)
    • Reworked @-mention completion so that it works with multilingual text
    • Adjust "media link removal" behaviour so that we still show the link when image loading is disabled so that users know there is media
    • Stopped shipping librest and started using system version
    • Made account removal less "scary" - now removes rather than deleting account
    • Improved consistency of progress status while searching
    • Updated Danish translation (thanks @mads5408) and Dutch translation (thanks @Vistaus) to 100% coverage
  • Bug fixes:
    • Update handling of top-level domains to resolve character counting mismatch (#64)
    • Handle repeated attachment of the same image with the same path (#34)
    • Fix scrolling back to older tweets in thread on some platforms (#164)
    • Fixed @-mention completion not handling underscores
    • Fixed a crash when removing the currently open account
    • Fixed a usability issue where removing an account with multiple other accounts available showed the "Add account" interface with no account selector instead of showing another account
    • Fixed show/hide bug for media in quoted tweets
    • Put other users's lists in the correct place (created or subscribed)
    • Fixed builds on platforms without an implicit `#include <string.h>`