Skip to content

v3.3.1

Choose a tag to compare

@diced diced released this 20 Feb 04:32

What's Changed

  • More actions on dashboard tables
  • Improvements to startup time, now interfacing with prisma's migration API instead of running a command
  • Every config option (excluding SECRET and DATABASE_URL) now has a default, so you only need those 2 to run Zipline
  • New themes (Matcha dark azul and Qogir Dark)
  • Fixed images not viewing correctly on chrome sometimes
  • When building Zipline it shouldn't error with weird stuff anymore (ZIPLINE_DOCKER_BUILD env var)
  • Some improvements to the code base (I tried switching everything to ESM but it didn't go well so maybe later lol)

To update:
docker-compose pull
docker-compose up -d

Full Changelog: v3.3.0...v3.3.1