[ANN] Slipshow!

It is with a blatant denial of the current situation that I announce the next release of Slipshow:

Slipshow 0.10.0: Don’t look {up}

The asteroid star of the release is the new warnings that the compiler can raise to help you write a bug-free presentation. Those warnings are visible on the command-line, but also in the hot-reloading preview in serve mode!

ezgif com-optimize

Warnings will hopefully help detect bugs in your presentations and improve the experience, especially of newcomers!

This time, I’d like to thanks @Alistair for the incredible Grace :nail_polish: library. Whenever I look somewhere, I find a new OCaml pearl. Thank you for that! This library, the ecosystem, open-source, are all awesome things.

And thanks again to NLNet for supporting the development of Slipshow!

Here is the full changelog:

Added

  • Helpful warnings at compile-time (#213):
    • Action parsing failures,
    • Missing ID (and external-ids frontmatter field to selectively deactivate),
    • Duplicated ID,
    • Frontmatter parsing error,
    • Wrong target type for actions,
    • Missing file,
    • Unknown attribute,

Fixed

  • Fixed drawing stopping slightly after pauses (#216)
  • Fixed keyboard shortcuts not working in serve mode until the preview was
    clicked (#215)
  • Fix shortcuts not working after saving a drawing (#217)
  • Fix wrong example links in docs (#218)
8 Likes