Skip to content

v0.4.0

Choose a tag to compare

@RizkyRajitha RizkyRajitha released this 08 Jul 13:56
· 181 commits to master since this release
f92d38c

Features

  • added background image
  • added footer
  • added description field
  • edit link border radius
  • docker image with docker-compose support
  • railway deploy support
  • add version to dashboard

Updates

  • add Prisma as ORM
  • colors form group UI changes
  • add link text color
  • rename DBURL to DATABASE_URL for better support in cloud providers
  • rename KEY to HASHSALT fir better support in cloud providers
  • add link background color
  • rename DBURL to DATABASE_URL

Bug fixes

  • remove avatar if avatar URL is empty

This version now uses Prisma as ORM for Postgres database, instead of the previous pg library. previous users(if any), will need to reset their database, allowing Prisma to migrate the relations and seed the database