diff options
Diffstat (limited to 'res/about/version.gmi')
-rw-r--r-- | res/about/version.gmi | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index 788d2ea0..59df42c7 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -7,8 +7,15 @@ | |||
7 | # Release notes | 7 | # Release notes |
8 | 8 | ||
9 | ## 0.4 | 9 | ## 0.4 |
10 | * Visual fine-tuning: increased Fira Sans line spacing; list bullets use an accent color. | 10 | * Added audio playback with support for streaming. Supported audio formats in this release are WAV (PCM, mono/stereo, 8/16/32 integer/float) and Ogg Vorbis. Shoutout to Sean Barrett et al. for stb_vorbis: |
11 | * Windows: Support for HiDPI and system UI scaling factor. | 11 | => https://github.com/nothings/stb stb: single-file public domain libraries for C/C++ |
12 | * Added inline audio player that works like inline images. Clicking on an audio link opens the audio player below the link (works for URLs that have file extension .wav/.ogg). | ||
13 | * Visual fine-tuning: increased Fira Sans line spacing; list bullets use an accent color; adjusted accent colors in the light mode palette. | ||
14 | * Sidebar has a maximum width — the document must remain visible. | ||
15 | * Windows: Support for HiDPI displays and the system UI scaling factor. The UI will be scaled according to your settings automatically without having to adjust the UI scaling in Preferences. | ||
16 | * macOS: Use OpenGL on 10.13 for potentially better compatibility. | ||
17 | * Fixed a memory leak when closing tabs. | ||
18 | * Fixed unnecessary continual window redrawing related to the scrollbar hover outline. | ||
12 | 19 | ||
13 | ## 0.3 | 20 | ## 0.3 |
14 | * Added style customization. | 21 | * Added style customization. |