2020-06-22 00:53:56 +03: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).
|
|
|
|
|
2020-07-03 06:55:24 +03:00
|
|
|
## [Unreleased]
|
2020-07-03 21:02:33 +03:00
|
|
|
### Added
|
|
|
|
- Link and heading lines are wrapped just like regular text lines
|
|
|
|
- Wrapped list items are indented to stay behind the bullet (#35)
|
2020-07-04 03:32:37 +03:00
|
|
|
- Certificate expiry date is stored when the cert IDs match (#39)
|
2020-07-03 21:02:33 +03:00
|
|
|
|
2020-07-03 06:55:24 +03:00
|
|
|
### Changed
|
|
|
|
- Pages are rewrapped dynamically, whenever the terminal size changes (#33)
|
|
|
|
|
2020-07-02 21:54:18 +03:00
|
|
|
## [1.2.0] - 2020-07-02
|
2020-06-29 04:06:58 +03:00
|
|
|
### Added
|
|
|
|
- Alt-Left and Alt-Right for history navigation (#23)
|
2020-06-29 20:56:27 +03:00
|
|
|
- You can type `..` in the bottom bar to go up a directory in the URL (#21)
|
2020-06-29 21:25:25 +03:00
|
|
|
- Error popup for when input string would result in a too long out-of-spec URL (#25)
|
2020-06-29 22:01:41 +03:00
|
|
|
- Paging, using <kbd>d</kbd> and <kbd>u</kbd>, as well as <kbd>Page Up</kbd> and <kbd>Page Down</kbd> (#19)
|
2020-06-29 22:20:24 +03:00
|
|
|
- <kbd>Esc</kbd> can exit link highlighting mode (#24)
|
|
|
|
- Selected link URL is displayed in the bottom bar (#24)
|
2020-07-01 20:39:13 +03:00
|
|
|
- Pressing <kbd>Ctrl-T</kbd> with a link selected opens it in a new tab (#27)
|
|
|
|
- Writing `new:N` in the bottom bar will open link number N in a new tab (#27)
|
2020-07-02 21:36:41 +03:00
|
|
|
- Quote lines are now in italics (#28)
|
2020-06-29 04:06:58 +03:00
|
|
|
|
2020-06-29 20:39:47 +03:00
|
|
|
### Changed
|
|
|
|
- Bottom bar now says `URL/Num./Search: ` when space is pressed
|
2020-06-29 21:35:09 +03:00
|
|
|
- Update to [go-gemini](https://github.com/makeworld-the-better-one/go-gemini) v0.6.0
|
2020-07-02 03:08:07 +03:00
|
|
|
- Help layout doesn't have borders anymore
|
2020-07-02 18:55:41 +03:00
|
|
|
- Pages with query strings are still cached (#29)
|
|
|
|
- URLs or searches typed in the bottom bar are not loaded from the cache (#29)
|
2020-06-29 20:39:47 +03:00
|
|
|
|
2020-06-29 01:09:52 +03:00
|
|
|
### Fixed
|
|
|
|
- Actual unicode bullet symbol is used for lists: U+2022
|
|
|
|
- Performance when loading very long cached pages improved (#26)
|
2020-06-29 19:54:36 +03:00
|
|
|
- Doesn't crash when wrapping certain complex lines (#20)
|
2020-06-29 20:30:20 +03:00
|
|
|
- Input fields are always in focus when they appear (#5)
|
2020-07-01 20:39:13 +03:00
|
|
|
- Reloading the new tab page doesn't cause an error popup
|
2020-07-02 03:08:07 +03:00
|
|
|
- Help table cells are hardwrapped so the text can still be read entirely on an 80-column terminal
|
2020-07-02 03:38:53 +03:00
|
|
|
- New tab text is wrapped to terminal width like other pages (#31)
|
2020-07-02 21:36:41 +03:00
|
|
|
- TOFU "continue anyway" popup has a question mark at the end
|
2020-06-27 18:22:45 +03:00
|
|
|
|
2020-06-24 20:52:44 +03:00
|
|
|
## [1.1.0] - 2020-06-24
|
2020-06-22 00:53:56 +03:00
|
|
|
### Added
|
2020-06-24 03:07:25 +03:00
|
|
|
- **Bookmarks** (#10)
|
|
|
|
- **Support over 55 charsets** (#3)
|
|
|
|
- **Search using the bottom bar**
|
|
|
|
- Add titles to all modals
|
2020-06-22 00:53:56 +03:00
|
|
|
- Store ports in TOFU database (#7)
|
|
|
|
- Search from bottom bar
|
|
|
|
- Wrapping based on terminal width (#1)
|
2020-06-24 03:07:25 +03:00
|
|
|
- `left_margin` config option (#1)
|
2020-06-22 00:53:56 +03:00
|
|
|
- Right margin for text (#1)
|
2020-06-22 02:16:05 +03:00
|
|
|
- Desktop entry file
|
2020-06-22 03:37:27 +03:00
|
|
|
- Option to continue anyway when cert doesn't match TOFU database
|
2020-06-22 06:49:43 +03:00
|
|
|
- Display all `text/*` documents, not just gemini and plain (#12)
|
2020-06-22 18:56:55 +03:00
|
|
|
- Prefer XDG environment variables if they're set, to specify config dir, etc (#11)
|
2020-06-24 03:23:28 +03:00
|
|
|
- Version and help commands - `-v`, `--version`, `--help`, `-h` (#14)
|
2020-06-22 00:53:56 +03:00
|
|
|
|
2020-06-22 02:51:19 +03:00
|
|
|
### Changed
|
2020-06-22 00:53:56 +03:00
|
|
|
- Connection timeout is 15 seconds (was 5s)
|
|
|
|
- Hash `SubjectPublicKeyInfo` for TOFU instead (#7)
|
2020-06-24 03:07:25 +03:00
|
|
|
- `wrap_width` config option became `max_width` (#1)
|
|
|
|
- Make the help table look better
|
2020-06-22 00:53:56 +03:00
|
|
|
|
2020-06-22 06:39:33 +03:00
|
|
|
### Removed
|
2020-06-24 20:18:23 +03:00
|
|
|
- Opening multiple URLs from the command line
|
2020-06-22 06:39:33 +03:00
|
|
|
|
2020-06-22 00:53:56 +03:00
|
|
|
### Fixed
|
|
|
|
- Reset bottom bar on error / invalid URL
|
|
|
|
- Side scrolling doesn't cut off text on the left side (#1)
|
2020-06-22 06:39:33 +03:00
|
|
|
- Mark status code 21 as invalid
|
2020-06-24 03:07:25 +03:00
|
|
|
- Bottom bar is not in focus after clicking Enter
|
|
|
|
- Badly formed links on pages can no longer crash the browser
|
2020-06-24 18:37:32 +03:00
|
|
|
- Disabling color in config affects UI elements (#16)
|
2020-06-24 19:01:09 +03:00
|
|
|
- Keep bold for headings even with color disabled
|
|
|
|
- Don't make whole link text bold when color is disabled
|
2020-06-24 20:31:01 +03:00
|
|
|
- Get domain from URL for TOFU, not from certificate
|
2020-06-22 00:53:56 +03:00
|
|
|
|
|
|
|
|
|
|
|
## [1.0.0] - 2020-06-18
|
|
|
|
Initial release.
|
|
|
|
|
2020-06-22 02:51:19 +03:00
|
|
|
### Added
|
2020-06-22 00:53:56 +03:00
|
|
|
- Tabbed browsing
|
|
|
|
- TOFU
|
|
|
|
- Styled content
|
|
|
|
- Basic history for each tab
|
|
|
|
- Input
|