Skip to content

Releases: blmayer/ereandel

v0.22.0

06 Aug 16:33
297bdb0
Compare
Choose a tag to compare

Warning!

This release changes styles in your config file, hence it needs to be regenerated. Please backup your previous config and delete the file.

What's Changed

  • fix returncode 50 handling by @rnwgnr in #40
  • use mimetype to decide if typesetting is needed by @rnwgnr in #38
  • fix missing last line when page doesn't end with a new line by @rnwgnr in #41
  • fixed error when printing lines with url encoded links

Full Changelog: v0.21.0...v0.22.0

Link numbers and multi instance

01 Aug 15:47
Compare
Choose a tag to compare

Thanks everyone for your contributions.

What's Changed

  • Fix typo on README by @rockstorm101 in #34
  • use per-instance temp-files for curpage, history and links by @rnwgnr in #36
  • add link counter to rendered output for easier navigation by @rnwgnr in #37

New Contributors

Full Changelog: v0.20.0...v0.21.0

v0.20.0

06 Feb 16:25
fb2d216
Compare
Choose a tag to compare

What's Changed

  • fix u command on URIs with trailing / by @rnwgnr in #29
  • fix text rendering when preformat identifier is used inline by @rnwgnr in #31
  • escape % in gemtext while typesetting by @rnwgnr in #30
  • url-encode input for 10 and 11 reponse codes by @rnwgnr in #33

Full Changelog: v0.19.0...v0.20.0

v0.19.0

23 Jan 00:23
5658ddf
Compare
Choose a tag to compare

What's Changed

  • add K command to delete bookmark for the current URL by @rnwgnr in #27
  • add u command to jump one path segment up by @rnwgnr in #28

Full Changelog: v0.18.0...v0.19.0

v0.18.0

19 Jan 17:25
fe7cea4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.0...v0.18.0

Config

20 Jul 05:39
Compare
Choose a tag to compare

Improvements

Now the config file is created if not found, using default values.

Fixes

Corrected typesetting for files without extension.

Other changes

Changed header styles

Full Changelog: v0.16.0...v0.17.0

Problems with recursion?

13 Jul 00:45
Compare
Choose a tag to compare

Improvements

In this release we removed the recursion inside our program, now it runs on a loop, with a much clearer modus operandi.

We also:

  • Adjusted make install flags
  • Fixed shellcheck warnings

Full Changelog: v0.15.0...v0.16.0

Small fixes

05 Jul 14:11
153b753
Compare
Choose a tag to compare

Improvements

Improved debugging messages and separated to a function.

Fixes

  • A small detail with oldpath variable
  • Shellcheck warnings

Full Changelog: v0.14.2...v0.15.0

URL parsing fixes and improvements

30 Jun 01:22
8d1ff8d
Compare
Choose a tag to compare

Fixes

This release fixes URL parsing issues in #19 by @nicwaller

Other changes

  • Added check for different protocols, only in navigation for now
  • Improved cleanup of temp files
  • Storing parsed URLs in history, so parsing is no longer done twice

Full Changelog: v0.14.1...v0.14.2

Printf fix

15 Jun 22:10
0642554
Compare
Choose a tag to compare

Bug fixes

Fixed a printf error that was caused when lines began with -. This was reported on #18.

Full Changelog: v0.14.0...v0.14.1