What's New in Beta 9.6.3
Bug Fix — Admin API Keys
- New API Key row now appears instantly when clicking "New API Key"
- Previously the blank input row wouldn't show until navigating away and back — caused by Angular's OnPush change detection not receiving a new array reference from the
mat-tabledata source - Fixed by spreading the controls into a new array, switching to
markForCheck(), and adding atrackBykey function to the table
Auto-Update Testing
- Beta 9.6.3 is the first release that can trigger a self-update from 9.6.2
- Servers running Beta 9.6.2 with
auto_update = trueinthinline-radio.iniwill automatically pick this up within 12 hours - To apply immediately without waiting:
POST /api/admin/update/apply - Old binary is preserved as
thinline-radio.bakbefore replacement
See CHANGELOG.md for full history.