Releases: vup-app/vup-chat
Releases · vup-app/vup-chat
Release v0.8.0
New Features
- add groundwork for automated DB backups
Bugfixes
- make s5 auth work if no nodes previously connected to account
- refresh bsky token when it expires, helps for long running app session
- s5 already authenticated bug regression fix
- fix web build regression
Refactors
- rename storage to secureStorage
- improve S5 login flow & properly log out s5 now
- move s5 & bskychat init into msgcore to immediately allow access to db. Speeds up loading times by an order of magnitude
- move around s5 initialization to ensure app init's correctly
- change tasks to use neat_periodic_tasks & add db backups on interval
Documentation Changes
- update readme
- update readme, add shields
- add more shileds
Code Style Changes
- Standardize width limiter across pages. Chat info page significantly improved
- fix overflow with onscreen keyboard on mobile
Chores
- add backup entry class to keep track of old entries
- improve db registry entry handling
- bump version to v0.8.0
Release v0.7.1
Bugfixes
- web: Add avatarURL to DB and allow loading from network when on web to get around bsky CORS issue.
Release v0.7.0
New Features
- add channel pinning in chat list page
- add starring messages (saving for later)
Bugfixes
- fix regression in multiline text
- web: swap to universal_io so web loads again
Refactors
- move init out of main function and add shimmer placeholder to init router, improves percieved load performance
Chores
- bump to 0.7.0
Release v0.6.0
New Features
- linux: add initial notification support
- android: add initial notification support
- android: allow notification click through
- android: allow responding to messages through notification
- android: allow responding to messages through notification (forgot the payload object)
- add granular notification control per message channel
Bugfixes
- general: update svg to display properly in browser
- improve layout & add db entries for future use
Refactors
- improve text box submission performance
Chores
- general: update workflow to autogen changelog
- general: update app icon to be centered
- update manifest for flathub to remove technical wording in summary
- add comments in notification code
- bump version & fix gh action
v0.5.20
Full Changelog: v0.5.19...v0.5.20
v0.5.19
bump version
v0.5.18
change meta for flathub
v0.5.17
bump version for fdroid
v0.5.16
Full Changelog: v0.5.15...v0.5.16
v0.5.8
Change linux build to work with flathub build.
Full Changelog: v0.5.7...v0.5.8