summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-10-11 13:30:24 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-10-11 13:30:24 +0300
commit61014b164d74ecacf8522ce7d048593d8dd9cf99 (patch)
tree2d8d0948a4dd535a544301be08d64ff49ba78e5d
parentadc985bc805e472a22cf35a966afba75a2263c0f (diff)
Updated release notes
-rw-r--r--res/about/version.gmi7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 9ff0a07a..82dcbaf7 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -6,6 +6,13 @@
6``` 6```
7# Release notes 7# Release notes
8 8
9## 0.4.1
10* Set keyboard focus to URL input field after opening a new tab.
11* 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.
12* Fixed dismissing an audio player that is still downloading content. The partially downloaded data is discarded.
13* Fixed saving pages whose name starts with a tilde.
14* Fixed saving pages restored from cache.
15
9## 0.4 16## 0.4
10* 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: 17* 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:
11=> https://github.com/nothings/stb stb: single-file public domain libraries for C/C++ 18=> https://github.com/nothings/stb stb: single-file public domain libraries for C/C++