Skip to content

Releases: vup-app/vup-chat

Release v0.8.0

15 Aug 16:39
Compare
Choose a tag to compare

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

31 Jul 16:20
Compare
Choose a tag to compare

Bugfixes

  • web: Add avatarURL to DB and allow loading from network when on web to get around bsky CORS issue.

Release v0.7.0

30 Jul 18:03
Compare
Choose a tag to compare

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

29 Jul 16:18
Compare
Choose a tag to compare

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

24 Jul 16:44
Compare
Choose a tag to compare

Full Changelog: v0.5.19...v0.5.20

v0.5.19

24 Jul 16:36
Compare
Choose a tag to compare
bump version

v0.5.18

24 Jul 16:14
Compare
Choose a tag to compare
change meta for flathub

v0.5.17

24 Jul 15:04
Compare
Choose a tag to compare
bump version for fdroid

v0.5.16

23 Jul 19:00
Compare
Choose a tag to compare

Full Changelog: v0.5.15...v0.5.16

v0.5.8

22 Jul 13:54
Compare
Choose a tag to compare

Change linux build to work with flathub build.

Full Changelog: v0.5.7...v0.5.8