- Modified role-based permissions in App.svelte and EventsView.svelte to include "read" access for viewing events, enhancing user access control. - Updated conditional rendering logic to reflect the new permission structure, ensuring users with "read", "write", "admin", or "owner" roles can view events. - Incremented the version number to v0.19.4 to reflect these changes.