2020-06-21 17:53:56 -04:00
|
|
|
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
2020-06-23 20:07:25 -04:00
|
|
|
- **Bookmarks** (#10)
|
|
|
|
- **Support over 55 charsets** (#3)
|
|
|
|
- **Search using the bottom bar**
|
|
|
|
- Add titles to all modals
|
2020-06-21 17:53:56 -04:00
|
|
|
- Store ports in TOFU database (#7)
|
|
|
|
- Search from bottom bar
|
|
|
|
- Wrapping based on terminal width (#1)
|
2020-06-23 20:07:25 -04:00
|
|
|
- `left_margin` config option (#1)
|
2020-06-21 17:53:56 -04:00
|
|
|
- Right margin for text (#1)
|
2020-06-21 19:16:05 -04:00
|
|
|
- Desktop entry file
|
2020-06-21 20:37:27 -04:00
|
|
|
- Option to continue anyway when cert doesn't match TOFU database
|
2020-06-21 23:49:43 -04:00
|
|
|
- Display all `text/*` documents, not just gemini and plain (#12)
|
2020-06-22 11:56:55 -04:00
|
|
|
- Prefer XDG environment variables if they're set, to specify config dir, etc (#11)
|
2020-06-23 20:23:28 -04:00
|
|
|
- Version and help commands - `-v`, `--version`, `--help`, `-h` (#14)
|
2020-06-21 17:53:56 -04:00
|
|
|
|
2020-06-21 19:51:19 -04:00
|
|
|
### Changed
|
2020-06-21 17:53:56 -04:00
|
|
|
- Connection timeout is 15 seconds (was 5s)
|
|
|
|
- Hash `SubjectPublicKeyInfo` for TOFU instead (#7)
|
2020-06-23 20:07:25 -04:00
|
|
|
- `wrap_width` config option became `max_width` (#1)
|
|
|
|
- Make the help table look better
|
2020-06-21 17:53:56 -04:00
|
|
|
|
2020-06-21 23:39:33 -04:00
|
|
|
### Removed
|
|
|
|
- Opening multiple URLs from the command line (threading issues)
|
|
|
|
|
2020-06-21 17:53:56 -04:00
|
|
|
### Fixed
|
|
|
|
- Reset bottom bar on error / invalid URL
|
|
|
|
- Side scrolling doesn't cut off text on the left side (#1)
|
2020-06-21 23:39:33 -04:00
|
|
|
- Mark status code 21 as invalid
|
2020-06-23 20:07:25 -04:00
|
|
|
- Bottom bar is not in focus after clicking Enter
|
|
|
|
- Badly formed links on pages can no longer crash the browser
|
2020-06-21 17:53:56 -04:00
|
|
|
|
|
|
|
|
|
|
|
## [1.0.0] - 2020-06-18
|
|
|
|
Initial release.
|
|
|
|
|
2020-06-21 19:51:19 -04:00
|
|
|
### Added
|
2020-06-21 17:53:56 -04:00
|
|
|
- Tabbed browsing
|
|
|
|
- TOFU
|
|
|
|
- Styled content
|
|
|
|
- Basic history for each tab
|
|
|
|
- Input
|