1
0
Fork 0
This commit is contained in:
makeworld 2023-09-27 18:17:42 -04:00
parent e35ba06cf9
commit f3cf73dd29
No known key found for this signature in database
GPG Key ID: 7DE9FA10A6B58CA5
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Tabs have the domain of the current page instead of numbers (#202)
- Closing Amfora with <kbd>q</kbd> was removed in favor of <kbd>Shift-q</kbd> (#243)
- Paging up or down scrolls by 50% instead of 75%, to match `less` (#303)
- Update deps, require Go 1.17 (#336)
- Show local directory index file if available (#319)
### Fixed
- Modal can't be closed when opening non-gemini text URLs from the commandline (#283, #284)