You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: res/about/android-version.gmi
+7
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,13 @@
6
6
```
7
7
# Release notes
8
8
9
+
## 1.17 (Beta 25)
10
+
* Fixed a few small memory leaks.
11
+
* Gopher: Detect audio media type from file extension with the `s` item type (it's not always WAV).
12
+
* Content that uses `charset=utf-8` is checked for validity. If the encoding is invalid, the content is instead decoded as CP437 (if it has ANSI escapes; possibly it's ASCII art) or just Latin-1.
13
+
* Modified rule for when 'text/plain' is assumed to actually be 'text/gemini' based on the file extension.
14
+
* Updated dependencies to newer versions (OpenSSL, GNU FriBidi, libiconv, libunistring).
15
+
9
16
## 1.17 (Beta 24)
10
17
* Tabs opened in background are immediately added to the URL history.
11
18
* Fixed initial scope of a created identity when using the default selection.
Copy file name to clipboardexpand all lines: res/about/ios-version.gmi
+8
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,14 @@
6
6
```
7
7
# Release notes
8
8
9
+
## 1.17 (6)
10
+
* Fixed a few small memory leaks.
11
+
* Fixed unnecessary copying of data while waiting for an audio buffer to become playable. This potentially caused the operating system to terminate the app due to excessive memory use.
12
+
* Gopher: Detect audio media type from file extension with the `s` item type (it's not always WAV).
13
+
* Content that uses `charset=utf-8` is checked for validity. If the encoding is invalid, the content is instead decoded as CP437 (if it has ANSI escapes; possibly it's ASCII art) or just Latin-1.
14
+
* Modified rule for when 'text/plain' is assumed to actually be 'text/gemini' based on the file extension.
15
+
* Updated UI translations.
16
+
9
17
## 1.17 (4)
10
18
* Tabs opened in background are immediately added to the URL history.
11
19
* Fixed initial scope of a created identity when using the default selection.
Copy file name to clipboardexpand all lines: res/about/version.gmi
+8
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,14 @@
6
6
```
7
7
# Release notes
8
8
9
+
## 1.17.5
10
+
* Fixed a few small memory leaks.
11
+
* Fixed unnecessary copying of data while waiting for an audio buffer to become playable.
12
+
* Gopher: Detect audio media type from file extension with the `s` item type (it's not always WAV).
13
+
* Content that uses `charset=utf-8` is checked for validity. If the encoding is invalid, the content is instead decoded as CP437 (if it has ANSI escapes; possibly it's ASCII art) or just Latin-1.
14
+
* Remove ANSI escapes from window titles.
15
+
* Modified rule for when 'text/plain' is assumed to actually be 'text/gemini' based on the file extension.
16
+
9
17
## 1.17.4
10
18
* Removed automatic horizontal scrolling of wide preformatted blocks. Instead, hold down the Shift key to scroll horizontally with the mouse wheel.
11
19
* Fixed an event processing issue where some events were not handled as expected, for instance when opening a link into split view the opened link was not highlighted.
0 commit comments