Releases: blmayer/ereandel
v0.22.0
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
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
- @rockstorm101 made their first contribution in #34
Full Changelog: v0.20.0...v0.21.0
v0.20.0
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
v0.18.0
Config
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?
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
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
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
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