Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Aug 02:35
· 32 commits to refs/heads/main since this release
c4dd370

v0.4.0

It's been a while. I've been super busy and this release has been so close to being published for so long and finally I got the time to fix it up. As usual, there is so much more I want to do but here is what I've got right now. This release adds more backend work as well as a minor, but necessary frontend change. On paperless, when you click on a result, you will see a thumbnail image of the pdf and if you want to see the whole pdf, you have to click the view details button. This page will bring a much more functionality than the modal provides.

Features

Bug Fixes

  • fix: use mjs for next config to fix es module errors @aamirazad (#109)
  • fix(deps): update dependency lucide-react to ^0.414.0 @renovate (#80)
  • fix(deps): update dependency @vercel/postgres to ^0.9.0 @renovate (#83)
  • fix(deps): update dependency drizzle-orm to ^0.32.0 @renovate (#89)
  • fix(deps): update dependency @t3-oss/env-nextjs to ^0.11.0 @renovate (#106)
  • fix: renovate config error @aamirazad (#93)
  • fix: properly redirect back to earlier page after clicking sign in @aamirazad (#87)

Maintenance