Releases: erkin/gophwr
Releases · erkin/gophwr
v0.5.6
v0.5.5
- Depends on fewer libraries (slightly faster startup time and smaller executable size)
- Find in page functionality (half-baked)
- Hardcoded keyboard shortcuts
C-q
: ExitC-l
: Focus on address barC-f
: Find in pageM-left
: Go backM-right
: Go forwardM-home
: Go homeF5
: Refresh
- Support for 100k convention
v0.5.2
- Colour config now works.
- Compact address bar
- Back and forward buttons are disabled if there's no back or forward stacks respectively.
- Images and binaries have different selector colours now.
- Error pages rendered with error colour.
- Useless
scrolls-per-page
parameter removed, usewheel-step
instead.
v0.5.0
v0.3.4
Alpha
- Links are now clickable! Full support for text files and menus alike.
- Queries are supported as well, with modal text-input dialogs.
- Half-painted canvas issue solved with
lazy-refresh
. - Gopher+ links are silently ignored.
It's in usable condition now!
Almost alpha
- Clean error handling that doesn't hose the program on a hiccup.
- Errors are now displayed on the screen.
- You can simply refresh the page if an error occurs. (Errors will occur due to race conditions in GUI.)
- Link formatting implemented, but no clickback yet. So, it's practically useless.
- Colours adjustable in
config.rkt
- Downloading works.
- Stop feature removed until seamless threading (heh heh)
Pre-alpha
In mostly-working state.
Issues:
- TLS doesn't work.
- Image viewer isn't implemented yet. Trying to view an image fails but doesn't break the program.
- Links are still not clickable.
- There can be a race condition between the GUI and gopher threads. Stopping and refreshing usually fixes it.
Pre-pre-alpha
Barely operational. Selectors aren't clickable yet, no theming either. For test purposes only.
Executable is linked to bundled Racket libraries.