Long overdue release with many bugfixes. Now the container can be ran as user, take the time to set:
environment:
- PUID=1000 # or whatever your user is :)this will automatically fix all permissions and make the conversion process run as user, not root.
What's Changed
- feat: add custom branding by @Kanashimo in #575
- feat(auth): autofocus login email field by @JustinShetty in #627
- feat(calibre): add azw3 to supported input formats by @OrbanGergo in #610
- feat(ffmpeg): added m2ts, ts, vob, wmv input types, and mka output by @OrbanGergo in #636
- feat(pdftops): added pdftops converter by @OrbanGergo in #611
- feat(soffice): add support for Excel and Calc spreadsheet conversions by @OrbanGergo in #609
- feat: support PUID/PGID to change user by @C4illin in #655
- fix: Apply EXIF orientation when converting images with ImageMagick by @casi-3 in #577
- fix: allow PUID and PGID to be unset by @C4illin in #656
- fix: better 404 message in logs by @C4illin in #599
- fix: markitdown filestypes and version printing by @C4illin in #657
- fix: version printing by @Laertes87 in #606
- fix(auth): redirect unauthorized page requests by @JustinShetty in #628
- fix(dasel): update converter for v3 CLI by @cyphercodes in #591
- fix(ffmpeg): raise execFile maxBuffer so long conversions don't overflow stderr by @thejdubb02 in #629
- fix(graphicsmagick): apply EXIF auto-orient so portrait images don't convert sideways (#590) by @thejdubb02 in #637
- fix(imagemagick): handle multi-page PDF outputs and improve rasterization quality by @OrbanGergo in #593
- fix(libreoffice): don't force MS Word 97 infilter on .wps by @tr3lane in #585
- fix(results): encode download filenames by @bm1016bm-svg in #587
- fix(results): hide actions for failed conversions by @JustinShetty in #625
- test: add unit tests for main and db and improve coverage by @Laertes87 in #596
- chore: update to bun 1.4.2 by @C4illin in #645
- chore: add missing PORT environment variable to README by @Kanashimo in #576
- ci: add autofix.ci by @C4illin in #644
- ci: add xss scan by @C4illin in #614
- ci: change autolabeler to a custom built by @C4illin in #603
New Contributors
- @tr3lane made their first contribution in #585
- @casi-3 made their first contribution in #577
- @bm1016bm-svg made their first contribution in #587
- @cyphercodes made their first contribution in #591
- @Kanashimo made their first contribution in #576
- @OrbanGergo made their first contribution in #609
- @JustinShetty made their first contribution in #627
- @thejdubb02 made their first contribution in #629
Full Changelog: v0.18.0...v0.19.0