-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
43 lines (26 loc) · 1.21 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
0.5 | 2025-03-23 15:30:43 +0100
* Switch `qlview` over to a full macOS app.
This stops building `qlview` as a command-line application and makes
it a normal app instead. As an app, it now supports a new URL scheme
`qlview:/path/to/file` that allows opening documents from the
command-line simply via `open`. The advantage of that approach is that
we no longer end up start up separate `qlview` instances for each
document being opened.
We also switch from distributing a ZIP file to a more standard DMG.
* mutt: Convert HTML to UTF8 before viewing if it comes in a different charset.
* Tweak GitHub workflow.
0.4 | 2025-03-03 18:05:39 +0100
* Add helpers for using `qlview` from mutt.
0.3 | 2024-02-10 13:11:55 +0100
* Notarize distribution.
0.2 | 2024-02-03 22:24:03 +0100
* Implement printing.
We support printing only for certain file types, currently: `.gif`,
`.jpg`, `.md`, `.pdf`, `.png`, `.rtf`, `.txt`. For all other formats,
open them in their corresponding applications first and print from
there.
* Extend CI setup to build releases.
* Polish code infrastructure.
* Remove unnecessary state.
0.1 | 2024-01-07 15:03:19 +0100
* Initial version.