v3.2.1
github-actions
released this
26 Jul 16:00
·
2477 commits
to develop
since this release
π Improvements
- Added a "repeated error limit" for individual tags that prevents
@onError
from being called if a tag emits a large number errors. - Added the
os.openPhotoCamera()
,os.closePhotoCamera()
, andos.capturePhoto()
functions.- When called, they open/close the photo camera modal that makes it easy for the user to take photos.
- The
@onPhotoCaptured
shout is sent for every photo that the user captures. - See the documentation for more info.
- Added a basic admin panel to the auth site.
- This lets you see the records you own and browse the information contained in them.
- It is very limited, but right now it is useful for very basic administration.
- It can list data items, files, events, policies, and roles.
π Bug Fixes
- Fixed an issue where setting a portal to
null
in@onPortalChanged
would cause an infinite loop.