What's Changed
- feat: RBAC Guard Implementation by @raghavyuva in #207
- build: add ssh start logic in setup.sh by @Shravan20 in #210
- Release v0.1.0-alpha.9 by @raghavyuva in #200
- chore(release): update changelog by @github-actions[bot] in #211
- patch: README alignment issue by @Shravan20 in #212
- fix(docs): fix incorrect method display, correct extraction logic, and update VitePress sidebar link by @Shravan20 in #220
- Revert "fix(docs): fix incorrect method display, correct extraction logic, and update VitePress sidebar link" by @raghavyuva in #223
- fix(docs): preview open API docs in documentation by @Shravan20 in #224
- Feat: Team Management With Permissions and Roles by @raghavyuva in #229
- chore(release): update changelog by @github-actions[bot] in #222
- v0.1.0-alpha.11 by @raghavyuva in #270
New Contributors
- @github-actions[bot] made their first contribution in #211
Full Changelog: https://github.com/raghavyuva/nixopus/compare/v0.1.0-alpha.9...v0.1.0-alpha.11### Bug Fixes
- add permissions for dashboard, and terminal features, wrapped under rbac guard' (69c37c1)
- changelog push to pull request (cc35929)
- command chaining in contributing docs (7799d4d)
- docs: fix incorrect method display, correct extraction logic, and update VitePress sidebar link (#220) (2c5d490)
- docs: preview open API docs in documentation (#224) (24d196c)
- notification feature broken due to rbac guard implementation (be1c1f8)
- remove fallback to access denied component when something is not passed to rbac related guard as props (c1b6ad4)
- remove macos related inconsistency in dev env setup action file (fb812af)
- update changelog workflow to include only master branch push (b0e38dc)
- update release workfflow not to push rather create a pr with changes (a554c87)
- update workflows to be more specific on the events thus by making better use of actions' (a1a144b)
- uses permission guard to have more type safe declarations (813924c)
Features
- create rbac guard and util components for different combination of permission checks (df5873d)
- enable auto update of version.txt on release (9a554f7)