Releases: mrmn2/PdfDing
Releases · mrmn2/PdfDing
pdfding-0.1.3
A Helm chart for deploying pdfding to Kubernetes
v0.12.3
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
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
A Helm chart for deploying pdfding to Kubernetes
v0.12.1
pdfding-0.1.1
A Helm chart for deploying pdfding to Kubernetes
pdfding-0.1.0
A Helm chart for deploying pdfding to Kubernetes
v0.12.0
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
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.