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
* Added telescope-identity(1) to create, delete and manage client certificates.
101
-
102
-
### Improvements
103
-
104
-
* Implemented a new URI parser: this will allow in the future to support IRIs too.
105
-
* Allow configuration options to be booleans ("true" and "false") and change a few options where it made sense. The old settings with 0 and 1 will continue to work for some time.
106
-
* Removed the dependency on libevent: Telescope now uses a custom built-in event loop.
107
-
* Rework the history management: the code is cleaner and requires less memory.
108
-
* Reduced the amount of memory needed for rendering the pages by roughly 50%.
109
-
* Landlock sandboxing is enabled again on Linux.
110
-
* Update data/emoji.txt to UNICODE 15.0.
88
+
0.9.1 “Cielo Super Acceso” — Bugfix Release, May 26, 2024
111
89
112
90
### Bug Fixes
113
91
114
-
* Fixed wrapping of link lines.
115
-
* Fixed `bookmark-page' bogus error message.
116
-
* Fixed caching of finger pages too.
117
-
* Save to the persistent history finger:// and gopher:// URLs as well.
118
-
* Fixed handling of gopher selectors with spaces and other "funny" characters.
119
-
* Improved handling of connect(2) failures, as well as error reporting.
120
-
* Changed the default colours for patch/diff to magenta and cyan.
121
-
* Updated the link to the official gemini project capsule in about:new.
122
-
* Corrected and extended about:license.
123
-
124
-
### Breaking changes
125
-
126
-
* Removed the -C/--colours flag: telescope is not a colour picker.
92
+
* add a check in the configure to detect LibreSSL and OpenSSL mixings
93
+
* fix parallel build with the bundled libgrapheme, by Thomas Adam
94
+
* fix handling of missing TLS close_notify, also by Thomas Adam
95
+
* update links to new gemcap, still by Thomas Adam :)
96
+
* remove pkg-config handling in the configure, unused since 0.9
0 commit comments