Skip to content

Tags: kristoff-it/zine

Tags

v0.11.2

Toggle v0.11.2's commit message
update flow-syntax and supermd

- flow-syntax was updated primarily to fix a bug in superhtml and to
  get the latest version of ziggy.

- the supermd update fixes a crash when parsing "/" urls and introduces
  `$link.site()`, smd counterpart to superhtml's `$site.link()`

closes #179

v0.11.1

Toggle v0.11.1's commit message
update zine version

v0.11.0

Toggle v0.11.0's commit message
bump zine version

v0.10.4

Toggle v0.10.4's commit message
fix build asset install & upgrade to writergate

only took 6h45m to upgrade to writergate :^)

also build assets now install correctly

v0.10.3

Toggle v0.10.3's commit message
update zig-afl-kit

v0.10.2

Toggle v0.10.2's commit message
DateTime: add ability to add and subtract durations from a DateTime

v0.10.1

Toggle v0.10.1's commit message
Add `in` to DateTime for changing Time Zone

v0.10.0

Toggle v0.10.0's commit message
replace katex with temml in the sample website

v0.10.0-preview

Toggle v0.10.0-preview's commit message
do not append url_path_prefix when installing assets

v0.9.0

Toggle v0.9.0's commit message
increase 200x the image buffer size for wuffs

Previously Wuffs would fail to detect image size
when loading images becaeuse the buffer size provided
was too small.

This commit empirically solved all wuffs failures
on my personal webise, although we should find a
better way of deciding what's an appropriate size
for this buffer.