diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-19 21:35:52 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-19 21:35:52 +0200 |
| commit | d77e80fd9b241c6b18ebcb48d283e5419043a35e (patch) | |
| tree | 682ea7b3dcabbc25ef03aa859c6e0da90d1592eb /src | |
| parent | 9276e51c84ebf3ec1d9dd22b5338b03339b6f122 (diff) | |
| download | kristall-d77e80fd9b241c6b18ebcb48d283e5419043a35e.tar.gz | |
Small changes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/about/updates.gemini | 4 | ||||
| -rw-r--r-- | src/settingsdialog.ui | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/src/about/updates.gemini b/src/about/updates.gemini index da58b9f..fe2856a 100644 --- a/src/about/updates.gemini +++ b/src/about/updates.gemini @@ -7,7 +7,7 @@ * Fixed bug: Status bar label now does elide links that are too long instead of resizing the window. * Fixed bug: Gopher end-of-file marker is now better detected. * Adds support for server certificate handling for gemini:// -* Reworked internal network structure. Makes room for future improvements +* Reworked internal network structure. Makes room for future improvements and increases network stability a lot. * Pressing escape now resets search bar to current location * Client certificates are disabled when doing a host switch * Redirection handling is now configurable and contains some warning messages for potentially malicious redirects. @@ -15,6 +15,8 @@ gr * Updated application icon thanks to tiwesdaeg * Survives conman's client torture suite * Survives egsam's client torture suite +* Adds configurable timeout +* Allows TLS configuration for both Gemini and HTTPS. ## 0.2 - The protocol update * Implement Ctrl+D/*Add to favourites* menu item diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index 9fba39e..1c2040e 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -21,7 +21,7 @@ <item> <widget class="QTabWidget" name="tabWidget"> <property name="currentIndex"> - <number>3</number> + <number>0</number> </property> <widget class="QWidget" name="generic"> <attribute name="icon"> @@ -935,7 +935,6 @@ </connections> <buttongroups> <buttongroup name="buttonGroup"/> - <buttongroup name="buttonGroup_2"/> <buttongroup name="textRenderingBtnGroup"/> <buttongroup name="gophermapBtnGroup"/> <buttongroup name="textHighlightsBtnGroup"/> |
