-
v0.5.1.0 - alpha Pre-release
released this
2025-01-20 21:18:50 +01:00 | 4 commits to main since this release- Add multiple new functions:
length
computes the length of a listsplit
splits off n elements of the given list(split '(1 2 3 4 5) 3) -> ((1 2 3) 4 5)
reverse
reverses a list
Fixes:
- The configuration can now be updated again.
The relevant code got lost during the smart collection restructuring.
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
smart-playlist_0.5.1.0.zip
7 downloads · 152 KiB
- Add multiple new functions: