summaryrefslogtreecommitdiff
path: root/res/about/version.gmi
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-11-14 07:01:48 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-11-14 07:01:48 +0200
commit7ad1d4686e0a454570bc6ad9e8b7bde49fcf04d6 (patch)
tree2643b7e0272b626a4b18c18bfc65ac77094e7505 /res/about/version.gmi
parent8e85ed281348f286a332c23cae7470cde8f6b9ec (diff)
parent78de5577096bd81d6da152d9f819851c2f8ef260 (diff)
Merge branch 'dev' into work/v1.9
# Conflicts: # CMakeLists.txt # Depends.cmake # src/lang.c
Diffstat (limited to 'res/about/version.gmi')
-rw-r--r--res/about/version.gmi10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index d179c821..fb66b793 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -6,9 +6,19 @@
6``` 6```
7# Release notes 7# Release notes
8 8
9## 1.8.2
10* Fixed encoding of `+` characters in URLs as per RFC 3986.
11* Fixed crash when fontpack.ini specifies a file that cannot be found.
12* Fixed incorrect title of some error messages (was showing response meta info).
13* Fixed ambiguous font dropdown menu items if some fonts have the same name. Now the unique font ID will be included in these cases.
14* Made it possible to manually trust a certificate whose subject doesn't match domain name.
15* Updated UI translations.
16
9## 1.8.1 17## 1.8.1
18* Added UI translations: Hungarian, Czech.
10* Added the `zip` utility as a build requirement. It is used for making fontpacks. 19* Added the `zip` utility as a build requirement. It is used for making fontpacks.
11* Fixed build failure with the simple text renderer, i.e., when HarfBuzz is disabled. 20* Fixed build failure with the simple text renderer, i.e., when HarfBuzz is disabled.
21* Fixed issues scrolling tall popup menus (e.g., UI language selection).
12* Fixed a line spacing artifact in long headings. With some fonts, the lines were clipping each other so the spacing was restored to normal. 22* Fixed a line spacing artifact in long headings. With some fonts, the lines were clipping each other so the spacing was restored to normal.
13* Fixed a socket I/O issue that caused received data to be ignored when the peer closed the connection prematurely. 23* Fixed a socket I/O issue that caused received data to be ignored when the peer closed the connection prematurely.
14* macOS: Tab close buttons are on the left side (platform UI convention). 24* macOS: Tab close buttons are on the left side (platform UI convention).