0.19.1.0-alpha-8
Pre-releaseThis release is mainly some performance improvements. We make sure that we're using proper optimization settings when compiling the Zokka compiler. There was also an issue with how we were using the zokka-registry.dat
file in ../zokka-cache
(a cached representation of metadata concerning all your custom repositories) which made it so that we never actually used the cached value and instead re-calculated it from scratch each time! That has been fixed so that the cache is properly used.
If you have used a previous release of Zokka, you should make sure to delete your $ELM_HOME/0.19.1/zokka-cache
folder (this does not contain your custom-repository-config.json
file, which is under .../zokka
).
All binaries associated with this release are built with GitHub actions and hence open to scrutiny at https://github.com/Zokka-Dev/zokka-compiler/actions/runs/7241511248. If you would like, you can verify that the hash of the artifacts generated by that workflow match the hashes of the files attached to this release. Note that workflow artifacts are only saved by GH for 90 days so if you come across this release > 90 days from the release date, you may no longer be able to perform this verification. We know this is not ideal and may try to fix in the future (but unfortunately no promises because CI/CD can be quite painful to deal with). Also note that the package sizes in the workflow may look different than the sizes attached here, because GH in workflows records the uncompressed size. If you download and compare the hashes they will be equal.