# Changelog v0.5.31 - 2026-06-15

### Added
- **"Use favorites" button in the Router Set Dashboard.** Added a "Use favorites" action to the active set manager on the Router Dashboard, allowing you to instantly replace the current set of routed models with your starred/favorited models.
- **Support for overwriting router sets via PUT `/api/router/sets/:name`**. Exposes a new PUT endpoint in the local web server to safely update/overwrite the models in a set in one request, proxying to the daemon (with a config-write fallback when the daemon is offline).
- **Unit test for the PUT sets endpoint** in `test/test.js` to ensure stability and verify that the endpoint correctly updates the set.
