Skip to content

Commit 7725795

Browse files
committed
changelog for 0.9.1
1 parent b1ccf42 commit 7725795

File tree

1 file changed

+6
-36
lines changed

1 file changed

+6
-36
lines changed

site/index.gmi

Lines changed: 6 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -85,42 +85,12 @@ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ0nD5I8BNVJknT87gnpLIJWK0fXTayDktQOlS38CGj4
8585

8686
## Changelog
8787

88-
0.9 “Cielo Super Acceso” — Released February 23, 2024
89-
90-
Note to packagers: starting from this release, Telescope doesn't depend on libevent anymore, and optionally depends on libgrapheme.
91-
92-
### New features
93-
94-
* Initial client certificate support.
95-
* Use libgrapheme for text reflowing: improves the word-wrapping for languages that don't use latin characters.
96-
* New commands for quick navigation: `up', `root' and `home' bound to "g u", "g r" and "g h" respectively.
97-
* Added a `search' command to quickly consult a search engine, as well as the `default-search-engine' option.
98-
* Added `load-url-use-heuristic' configuration option.
99-
* Added `default-protocol' configuration option.
100-
* 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
11189

11290
### Bug Fixes
11391

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

Comments
 (0)