v0.8.0
What's changed?
- Refactored the Dockerfile, and reduced the docker image size by 23%. #257
- Manually compile
AtomicParsley
during docker build to allow for maximum platform support. #212 - Add Mac M1 support to the docker image. #214
- Made docker build faster by caching and unbinding nondependent layers. #273, #268
- Fix
yarn install
not ahering to dependency overrides. #215 - Add ability to disable the progressbar. #263
- Remove persistent
tty
writing for normal logs. Allowingstdout
piping for everything except the progressbar. #231 - Fix long standing issue with freyr seeming frozen on exit. #216
- Upgraded to ES6 Modules. #202
- Introduced the pushing of docker images for each PR. #218, #228
- Introduced a test runner, with local reproducible builds. #264
- Redesigned the auth page a bit. #286
- Introduced CI checks for formatting.
- Updated dependencies.
- Removed some unused dependencies. #217, #245
Full Changelog: v0.7.0...v0.8.0