Releases: shtanton/gmi2html
Releases · shtanton/gmi2html
gmi2html 0.6.0
Compatibility patch for zig 0.11.0, no new features or fixes.
gmi2html 0.5.0
- Update to zig 0.10.x
gmi2html 0.4.1
- Update to zig 0.9.0
- Now translates mailto: links to elements
gmi2html 0.4.0
Compatibility patch for zig 0.8.0, no new features or fixes.
gmi2html 0.3.0
New features:
- A more semantic translation, makes use of
<p>
andstyle="display: block;"
for layout instead of<br/>
gmi2html 0.2.1
New features:
- Improved error handling for invalid options
- Adds controls for
<video>
and<audio>
elements --help
and--version
options
gmi2html 0.2.0
New features:
- Escape HTML special characters
- Man page
- Tests
- Inline images, videos and audio
- Only translate web URIs to
<a>
tags - Remove reading from files, all reading is now done from stdin
gmi2html 0.1.0
First release, probably doesn't even work.