Reitti v1.3.1 Release Notes
This release delivers a quick bugfix addressing a regression introduced with the new "Shared Instances" feature.
What's Changed
Bugfix
-
Live Update Restoration:
After the introduction of "Shared Instances," the live update functionality was disrupted due to lingering dependencies on the deprecatedconnected_users
table. This release resolves the issue by fully removing all remaining references toconnected_users
, restoring correct live update behavior.Removed remaining usages of connected_users by @dgraf-gh in PR #174
Note:
At this time, the live update feature is only supported for local data. We are actively investigating how to extend live update capabilities to include remote accounts connected via Shared Instances in a future release.
Full Changelog: Compare v1.3.0...v1.3.1