Skip to content

Releases: aamirazad/homelab-connector

v0.5.0

22 Aug 00:59
3daf37e
Compare
Choose a tag to compare

v0.5.0

Version 0.5.0 adds a more streamlined way of searching for you documents. Now when you search, you will be given all of the documents that match that search criteria and a thumbnail of the first page. Clicking on this will then link you to that document's specific site where more features will be found.

Features

Bug Fixes

  • fix(deps): update dependency lucide-react to ^0.429. @reno (#125)
  • fix(deps): update dependency drizzle-orm to ^0.33.0 @renovate (#124)
  • fix: minor visual changes on the details page @aamirazad (#118)
  • fix: rework skeleton loader for the thumbnail loading @aamirazad (#117)

Maintenance

  • chore: switch from fetch to ky @aamirazad (#128)
  • chore(deps): update dependency drizzle-kit to ^0.24.0 @renovate (#123)
  • chore: move unnecessary components directly to the page @aamirazad (#121)
  • chore(deps): update typescript-eslint monorepo to v8 (major) @renovate (#113)
  • chore(deps): update dependency @types/node to v22 @renovate (#112)

v0.4.0

07 Aug 02:35
c4dd370
Compare
Choose a tag to compare

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

v0.3.0

09 Jul 02:01
574c80e
Compare
Choose a tag to compare

v0.3.0

This release adds the whishper integration. All you have to do is just enter the url, and since it interacts with the api from your computer (not my server) you don't have to worry about authentication (whishper doesn't have any right now). From there you can search your recordings and listen to them. Do note that video playback will not work and may break things and you cannot read the transcript right now.

Features

Bug Fixes

Documentation

Maintenance

v0.2.0

29 Jun 04:37
b152608
Compare
Choose a tag to compare

v0.2.0

Very exciting commit. I did a lot of work but there is not much changes to the website, I hope I will be able to release new features faster, but the big new feature of this release is being able to preview your paperless document. This means, after searching, you can click on the document to open a preview of it. Soon, there will be buttons to edit properties and connect them to other documents (the whole point of the project) but these is the necessary base features to do that. I'll try to write some proper documentation for how to do the paperless document, but for now, know you need to edit the CORS_ALLOWED_HOSTS property in you paperless configuration to my domain to allow for preview of documents. I hope to find a way around this in the future, but for now, this is the easiest way to get around cors.

Features

Performance Improvements

  • perf: reduce size of paperless documents api request response using flags @aamirazad (#39)
  • perf: speed up settings autofilling by only calling db calls once @aamirazad (#35)

Bug Fixes

  • fix: broken top nav on mobile when signed out @aamirazad (#44)
  • fix: resolve eslint errors by deleting popover component @aamirazad (#42)

Documentation

  • docs: add explanation about the project in the readme @aamirazad (#45)

Maintenance

v0.1.0

22 Jun 08:53
737f224
Compare
Choose a tag to compare

v0.1.0

Homelab connector is finally usable to the public. There are so many features I want to add, but right now, you can create an account, set your paperless url and token, and then search your paperless documents.

Features

Performance Improvements

Bug Fixes

  • fix: add null checks to paperless document search @aamirazad (#6)

Maintenance