[ANN] blogc-0.7.5

I just released version 0.7.5 of blogc. This release just fixes some minor documentation issues.

For download links, please visit https://blogc.rgm.io. Windows users can find prebuilt binaries in the web page sidebar.

Thanks,
Rafael

[ANN] blogc-0.7.4

I just released version 0.7.4 of blogc. This release fixes a bug when the content parser handles links and images. Content like the examples below should be considered invalid and kept unparsed.

[My link] qwe (https://blogc.rgm.io/)
![My image alt text] qwe (https://blogc.rgm.io/image.jpg)

For download links, please visit https://blogc.rgm.io. Windows users can find prebuilt binaries in the web page sidebar.

Thanks,
Rafael

[ANN] blogc-0.7.3

I just released version 0.7.3 of blogc. This release fixes a bug when the content parser finds a link after a '!' mark. It used to interpret the link as an image, and ignore the content between the '!' mark and the link.

For download links, please visit https://blogc.rgm.io. Windows users can find prebuilt binaries in the web page sidebar.

Thanks,
Rafael

[ANN] blogc-0.7.2

I just released version 0.7.2 of blogc. This release fixes a bug when rendering an if statement that evaluates to false right after another if statement that evaluates to true. This bug was causing segmentation faults for some source files and all users are asked to upgrade.

For download links, please visit https://blogc.rgm.io. Windows users can find prebuilt binaries in the web page sidebar.

Thanks,
Rafael