You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add owned .opus metadata to the host app and extension so Finder can route audio-only Opus files through MKVQuickLook. Introduce an audio-only preview mode that keeps playback controls visible without showing an empty video surface, and add tests for the new metadata and UI behavior. Also stop the previous player before replacing it when Finder switches to another file, preventing stale audio from continuing in the background. Update the README with a prominent Gatekeeper note and document the new audio-only support, and record the change in the changelog.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# Changelog
2
2
3
+
## Unreleased
4
+
5
+
### Added
6
+
7
+
- Added owned `.opus` audio support in the app and extension metadata.
8
+
- Added an audio-only Quick Look mode that keeps playback controls visible without showing an empty video frame.
9
+
10
+
### Fixed
11
+
12
+
- Switching to another file while a preview is already open now stops the previous player before the new one is attached, preventing stray audio from continuing in the background.
13
+
14
+
### Notes
15
+
16
+
-`.opus` is audio-only support, not video support hidden behind another extension.
`MKVQuickLook` provides a Finder Quick Look preview for these formats on macOS by shipping a small host app with a bundled Quick Look Preview Extension and embedded `VLCKit` playback backend.
13
14
14
15

15
16
17
+
## Gatekeeper
18
+
19
+
This app is currently distributed as an ad hoc signed DMG build and is **not notarized**.
20
+
21
+
- macOS Gatekeeper may warn when users open it for the first time.
22
+
- That is expected for the current release process.
23
+
- Users may need to open it via Finder context menu or allow it in System Settings after the first launch attempt.
24
+
16
25
Current status:
17
26
18
27
- host app with main window, settings/help UI, and playback lab
0 commit comments