-
v0.2.0.0 - alpha Pre-release
released this
2024-11-08 20:41:40 +01:00 | 23 commits to main since this releaseFirst 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
-
Source code (ZIP)
4 downloads
-
Source code (TAR.GZ)
3 downloads
-
smart-playlist_0.2.0.0.zip
1 download · 137 KiB