Skip to content

Commit

Permalink
chore: update files for release v0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pdfding[bot] committed Feb 15, 2025
1 parent fc1b0a8 commit 4d89bb8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
23 changes: 17 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
# Changelog

## v0.12.2 (Feb 09, 2025)
## v0.12.3 (Feb 15, 2025)
## What's Changed
* Improve demo startup time by @mrmn2 in https://github.com/mrmn2/PdfDing/pull/80
* Set postgres user and db name via env variables by @mrmn2 in https://github.com/mrmn2/PdfDing/pull/81
* Make sure the pdf overview gets reloaded when closing the viewer. This why the progress bars get automatically refreshed by @mrmn2 in https://github.com/mrmn2/PdfDing/pull/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 https://github.com/mrmn2/PdfDing/pull/81
* Open preview when clicking on thumbnail by @mrmn2 in https://github.com/mrmn2/PdfDing/pull/81
* filter pdfs by fuzzy searching by @mrmn2 in https://github.com/mrmn2/PdfDing/pull/89
* adjust the viewer navbar so it compliments the normal one by @mrmn2 in https://github.com/mrmn2/PdfDing/pull/87
* add theme support to viewer navbar by @mrmn2 in https://github.com/mrmn2/PdfDing/pull/87
* fix: Set navbar background so the navbar does not get overwritten when scrolling by @mrmn2 in https://github.com/mrmn2/PdfDing/pull/87
* fix: handle not present user in the health endpoint by @mrmn2 in https://github.com/mrmn2/PdfDing/pull/87




## v0.12.2 (Feb 09, 2025)
## What's Changed
* Improve demo startup time by @mrmn2 in https://github.com/mrmn2/PdfDing/pull/80
* Set postgres user and db name via env variables by @mrmn2 in https://github.com/mrmn2/PdfDing/pull/81
* Make sure the pdf overview gets reloaded when closing the viewer. This why the progress bars get automatically refreshed by @mrmn2 in https://github.com/mrmn2/PdfDing/pull/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 https://github.com/mrmn2/PdfDing/pull/81
* Open preview when clicking on thumbnail by @mrmn2 in https://github.com/mrmn2/PdfDing/pull/81
* Minor adjustments to helm chart by @mrmn2 in https://github.com/mrmn2/PdfDing/pull/81

## v0.12.1 - Minor changes for demo mode (Feb 3, 2025)
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/pdfding/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: pdfding
description: A Helm chart for deploying pdfding to Kubernetes

type: application
version: 0.1.2
appVersion: v0.12.2
version: 0.1.3
appVersion: v0.12.3

0 comments on commit 4d89bb8

Please sign in to comment.