Skip to content

Releases: ucfopen/Materia

v6.0.0-alpha1

05 Aug 17:43
Compare
Choose a tag to compare
v6.0.0-alpha1

Materia v5.0.0 Ifrit

04 Jun 17:46
v5.0.0
Compare
Choose a tag to compare
  • #1178: score screens now use table elements in the DOM instead of just relying on css table styles. Also requires: ucfopen/Materia-Server-Client-Assets#32
  • #1193: Travis now build release packages and provides arguments for Github release builds
  • #1198: Allows widgets to disallow student authorship via an optional argument in the widget's install.yaml. Students must share the widget with a basic_author who can then publish the widget includes a migration
  • #1202: Back-end adjustments to how widget creators are considered locked includes migrations
  • #1152: Adds ability for widgets to provide author and player help docs includes migrations
  • #857: Catalog and widget detail ui overhaul
  • #1221: Heavy polish / updates on docker scripts, config, and release building
    • renamed run_build_release_package.sh to run_build_github_release_package.sh
    • run_build_github_release_package only build js/css for release package
    • added docker update to travis startup
    • added new docker.env file
    • consolidated repeated vars into .env file
    • updated docker-compose version from 2 to 3.2
    • added build information to docker-compose
    • added a build volume to docker-compose
    • Added frontend and backend networks to docker compose
    • added zip package to node dockerfile build
    • added run_create_me.sh to dynamically create a user for the current host user
    • removed run_docker_build* scripts as including this into docker-compose config removes the need
    • updated run_first to take advantage of new dynamic docker images
    • updated run_tests_ci to take advantage of new dynamic docker images
    • minor var name cleanup in tasks/admin user_name => username
    • added ability to set a password in admin:reset_password task
    • changed some of the logged output from admin and widget tasks

v5.0.0-rc6

02 Jun 02:35
v5.0.0-rc6
Compare
Choose a tag to compare
v5.0.0-rc6 Pre-release
Pre-release
v5.0.0-rc6

v5.0.0-rc5

02 Jun 02:07
v5.0.0-rc5
Compare
Choose a tag to compare
v5.0.0-rc5 Pre-release
Pre-release
v5.0.0-rc5

v5.0.0-rc4

02 Jun 01:26
v5.0.0-rc4
Compare
Choose a tag to compare
v5.0.0-rc4 Pre-release
Pre-release
v5.0.0-rc4

v5.0.0-rc3

01 Jun 19:35
v5.0.0-rc3
Compare
Choose a tag to compare
v5.0.0-rc3 Pre-release
Pre-release
v5.0.0-rc3

v5.0.0-rc2

01 Jun 19:08
v5.0.0-rc2
20e82f4
Compare
Choose a tag to compare
v5.0.0-rc2 Pre-release
Pre-release
v5.0.0-rc2

v5.0.0-rc1

31 May 22:16
v5.0.0-rc1
Compare
Choose a tag to compare
v5.0.0-rc1 Pre-release
Pre-release
v5.0.0-rc1

v5.0.0-alpha1

30 May 16:25
Compare
Choose a tag to compare
v5.0.0-alpha1 Pre-release
Pre-release
v5.0.0-alpha1

Materia v4.0.0

19 Dec 20:57
v4.0.0
4a238bf
Compare
Choose a tag to compare

Materia v4.0: Open Source Release Edition!

  • Updates to fuelphp 1.8.1
  • Minimum PHP requirement bumped to 7.1
  • Filetree reorganization
  • Fix to play IDs being too long
  • Generic creator
  • The docker development environment now lives in /docker as opposed to a separate parent repo
  • One-button heroku support
  • Updated build process to reduce dependencies
  • Added support for images on custom score screens
  • Lots of bug fixes