• v0.2.0.0 61478095ea

    v0.2.0.0 - alpha Pre-release

    redxef released this 2024-11-08 20:41:40 +01:00 | 23 commits to main since this release

    First release which is convenient to use.

    Changelog

    • Switch to yaml loading, old json files are still accepted
    • Rework lisp interpreter to be more conventional
    • Use arbitrary strings as ids for playlists
    • Add configuration page with some default definitions for
      the filter expressions.

    Breaking Changes:

    • The lisp interpreter will now only detect strings in double quotes (").
    • The interpreter will also not allow specifying lists without quoting them.
      (1 2 3) ... used to work but will no longer, replace by either specifying
      the list as (list 1 2 3) or (quote (1 2 3)).
    Downloads