summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-02-03 11:04:36 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-02-03 11:04:36 +0200
commit45018eefbf9d331c58009b6657081ff103c7b1fe (patch)
tree115ce89f25746af165c7d4add5bd7fe8b540cbc9 /res
parent91ddc716d5b1516f1a277bfa01b276fcacb2bb43 (diff)
Updated release notes
Diffstat (limited to 'res')
-rw-r--r--res/about/version.gmi8
1 files changed, 5 insertions, 3 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index c846a583..dde79ba4 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -7,7 +7,9 @@
7# Release notes 7# Release notes
8 8
9## 1.2 9## 1.2
10* The default set of bookmarks now use a remote source.
10* Added keybinding (F11) for toggling fullscreen mode. On macOS, the shortcut is ⌃⌘F as before. 11* Added keybinding (F11) for toggling fullscreen mode. On macOS, the shortcut is ⌃⌘F as before.
12=> gemini://skyjake.fi/lagrange/getting_started.gmi "Getting Started" bookmarks
11 13
12## 1.1.1 14## 1.1.1
13* Fixed focus cycling inside dialogs. Widgets outside a dialog are not allowed to be focused. 15* Fixed focus cycling inside dialogs. Widgets outside a dialog are not allowed to be focused.
@@ -227,7 +229,6 @@
227 229
228## 0.5 230## 0.5
229* Added MP3 support in the audio player (using mpg123). 231* Added MP3 support in the audio player (using mpg123).
230=> https://mpg123.org/ mpg123: MPEG audio player and decoder library
231* Added volume control in the audio player. 232* Added volume control in the audio player.
232* Metadata in Vorbis and MP3 audio content (title, artist, etc.) is shown in the audio player menu. 233* Metadata in Vorbis and MP3 audio content (title, artist, etc.) is shown in the audio player menu.
233* Added new serif fonts: EB Garamond and Literata. 234* Added new serif fonts: EB Garamond and Literata.
@@ -237,6 +238,7 @@
237* Open links in new tab with middle mouse button. 238* Open links in new tab with middle mouse button.
238* Fixed failure to find resources when launching via PATH. 239* Fixed failure to find resources when launching via PATH.
239* Fixed color saturation setting not affecting the default color theme. 240* Fixed color saturation setting not affecting the default color theme.
241=> https://mpg123.org/ mpg123: MPEG audio player and decoder library
240 242
241## 0.4.1 243## 0.4.1
242* Set keyboard focus to URL input field after opening a new tab. 244* Set keyboard focus to URL input field after opening a new tab.
@@ -248,8 +250,7 @@
248* Windows: All binaries are signed. 250* Windows: All binaries are signed.
249 251
250## 0.4 252## 0.4
251* 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: 253* 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.
252=> https://github.com/nothings/stb stb: single-file public domain libraries for C/C++
253* 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). 254* 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).
254* Visual fine-tuning: increased Fira Sans line spacing; list bullets use an accent color; adjusted accent colors in the light mode palette. 255* Visual fine-tuning: increased Fira Sans line spacing; list bullets use an accent color; adjusted accent colors in the light mode palette.
255* Sidebar has a maximum width — the document must remain visible. 256* Sidebar has a maximum width — the document must remain visible.
@@ -257,6 +258,7 @@
257* macOS: Use OpenGL on 10.13 for potentially better compatibility. 258* macOS: Use OpenGL on 10.13 for potentially better compatibility.
258* Fixed a memory leak when closing tabs. 259* Fixed a memory leak when closing tabs.
259* Fixed unnecessary continual window redrawing related to the scrollbar hover outline. 260* Fixed unnecessary continual window redrawing related to the scrollbar hover outline.
261=> https://github.com/nothings/stb stb: single-file public domain libraries for C/C++
260 262
261## 0.3 263## 0.3
262* Added style customization. 264* Added style customization.