Guests (free read-only users) #experimental
You can cautiously try Guests. These are free users (no pay) that can only read things in Fibery and do nothing more. You can add them into groups and into Spaces as usual users.
Enable Guests Users in Experimental Features menu and let us know if you spot a bug.
Bitbucket integration
Now you can sync Bitbucket data into Fibery, link PR to Features, etc. Navigate to any Space and click Integrations to find Bitbucket integration.
Automations: Pass CurrentUser (author, who made the changes) for rules and buttons into script action, notifications and templates
Now you can use logged user properties in Automations.
args.currentUser in Script Action:
args.currentUser.email
args.currentUser.Email
args.currentUser.name
args.currentUser.Name
args.currentUser.id
CurrentUser in Templates
{{CurrentUser.Email}}
<%= CurrentUser.Name + ` ` + CurrentUser.Email %>
<% const user = args.currentUser.email + ' ' + CurrentUser.Name; %>
Feed View
Feed View is released in public (and removed from Experimental Features). You may use Fibery for Daily check-ins, for example.
Performance Improvements
- Audit log performance improved dramatically
- Trash bin performance improved as well
Fixed bugs
- Non-Creators should not see Workspace Map
- Broken search for some queries
- Color coding does not change on the board when d&d cards if itâs applied to single/multi selects used as a column
- Selecting a date on the popup calendar highlights that date with a border and the day before in a solid color for some reason
- Favorites that are in a SmartFolder are only displayed when the SmartFolder is opened
- Rich edit: Moving the cursor to the beginning of the line causes the cursor to disappear.
- Automations: should not allow âAdd collection itemâ action for readonly collection fields
- Timeline, Calendar: donât hide just added entities if they do not match filter set
- Formula validator sometimes reports broken formulas that use First/Last
- Not informative error if use special characters in the multi-select or single select title
- âSomeBoolField = falseâ formula does not return correct value if SomeBoolField is null
- Name instead or URL gets copied if open entity from Space settings page
- Feed view: error on creation entities in Rich editor
- Entity creation throws âcannot create Entities without fibery/rank required fieldsâ error sometimes
- Full screen button on Script Editor and Canvas does not work in Safari
- Itâs impossible to change checkbox value from the first click in table view
- Sometimes getting error when create new table in the folder
- Itâs impossible to select whole the text in the document if it starts from reference with avatar