Skip to content

Releases: snipem/monako

v0.0.14

12 Apr 13:17
99ace64
Compare
Choose a tag to compare

Changelog

99ace64 Merge pull request #28 from snipem/develop-memory-consumption

Fix performance issues for huge git repositories

11 Apr 21:40
Compare
Choose a tag to compare
  • Benchmark shows that performance has been increased on huge Git repos with lots of old static files by factor 14,000 by ignoring static files and only fetching commit info for content files.

v0.0.12

10 Apr 18:47
e68ecd6
Compare
Choose a tag to compare
v0.0.12 Pre-release
Pre-release

Changelog

  • Add optional flags for compose and generate only-compose and only-generate
  • Add config setting to make git commit reading optional

Add Last Edit and Link to Repository to Page

05 Apr 10:47
5bca569
Compare
Choose a tag to compare
v0.0.11

Fix typo

Fix for ./ imports. More tests

02 Apr 18:56
f5b9009
Compare
Choose a tag to compare
Pre-release
Merge pull request #19 from snipem/develop

Wording, more tests

Asciidoctor fix for images with double colon, newest Theme update

01 Apr 19:35
4baaad0
Compare
Choose a tag to compare
Merge pull request #18 from snipem/develop

More tests, Asciidoctor image:: fix, Better stdout output

Grand Refactoring

31 Mar 20:01
f6e2e70
Compare
Choose a tag to compare
Grand Refactoring Pre-release
Pre-release

Candidate for 0.1.0

Fix for missing first Asciidoc Section

29 Mar 18:30
257b7af
Compare
Choose a tag to compare
Pre-release
Fix for Asciidoc Section Level 1 missing (#15)

* Add fix for missing chapter 1 in asciidoc

Always use master theme from upstream, Fix for menu appearing twice

26 Mar 09:47
49ae90b
Compare
Choose a tag to compare
  • Dont fix local links

  • Remove go-sh dependency, use less overwritable menu name

  • Use const

  • Use master theme

  • Disable currently useless features

  • Add hint about auto generated

  • Wording

  • Add test docs

  • Add more test docs

  • File if file does not exist

  • Add fix for trailing slashes

  • Local test configs

  • Make it work for once

  • Use old option, give more insight

  • More comments

  • Add test for clone

  • Always make

  • Use internet repo

  • Don't output stderr while testing

  • Add test data

  • Fix markdown syntax

  • Make test images smaller

  • Change header name

  • Add toc

  • Add mermaid to test pages

Less Errors when using Asciidoctor, Optionally fail on errors while building site

24 Mar 20:33
8a1d05f
Compare
Choose a tag to compare
  • Move Asciidoc ToC Fix to theme

  • Better logging messages

  • Don't use Asciidoc CSS: without error in log

  • Optionally fail

  • Add examples