chore(release): prepare v0.16.0

This commit is contained in:
2026-06-10 23:05:37 -07:00
parent e2afceb492
commit 131b23efa9
24 changed files with 222 additions and 108 deletions
+3 -1
View File
@@ -106,7 +106,9 @@ test('handleMpvCommandFromIpc emits resolved feedback for secondary subtitle tra
await new Promise((resolve) => setImmediate(resolve));
assert.deepEqual(sentCommands, [['set_property', 'secondary-sid', 'auto']]);
assert.deepEqual(osd, []);
assert.deepEqual(playbackFeedback, ['Secondary subtitle track: External #8 - English Commentary']);
assert.deepEqual(playbackFeedback, [
'Secondary subtitle track: External #8 - English Commentary',
]);
});
test('handleMpvCommandFromIpc emits feedback for subtitle delay keybinding proxies', async () => {