Skip to content

v1.2.1

Choose a tag to compare

@Matars Matars released this 22 Oct 20:15
· 119 commits to main since this release

Cache bug fixes

Cache update did not actually happened since the subprocess was not "real" and spawned in the same process, causing it to silently fail.

Now spawning reach subprocess I the background that executes and updates the cache correctly.