Skip to content

v0.9.0-Rebuild

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jan 10:41
058ed94

Breaking changes

  • All action answers were renamed to results.
  • All questions were renamed to actions.
  • Build and run scripts were removed:
    • Use scripts/install_dependencies.sh and npm run build instead of scripts/install.sh
    • Use npm run build instead of scripts/build_sc_web.sh
    • Use python3 server/app.py instead of scripts/run_sc_web.sh

Changed

  • Convert .png of sc.g-elements to .svg
  • Migrate to sc-machine 0.10.0
  • Rename answer to result
  • Rename questions to actions
  • Use venv for python dependencies

Removed

  • Script run_sc_web.sh
  • Script build_sc_web.sh
  • Script install.sh