Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@Arcath Arcath released this 29 Jan 12:58
· 5 commits to main since this release

Breaking Changes

  • #49 - Split Prisma Schema. This causes relative database paths to change. A Database URL of ./data/netdoc.db would need to be changed to ../data/netdoc.db to maintain the database connection.

New

  • #54 - Styles to make pages printable
  • c0891a5 - Incomplete Processes dashboard box.

Fixes

  • #55 - Fix a bug where the edit screen was setting users to a non-existent role.
  • #56 - Add a typed sql query for recent documents, enables scoped queries.