Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Aug 06:11
3b6a0a1

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. Allowing stdout 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