Releases: P2PModels/committees
Releases · P2PModels/committees
v1.0.0-beta.2
This beta version release includes the following:
- Polished frontend, showing the sync indicator consistently, fixing some quirks in mobile views, improved performance, and other bug fixes.
- Subscribe and cache token holders and permissions using an innovative formula described in this blog post.
- Deep linking for each info, permissions, and activity committee page.
- Dark mode 🌚 support.
- Update to latest aragonCLI.
- @sembrestels also submitted a pull request to aragon.js in order to support permission changes from an external app, and it has been accepted and incorporated in Aragon 0.8.8 🎉.
v1.0.0-beta.1
It includes the following:
- Refactored and reviewed code
- New frontend following the new aragonDS guidelines
- Committee permissions panel
- Committee activity log
- Financial-enabled committees
It does not include:
- Committees removal for safety considerations.
- Permissions grants/revokes from the app due to
performACLIntent()is not exposed by the API.