Skip to content

Releases: mrmn2/PdfDing

pdfding-0.1.3

15 Feb 12:16
Compare
Choose a tag to compare

A Helm chart for deploying pdfding to Kubernetes

v0.12.3

15 Feb 12:08
fc1b0a8
Compare
Choose a tag to compare

What's Changed

  • filter pdfs by fuzzy searching by @mrmn2 in #89
  • adjust the viewer navbar so it compliments the normal one by @mrmn2 in #87
  • add theme support to viewer navbar by @mrmn2 in #87
  • fix: Set navbar background so the navbar does not get "overwritten" when scrolling by @mrmn2 in #87
  • fix: handle not present user in the health endpoint by @mrmn2 in #87

v0.12.2

09 Feb 14:13
90d1bfe
Compare
Choose a tag to compare

What's Changed

  • Improve demo startup time by @mrmn2 in #80
  • Set postgres user and db name via env variables by @mrmn2 in #81
  • Make sure the pdf overview gets reloaded when closing the viewer. This why the progress bars get automatically refreshed by @mrmn2 in #81
  • Fix: Always show the latest edits in the pdf viewer. Previously, because of browser caching occasionally a non up to date version was shown by @mrmn2 in #81
  • Open preview when clicking on thumbnail by @mrmn2 in #81
  • Minor adjustments to helm chart by @mrmn2 in #81

pdfding-0.1.2

09 Feb 14:21
Compare
Choose a tag to compare

A Helm chart for deploying pdfding to Kubernetes

v0.12.1

03 Feb 19:32
7806001
Compare
Choose a tag to compare
  • adjust location of demo pdf file, so k8s empty dir can be used more easily in demo mode

pdfding-0.1.1

03 Feb 19:40
2e1939f
Compare
Choose a tag to compare

A Helm chart for deploying pdfding to Kubernetes

pdfding-0.1.0

03 Feb 18:36
6078a2a
Compare
Choose a tag to compare

A Helm chart for deploying pdfding to Kubernetes

v0.12.0

28 Jan 12:43
91330fa
Compare
Choose a tag to compare

Creme theme + design improvements

  • add creme theme
  • improved navigation bar design
  • update PdfDing logo
  • fix: adjusted background colors for the sidebar on mobile devices as the table of contents was not readable.
  • fix: adjust dropdown open button color in the viewer

v0.11.0

14 Jan 23:04
44f5972
Compare
Choose a tag to compare

Starring, Archiving, Thumbnails and Previews

  • PDFs can be starred and archived. Starred and archived PDFs can be quickly accessed
    in the overview. Archived PDFs are hidden from the default overview.
  • Add PDF previews. The first page of each PDF can be shown in the overview without
    entering the viewer.
  • Support thumbnails in the overview. The first page of each PDF will be shown as a
    thumbnail in the overview. Thumbnails are disabled by default and can be activated
    in the user settings.
  • Specify multiple host names via the HOST_NAME env variable.

0.10.0

05 Jan 20:07
eeed758
Compare
Choose a tag to compare

Markdown Notes

  • Add markdown notes to PDFs. The notes can be shown in the PDF overview.
  • Add healthz endpoint. This endpoint is primarily used for restarting the demo instance
    every x minutes.
  • Improve design of view shared PDF prompt page