diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-10-10 21:48:00 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-10-10 21:48:00 +0300 |
commit | a4bb1b093e1a452831b55dc40efb38c5479b13b5 (patch) | |
tree | 100017978c144d22a23f69e4f9fbeb02f1673087 /res/about/version.gmi | |
parent | 92b1a3e1b12d4bd1be125a00f39ade898424dbaa (diff) |
Mention 24-bit WAV support in release notes
Diffstat (limited to 'res/about/version.gmi')
-rw-r--r-- | res/about/version.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index 59df42c7..9ff0a07a 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -7,7 +7,7 @@ | |||
7 | # Release notes | 7 | # Release notes |
8 | 8 | ||
9 | ## 0.4 | 9 | ## 0.4 |
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: | 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: |
11 | => https://github.com/nothings/stb stb: single-file public domain libraries for C/C++ | 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). | 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. | 13 | * Visual fine-tuning: increased Fira Sans line spacing; list bullets use an accent color; adjusted accent colors in the light mode palette. |