From d0c7150dd0b58eb8c79385eec8bf34a67577eeeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Ker=C3=A4nen?= Date: Sat, 10 Oct 2020 14:08:55 +0300 Subject: [PATCH 1/1] Updated release notes --- res/about/version.gmi | 11 +++++++++-- 1 file 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 @@ # Release notes ## 0.4 -* Visual fine-tuning: increased Fira Sans line spacing; list bullets use an accent color. -* Windows: Support for HiDPI and system UI scaling factor. +* 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: +=> https://github.com/nothings/stb stb: single-file public domain libraries for C/C++ +* 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). +* Visual fine-tuning: increased Fira Sans line spacing; list bullets use an accent color; adjusted accent colors in the light mode palette. +* Sidebar has a maximum width — the document must remain visible. +* 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. +* macOS: Use OpenGL on 10.13 for potentially better compatibility. +* Fixed a memory leak when closing tabs. +* Fixed unnecessary continual window redrawing related to the scrollbar hover outline. ## 0.3 * Added style customization. -- 2.34.1