release: bump version to 0.27.0

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
rayd1o
2026-04-14 07:37:45 +08:00
parent 2ee4773f4f
commit 7cd29cf9c0
24 changed files with 1565 additions and 630 deletions

View File

@@ -512,8 +512,8 @@ function resolveInitialSourceId() {
}
function renderPanel() {
renderSourceOptions();
currentSourceId = resolveInitialSourceId();
renderSourceOptions();
renderSource(findSourceById(currentSourceId));
}