Skip to content

Releases: papra-hq/papra

v0.1.0

31 Jan 21:05
7f4fb3b
Compare
Choose a tag to compare

What's Changed

  • docs(readme): updated README to include self-hosting section and better auth library by @CorentinTh in #76
  • feat(auth): added email / password support by @CorentinTh in #77
  • refactor(auth): use root auth instance by @CorentinTh in #78
  • feat(config): implement runtime server-provided config by @CorentinTh in #79
  • fix(demo): added mock endpoint for configuration retrieval by @CorentinTh in #80
  • refactor(og): improved og image by @CorentinTh in #82
  • feat(tasks): added document deletion recuring task by @CorentinTh in #81
  • feat(auth): disable registration form when signup is disabled by @CorentinTh in #83
  • style(sidenav): enhance button icon with rotation effect on hover by @CorentinTh in #84
  • feat(auth): add Google as an SSO provider by @CorentinTh in #85
  • feat(docs): configuration documentation by @CorentinTh in #86
  • chore(github): added funding configuration by @CorentinTh in #88
  • refactor(config): remove unused configuration by @CorentinTh in #90
  • fix(config): added Google SSO configuration in public by @CorentinTh in #91
  • feat(docs): add Plausible analytics script configuration by @CorentinTh in #92
  • fix(config): update Plausible analytics script to use 'node:process' env by @CorentinTh in #93
  • feat(client): integrated plausible analytics by @CorentinTh in #94
  • fix(plausible): adjust url pattern for 404 routes by @CorentinTh in #95
  • feat(documents): added document restoration and deletion hooks by @CorentinTh in #96
  • feat(tags): added documents tags by @CorentinTh in #97
  • docs(README): update tags section to remove 'coming soon' phrasing by @CorentinTh in #98
  • refactor(demo-api-mock): simplify document and tag retrieval using utility functions by @CorentinTh in #99
  • feat(client): added unreachable server display by @CorentinTh in #100
  • feat(documents): integrated PDF text extraction by @CorentinTh in #101
  • refactor(documents): externalized document text extraction by @CorentinTh in #102
  • feat(intake-emails): added intake emails by @CorentinTh in #103
  • fix(documents): added missing Content-Length header by @CorentinTh in #104
  • chore(github): added contribution guidelines by @CorentinTh in #105
  • docs(readme): updated content extraction section feature by @CorentinTh in #106
  • feat(i18n): added internationalization support by @CorentinTh in #107
  • docs(README): fix demo link by @alexisab in #108
  • feat(database): added db encryption capability by @CorentinTh in #109
  • chore(deps): update pnpm version to 9.15.4 in package.json files by @CorentinTh in #110
  • fix(scripts): update dev and migrate:up scripts to use env-file-if-exists option by @CorentinTh in #111
  • docs(contributing): clarify guidelines for submitting pull requests by @CorentinTh in #112
  • refactor(components): replace map with For for reactivity by @CorentinTh in #113

New Contributors

Full Changelog: v0.0.1...v0.1.0