We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05683e4 commit b2f6cfbCopy full SHA for b2f6cfb
CHANGES
@@ -1,4 +1,15 @@
1
-0.4-1 | 2025-03-03 18:05:39 +0100
+0.5 | 2025-03-20 14:36:48 +0100
2
+
3
+ * Switch `qlview` over to a full macOS app.
4
5
+ This stops building `qlview` as a command-line application and makes
6
+ it a normal app instead. As an app, it now supports a new URL scheme
7
+ `qlview:/path/to/file` that allows opening documents from the
8
+ command-line simply via `open`. The advantage of that approach is that
9
+ we no longer end up start up separate `qlview` instances for each
10
+ document being opened.
11
12
+ We also switch from distributing a ZIP file to a more standard DMG.
13
14
* mutt: Convert HTML to UTF8 before viewing if it comes in a different charset.
15
0 commit comments