0.1.61a
Immutable
release. Only release title and notes can be modified.
Experimental support for the gemini protocol
This release adds experimental support for the gemini:// protocol. A lightweight, document oriented protocol.
This is experimental as it has not been thoroughly tested, and the full gemini protocol has not been implemented yet.
If you've just installed this version then you can try it out at any of the following sites:
- gemini://geminiprotocol.net
- gemini://midnight.pub
- gemini://bbs.geminispace.org
- gemini://warmedal.se/~antenna/
The default styling is intentionally minimal, you can custommise it however you'd like with glide.o.gemini_styles:
glide.o.gemini_styles = css`
html {
margin: 20px;
}
body {
max-width: 800px;
font-family: serif;
line-height: 1.6;
}
/* ... */
`;Changes
- Bumped Firefox from 149.0b8 to 151.0b4
- Added support for
glide.o.native_tabs = 'autohide'on macOS- Thanks to @suveshmoza for the contribution!
- Prevented enhanced tracking protection from resetting on restarts
- Thanks to @suveshmoza for the contribution