Skip to content

Releases: valueof/meh

v0.3 | fewer bugs

08 Aug 01:12
Compare
Choose a tag to compare

This version fixes a bunch of bugs and improves UX of the web version, especially around error handling. No changes to the parser itself.

Full Changelog: v0.2...v0.3

v0.2 | http ok

30 Jul 06:21
Compare
Choose a tag to compare

This release adds a web server capability to meh. You can run a web server by using the -server option:

$ meh -server=localhost:8080

This will run a rather simple web server that accepts uploads of ZIP files, converts them using meh parser, and sends the resulting file as a download. No tracking, not even JavaScript.

v0.1 | hello, friend

13 Jun 05:17
Compare
Choose a tag to compare
v0.1 | hello, friend Pre-release
Pre-release

One project I didn't get to finish at Medium was converting data export format to JSON, for better interoperability. This is me making good on my promise to Greg and also practicing writing in Go.

Attaching only one binary, compiled for Apple M1 chips. I don't have any other computers at the moment. You can build your own binary by downloading the source code and running: go build.

So far this has been tested only on my own data. If you find it not working on your data, feel free to open a bug report or a pull request.