Skip to content

Releases: erkin/gophwr

v0.5.6

10 Jul 22:27
Compare
Choose a tag to compare
v0.5.6 Pre-release
Pre-release
  • Significant performance improvement when loading pages
  • Right click menu with copy option
  • Debug menu (start with --debug), not too useful
  • Bug fixes:
    • First line offset bug
    • Colour name string in config bug

v0.5.5

26 Jun 14:19
Compare
Choose a tag to compare
v0.5.5 Pre-release
Pre-release
  • Depends on fewer libraries (slightly faster startup time and smaller executable size)
  • Find in page functionality (half-baked)
  • Hardcoded keyboard shortcuts
    • C-q: Exit
    • C-l: Focus on address bar
    • C-f: Find in page
    • M-left: Go back
    • M-right: Go forward
    • M-home: Go home
    • F5: Refresh
  • Support for 100k convention

v0.5.2

11 Jun 16:47
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release
  • 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, use wheel-step instead.

v0.5.0

11 Jun 01:39
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

There is now a config file (see assets/gophwr.rktd for an example) to override defaults, works across versions, regardless of gophwr's location.

v0.3.4

30 May 15:09
Compare
Choose a tag to compare
v0.3.4 Pre-release
Pre-release
  • TLS toggle option in the menu
  • Some for compatibility with non-conformant gopher servers
  • Font adjustable again in config.rkt
  • Auto-wrap option adjustable in config.rkt

Built against glibc v2.29.

Alpha

25 May 07:25
Compare
Choose a tag to compare
Alpha Pre-release
Pre-release
  • 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

24 May 11:37
Compare
Choose a tag to compare
Almost alpha Pre-release
Pre-release
  • 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

16 May 21:01
Compare
Choose a tag to compare
Pre-alpha Pre-release
Pre-release

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

03 Feb 19:00
Compare
Choose a tag to compare
Pre-pre-alpha Pre-release
Pre-release

Barely operational. Selectors aren't clickable yet, no theming either. For test purposes only.
Executable is linked to bundled Racket libraries.