Skip to content

Releases: devils2ndself/SSGo

SSGo 0.4

12 Oct 05:52
Compare
Choose a tag to compare
SSGo 0.4 Pre-release
Pre-release

This release was partly thanks to @rudychung

Markdown italics, bold, links, and config files support.

  • Refactored the code to use regular expressions. which made it possible to have italics, bold, and links!
  • Rudy implemented JSON config file support, thanks for that!

SSGo 0.3

29 Sep 04:35
Compare
Choose a tag to compare
SSGo 0.3 Pre-release
Pre-release

Some more Markdown features!

Added:

  • Markdown Horizontal Rule --- (or ***, ___) turned into HTML <hr>
  • Markdown inline code blocks (wrapped into ` characters) turned into <code> HTML tags.

SSGo 0.2

22 Sep 05:50
Compare
Choose a tag to compare
SSGo 0.2 Pre-release
Pre-release

This update made possible all thanks to @Eakam1007, he wrote the code and the new documentation

This release offers a new feature, which marks the start of something bigger, support for .md files.

  • .md files are now accepted as input, or if in folder, will be turned into HTML with certain Markdown features
  • If HTML is being generated from .md, Markdown Headings 1 and 2 (# and ##) will be supported

SSGo 0.1.1

21 Sep 02:32
Compare
Choose a tag to compare
SSGo 0.1.1 Pre-release
Pre-release

What's changed?

  • Small fix regarding dist content removal. Now dist will not be wiped if the specified input is invalid, i.e. if file is not .txt or folder contains 0 .txt files.

  • Also some logging changes, the logging is not so obnoxious anymore.

release 0.1

18 Sep 01:17
Compare
Choose a tag to compare
release 0.1 Pre-release
Pre-release

First release, definitely not final, but software is never ready