Skip to content

Releases: blmayer/ereandel

Build improvements and fixes

01 Feb 19:35
a5ef2d2
Compare
Choose a tag to compare

What's Changed

  • make cachehome configurable by @guzzisti in #12
  • improve ux when a client cert needs to be created by @guzzisti in #13
  • fix relative redirects by @guzzisti in #14
  • Update Makefile to use install by @shakna-israel in #17

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

16 Dec 21:16
1a31100
Compare
Choose a tag to compare

What's Changed

  • explain astro.conf in README.md by @guzzisti in #8
  • move bookmarks file to config dir by @guzzisti in #9
  • implement basic client cert handling by @guzzisti in #11

New Contributors

  • @guzzisti made their first contribution in #8

Full Changelog: v0.12.1...v0.13.0

Fix

04 Oct 23:15
Compare
Choose a tag to compare
Fix

Fixes

Shellcheck warnings have been fixed.

History

04 Oct 22:14
Compare
Choose a tag to compare

New features

Added a simple history file. Now pressing b will go back through all visited pages.

Color configuration

01 Sep 03:04
38b88b9
Compare
Choose a tag to compare

New features

Thanks to @paemuri colors and other terminal themes can be configured.

XDG Base Directory Specification

18 Aug 22:14
Compare
Choose a tag to compare

Contributor New features

Thanks to @paemuri astro now reads XDG environment variables.

Fixes

Corrected LICENSE file from #3 and improved relative links navigation.

Contributor Fixes

Changed \e escape sequence to be POSIX compliant, thanks to @paemuri.

Bug fixes

16 Aug 23:11
Compare
Choose a tag to compare

Changes

This release fixes a relative path navigation issue.

Contributor changes

Thanks @sotpapathe for fixes and improvements from #1 and #2.

Bookmarks

04 Aug 03:48
Compare
Choose a tag to compare

New features

Added bookmarking functions. Here's how to use it:

  • m to mark the current page as a bookmark, a description can be added,
  • M will show your bookmarks and prompt you to select one.

Improvements

The status line is shorter now, and the -h and --help now show the commands available.

Title

30 Jul 04:31
Compare
Choose a tag to compare

Changes

Now astro: <current address> is defined as the title.

Also improved URI parsing using regex from RFC 3986.

Small fixes

27 Jul 00:36
Compare
Choose a tag to compare

Changes

This release fixed printing on some shells and a relative link parsing.