Skip to content

Pacer 0.4.6

Choose a tag to compare

@github-actions github-actions released this 04 Aug 14:21
· 34 commits to main since this release
v0.4.6
97af535

Fixes hourly bucketing on the incremental path

Completes the v0.4.5 fix. Pacer has two code paths that decide which hour an entry belongs to — one for full rebuilds, one for the ordinary incremental scan that runs continuously. v0.4.5 only fixed the first, so the drift would have quietly returned at the next daylight-saving change through the path that runs every day.

Both now read the stored hour. If you already updated to v0.4.5, your history was rebuilt correctly and stays correct.