redxef pushed to main at redxef/jellyfin-smart-playlist 2024-11-11 14:50:47 +01:00
3c0d8a3809 feat: format default program for readability.
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-11-11 14:43:34 +01:00
8f832ed224 fix!: make configuration program monospaced.
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-11-11 14:17:25 +01:00
67cffd98ff fix!: default program configuration.
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-11-11 14:13:31 +01:00
e52728a299 fix!: default program configuration.
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-11-11 14:11:24 +01:00
df2e07e519 fix: change initial program config to textarea.
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-11-08 22:58:51 +01:00
74486640d8 docs: add instructions for releasing, so that I don't forget a step.
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-11-08 22:58:22 +01:00
f23d97491c docs: add instructions for releasing, so that I don't forget a step.
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-11-08 22:51:55 +01:00
af63a8a696 docs: itemkind behavior and filtering warning, also extend examples.
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-11-08 22:41:44 +01:00
f39633d7c5 feat: add is-type convenience definition.
b23587d721 docs: Fix typos in release notes.
7bf2923ad1 fix: allow all types to call "haskeys".
5cfb35a239 docs: update readme to include a notice for the correct release.
Compare 4 commits »
redxef pushed to manifest at redxef/jellyfin-smart-playlist 2024-11-08 20:44:42 +01:00
6fe05553e6 ci: update manifest for version 0.2.0.0.
redxef pushed tag v0.2.0.0 to redxef/jellyfin-smart-playlist 2024-11-08 20:41:40 +01:00
redxef released v0.2.0.0 - alpha at redxef/jellyfin-smart-playlist 2024-11-08 20:41:40 +01:00
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-11-08 20:39:14 +01:00
61478095ea ci: prepare release.
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-11-08 20:23:04 +01:00
5439b1de4f docs: update examples.
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-11-08 03:55:23 +01:00
8e97ef7170 docs: update readme for new yaml file format.
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-11-08 03:41:44 +01:00
f41485cecf feat: allow to initialize empty playlist file.
4537a3aee3 feat: configuration page with default lisp forms.
396384fd71 feat(lisp): more builtins instead of derived.
6ee9bd7f67 feat: use yaml files by default.
4e5cb8e64e Merge branch 'yaml'
Compare 6 commits »
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-11-07 22:32:25 +01:00
3c3ddc9e83 fix: report progress.
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-11-07 22:27:53 +01:00
889df318db test: method invocation.
8257acbfbb fix! method invocation if no arguments are supplied.
Compare 2 commits »
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-11-07 22:20:46 +01:00
0a5aed38eb fix: evaluation of object method invocation.
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-11-07 00:50:11 +01:00
8ec393f494 fix!: simplify parser and executor, streamline tests.