Skip to content

v7.0.1-alpha

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Aug 19:53
· 188 commits to main since this release

Acorn Version v7.0.1-alpha

This minor release does a lot behind the scenes to make the frontend part of the app more robust for users when encountering errors, and to make the code more maintainable in the future.

✨ What's New ✨

  • Installed Jest as a unit testing framework
  • Installed Zod for a run-time type checking and schema validation
  • Replaced a large number of existing data types with Zod schemas
    • This will allow us to do things like make sure the user inputs correct/valid information when asked to do so.
  • Added some more Github Action workflow steps to have a more robust CI

None of these will be visible from within the app, but they give us a much greater level of confidence that future changes do not break the existing functionality of the app. As time goes on, more tests and refactors will be squeezed in to future updates to improve the experience even further.

🐞 Bug Fixes

  • Fixed a bug causing acorn to crash when clicking on the elipsis (...) under each project (Github Issue #318)
  • Fixed a bug causing migration to fail when not all projects are synced (Github Issue #310)
  • Fixed a bug where users always appear online when trying to add an assignee to an outcome (Github Issue #317)

For MacOS

if you are using an Intel based Mac, download the darwin-x64.zip file.
if you are using an Apple Silicon (M-series) based Mac, download the darwin-arm64.zip file.