Skip to content

v0.0.7

Compare
Choose a tag to compare
@axeleroy axeleroy released this 12 Jan 18:10
· 224 commits to main since this release

Many enhancements in this release:

New features

  • French translation (#7, #8)

Feature enhancements

  • Turn summary:
    • Vote agreement.
    • Order results by vote.
    • Styling improvements.

Performance enhancements and dependency updates

  • Remove unused CSS to improve both load time and image size (#10)
  • Updated to Python 3.11 and greenlet 2.0.1.
  • Updated Python image from Debian to Alpine to reduce image size.
  • Update Angular dependencies to fix vulnerabilities:
    • Bump loader-utils from 2.0.2 to 2.0.4(#25)
    • Bump engine.io from 6.2.0 to 6.2.1 (#24)
    • Update from Angular 14.2.3 to 14.2.10.

Developer experience enhancements

  • Set up ESLint (#23)
  • Enabled layer caching for Docker builds in GitHub Actions.
  • Move some steps in Dockerfile to improve use of caching.
  • Angular application is now built natively to improve build time in multi-arch builds.
  • Enabled arm64 images for development builds.