New corydalis 2024.9.0 release!
Posted on March 3, 2024 with tags opensource, corydalis. See the previous or next posts.
Solving the one _major_ annoyance I had š
Obligatory and misused quote: Itās not dead, Jim!
Iāve kind of dropped by ball lately on organising my own photo collection, but February was a pretty good month and I managed to write some more code for Corydalis, ending up with the aforementioned new release.
The release is not a big one, but I did manage to solve one thing that was annoying me greatly: that lack of ability to play videos inline in one of the two picture viewing modes (in my preferred mode, in fact). Now, whether youāre browsing through pictures, or looking at pictures one-by-one, you can in both cases play videos easily, and to some extent, āas it should beā. No user docs for that, yet (I actually need to split the manual in user/admin/developer parts)
I did some more internal cleanups, and Iāve enabled building release zips (since thatās how GitHub actions creates artifacts), which means it should be 10% easier to test this. The rest 90% is configuring it and pointing to picture folders and and and, so this is definitely not plug-and-play.
The diff summary between 2023.44.0
and 2024.9.0
is: 56 files
changed, 1412 insertions(+), 700 deletions(-). Which is not bad, but
also not too much. The biggest churn was, as expected, in the viewer
(due to the aforementioned video playing). The āscaryā part is that
the TypeScript code is not at 7.9% (and a tiny more JS, which I canāt
convert yet due to lack of type definitions upstream). I say scary in
quotes, because I would actually like to know Typescript better, but
no time.
The new release can be seen in action on demo.corydalis.io, and as always, just after release I found two minor issues:
- The GitHub actions donāt retrieve the tags by default, actually they didnāt use to retrieve tags at all, but thatās fixed now, just needs configuration, so the public build just says āCorydalis fbe0088, built on Mar 3 2024.ā (which is the correct hash value, at least).
- I donāt have videos on the public web site, so the new functionality is not visible. Iām not sure I want to add real videos (size/bandwidth), hmm š¤Ø.
Well, there will be future releases. For now, Iāve made an open-source package release, which I didnāt do in a while, so Iām happy š. See you!