Lagrange [release]
Updated release notes
[1mdiff --git a/res/about/version.gmi b/res/about/version.gmi[m [1mindex 9ff0a07a..82dcbaf7 100644[m [1m--- a/res/about/version.gmi[m [1m+++ b/res/about/version.gmi[m [36m@@ -6,6 +6,13 @@[m ```[m # Release notes[m [m [32m+[m[32m## 0.4.1[m [32m+[m[32m* Set keyboard focus to URL input field after opening a new tab.[m [32m+[m[32m* Pause other audio players when a new one is started. One can still choose to have multiple audio players playing simultaneously by unpausing them again.[m [32m+[m[32m* Fixed dismissing an audio player that is still downloading content. The partially downloaded data is discarded.[m [32m+[m[32m* Fixed saving pages whose name starts with a tilde.[m [32m+[m[32m* Fixed saving pages restored from cache.[m [32m+[m ## 0.4[m * Added audio playback with support for streaming. Supported audio formats in this release are WAV (PCM, mono/stereo, 8/16/24/32 integer/float) and Ogg Vorbis. Shoutout to Sean Barrett et al. for stb_vorbis:[m => https://github.com/nothings/stb stb: single-file public domain libraries for C/C++[m