From: Lady Date: Sun, 7 May 2023 04:22:05 +0000 (-0700) Subject: Fix sorting of entries and simplify processing X-Git-Tag: 0.2.2^0 X-Git-Url: https://git.ladys.computer/Beorn/commitdiff_plain/df9b4229b9e18df0d4b25abebc3dde2abd486c74?ds=inline;hp=df9b4229b9e18df0d4b25abebc3dde2abd486c74 Fix sorting of entries and simplify processing Both the date directories and the entry directories need to be sorted, but the former initially wasn’t. This also filters out uninteresting files prior to sorting in both cases, instead of waiting to filter within the `for` loop itself. ---