Releases: agynio/console-app
Releases · agynio/console-app
Release list
v0.10.6
v0.10.5
What's Changed
- Pin bootstrap provision action by @casey-brooks in #89
- Scope console notifications subscriptions by @casey-brooks in #91
- feat(console): migrate activity lists by @casey-brooks in #90
Full Changelog: v0.10.4...v0.10.5
v0.10.4
What's Changed
- fix(members): update invite autocomplete by @casey-brooks in #87
- Update chart palette and series colors by @casey-brooks in #86
Full Changelog: v0.10.3...v0.10.4
v0.10.2
What's Changed
- Centralize console E2E tests by @casey-brooks in #79
- feat(workloads): add detail view by @casey-brooks in #80
- feat(console): add activity storage views by @casey-brooks in #77
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- feat(secrets): add local storage mode by @casey-brooks in #75
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- feat(apps): add installation detail view by @casey-brooks in #74
Full Changelog: v0.9.3...v0.10.0
v0.9.2
What's Changed
- Fix route guard context sync by @casey-brooks in #64
- feat: add org runner detail view by @casey-brooks in #66
- feat(console-app): add org threads views by @casey-brooks in #68
Full Changelog: v0.9.1...v0.9.2
v0.7.0
v0.6.0
What's Changed
Features
- feat(devices): add device management (#40) — Devices page with create/delete, JWT enrollment display
- feat(auth): add OIDC sign-out (#44) — Sign-out flow via OIDC end session endpoint
Tests
- test(e2e): cover devices page (#43) — 3 Playwright e2e tests + Argos screenshots for devices
- test(e2e): capture sign-out screenshots (#46) — Sign-out visual regression coverage
Fixes
- fix(query): disambiguate list keys (#38) — Query key disambiguation for list endpoints
v0.5.0
What's Changed
Page Title Refactoring (#34)
- Added
PageTitleContextanduseDocumentTitlehook for dynamic page titles - Replaced static "Agyn Console / Platform administration" banner with dynamic page title in the top bar
- Removed all redundant page-level headers (
<h2>,<h3>+ descriptions) from the main content area - Updated E2E tests and added unit tests for the new context
Search & Action Row Alignment (#35)
- Merged search input and create/action button into a single row (search left, button right) on all 14 list pages
Sidebar Navigation Fix (#36)
- Fixed Overview and Dashboard sidebar links always appearing active by adding
endprop for exact path matching
Full Changelog: v0.4.0...v0.5.0