Exolynk v0.5.0
Posted 2023-11-15 07:12:00 ‐ 2 min read
This article shows the details of the release v0.5.0.
Breaking Changes:
- When no
user_layout
variable is defined for a user, saving within the user profile layouter will fail #325 - Dynmaic variable workflows have now the following function signature
pub async fn main(old, new)
#301
New Features:
- Support for internal & public pages #301
- Records, Pages and Home using
render
hook for dynamic layouting #301 #326 #294 - All layout nodes are avilable in scripting underneath
exo::ui
#301 - Support for
exo::rpc_page(name, parameter)
function for workflows & services #301 - Support for password manager inputs in the login form #323
- Support for bookmarking the login page of a specific environment #291
- Added sudo db command to execute database queries with no right restrictions #328
- Users which status is inactive can't login anymore #163
- The highlight button supports a target parameter to control page openening behaviour #114
- All layout nodes support the style attribute #126
- Support for creating & downloading calendar .ics entries #234
- Support for general file downloads triggered by a workflow #234
Bug Fixes:
- Inbox & Favorites entries will not be created multiple times #327
- Inbox & Favorites changes will trigger a rerender of the page #327
- Align buttons and input for ReferenceInput within the UI #324
- Back button is now called close when applicaple #309
- Fixed profile editing for non admins #325