- Apr 21, 2026
- Date parsed from source:Apr 21, 2026
- First seen by Releasebot:Apr 21, 2026
v2.8.4
bentopdf fixes CSP errors introduced in v2.8.3 and ships a maintenance update.
This release fixes the CSP errors introduced in v2.8.3
Fixes: #671 #670
Full Changelog: v2.8.3...v2.8.4
Original source - Apr 18, 2026
- Date parsed from source:Apr 18, 2026
- First seen by Releasebot:Apr 19, 2026
CVE Fix - v2.8.3
bentopdf releases 2.8.3 with an urgent security fix for GHSA-6vh8-4frx-647f and recommends immediate upgrading. The update also adds Dutch, Ukrainian, Japanese, and Belarusian translation changes, plus dependency and workflow fixes.
Warning
This release addresses the security vulnerability GHSA-6vh8-4frx-647f which affects all versions including and prior to v2.8.2.
All users of BentoPDF are recommended to upgrade immediately to the latest version 2.8.3
A note of thanks
A huge thank you to @Astaruf for discovering this vulnerability and reporting it to us through responsible disclosure. Independent security researchers like Lorenzo are what keep open source software trustworthy, and we are genuinely grateful for the care and professionalism shown throughout the process. This is exactly how coordinated vulnerability disclosure should work, and BentoPDF is safer today because of it. Thank you. ❤️
What's Changed
- Update common.json - Dutch language by @Stephan-P in #641
- build(deps-dev): bump vite from 7.3.1 to 7.3.2 by @dependabot[bot] in #642
- static.yml: fix static workflow regression from commit 1fc9620 by @ntfreak in #648
- build(deps): bump dompurify from 3.3.3 to 3.4.0 by @dependabot[bot] in #660
- Added Ukrainian translation by @SerhiiZahuba in #628
- Add Japanese translation by @tkymmm in #650
- Belarusian translation update by @pavel-miniutka in #666
- build(deps-dev): bump vite from 7.3.2 to 8.0.5 by @dependabot[bot] in #643
New Contributors
- @ntfreak made their first contribution in #648
- @SerhiiZahuba made their first contribution in #628
- @tkymmm made their first contribution in #650
A note from the developer
BentoPDF is maintained by a single developer. While every effort is made to ensure the codebase is reviewed, scanned, and hardened before each release, the reality of a solo-maintained project is that comprehensive security coverage is not achievable without external input. The surface area of a modern document-processing tool is substantial, and no individual reviewer can reasonably cover all of it alone.
This disclosure has been a humbling reminder that no codebase is perfect, and that security is a process and not a milestone. Going forward, BentoPDF will be putting more active investment into security hardening: stricter reviews for anything touching untrusted input, expanded automated scanning in CI, and faster turnaround on reports.
If you find something that looks off like a bug, a misconfiguration, an edge case that feels risky then please tell us. Report privately through GitHub Security Advisories or email [email protected]. You do not need a working exploit, proof of impact, or a perfectly written report. A description and a hint is enough, and we will take it from there. Every report genuinely helps, and every reporter gets credited.
Thank you for using BentoPDF, and thank you for helping us make it safer.
Full Changelog: v2.8.2...v2.8.3
Original source All of your release notes in one feed
Join Releasebot and get updates from alam00000 and hundreds of other software products.
- Apr 5, 2026
- Date parsed from source:Apr 5, 2026
- First seen by Releasebot:Apr 6, 2026
v2.8.2
bentopdf releases minor bug fixes and quality of life improvements, including configurable Docker port settings, preserved original download filenames, better page size orientation, improved OCR and TIFF support, and a fix for Nginx non-root permissions.
This release contains minor bug fixes and quality of life improvements.
New Features
- Configurable Docker port — Set PORT env var to change the container listen port (default remains 8080)
Bug Fixes 🐛
- Preserve original filename on download — All tools now keep the original filename instead of renaming to encrypted-, flattened_, rotated_, etc.
- Fix Page Size auto orientation — Auto orientation now correctly matches the source page layout
- Multi-channel TIFF support — Handle multi-channel TIFF formats and add compression options
- OCR quality improvement — Copy original pages in OCR instead of embedding rasterized PNGs
- Nginx non-root permissions — Resolve permission errors when running as non-root user that was introduced in v2.8
- Reverted nginx base image — Back to unprivileged version for security
Improvements
- Simple mode dist in releases — dist-simple-{version}.zip is now included in GitHub releases
By the Community
- Update tools.json - Corrections to Dutch translation by @Stephan-P in #625 ❤️
- Embed static app version in HTML via Vite at build time by @Skillkiller in #617 ❤️
- build(deps): bump lodash from 4.17.23 to 4.18.1 by @dependabot[bot] in #636
Full Changelog: v2.8.1...v2.8.2
Original source - Apr 1, 2026
- Date parsed from source:Apr 1, 2026
- First seen by Releasebot:Apr 1, 2026
HOTFIX - v2.8.1
bentopdf fixes a Docker container startup crash caused by permission denied errors.
Fix: Docker container crash on startup (Permission Denied)
Fixed an issue where the Docker container would fail to start. #623
Full Changelog: v2.8.0...v2.8.1
Original source - Apr 1, 2026
- Date parsed from source:Apr 1, 2026
- First seen by Releasebot:Apr 1, 2026
v2.8.0
bentopdf releases PDF overlay and underlay tools, RFC 3161 timestamping, and encrypted PDF support, while adding self-hosting controls, editor feature disable options, and filename deduplication fixes for smoother document workflows.
Dad Joke Of the Release
I had a joke about a paper. But I think it's tearable 🤣
What's Changed
PDF Overlay & Underlay Tool
New tool to overlay or underlay pages from one PDF onto another.
Supports mode selection (overlay/underlay), page range targeting, and looping for shorter overlay documents.Timestamp PDF tool with RFC 3161 support by @InstaZDLL
New tool to add RFC 3161 trusted timestamps to PDF documentsEncrypted PDF Support
Earlier users had to unlock a PDF before using any tool. Now BentoPDF prompts when uploading encrypted PDFs and also auto repairs PDF on upload
New Quality of Life Improvements
- Disable Specific Tools — Self-hosters can now disable individual tools via the DISABLE_TOOLS environment variable. Includes documentation.
- Disable PDF Editor Features — New option to disable specific features within the PDF Editor for customized deployments.
Bug Fixes 🐛
- Filename Deduplication — Smart filename deduplication utility integrated across multiple file conversion modules to prevent overwrites. Fixes #603
By the Community ❤️
- Update tools.json - Alerts added by @Stephan-P in #606
- build(deps-dev): bump handlebars from 4.7.8 to 4.7.9 by @dependabot[bot] in #610
- Update tools.json - Typos corrected in Dutch language by @Stephan-P in #612
- build(deps): bump picomatch from 2.3.1 to 2.3.2 by @dependabot[bot] in #609
- fix: in bookmarks editor focus cancel- or ok-button for opened confirm and alert modals by @lukasstorck in #604
- build(deps-dev): bump brace-expansion from 2.0.2 to 2.0.3 by @dependabot[bot] in #613
- Update common.json - Dutch language updated by @Stephan-P in #615
New Contributors
- @InstaZDLL made their first contribution in #576 ❤️
Thank you for using BentoPDF. Have a great day ahead! ❤️
Full Changelog: v2.7.0...v2.8.0
Original source - Mar 24, 2026
- Date parsed from source:Mar 24, 2026
- First seen by Releasebot:Mar 24, 2026
PDF to CBZ - v2.7.0
bentopdf releases a major update with a new PDF to CBZ comic archive tool, a revamped PDF to TIFF workflow, richer PDF editing annotations, and OCR font subsetting to shrink file sizes, plus bug fixes and community translation improvements.
Dad Joke Of the Release
What do you call a meditating dog? Aware wolf 🐺🤣
What's Changed
1. New PDF to CBZ (Comic Book Archive) Tool
Convert any PDF into a CBZ file for comic book readers like Komga, Kavita, CDisplayEx, and Calibre
Choose between JPEG, PNG, or WebP image formats with quality and scale controls
Optional grayscale conversion and manga mode (right-to-left reading)
Full metadata support with ComicInfo.xml, metadata.opf, and ComicBookInfo JSON which works with both comic readers AND Calibre
Fill in Title, Series, Volume, Issue Number, Author, Publisher, Tags, Published Year, and Rating
2. PDF to TIFF Revamp
Added compression options: LZW, Deflate, CCITT Group 4, JPEG, PackBits, or None
DPI slider (72–600) for print-quality control
Color mode selector: Color (RGB), Greyscale, or Black & White (1-bit)
Multi-page TIFF support — save all pages as a single TIFF file instead of a ZIP
CCITT Group 4 compression auto-selects B&W mode for optimal document archival
3. PDF Editor Update
Added Free Highlight annotation tool
Added Insert Text annotation
Added Replace Text annotation
Added Comment annotations
Annotations can now be rotated
4. OCR Improvement
Fonts are now subsetted instead of fully embedded by default, significantly reducing output file size
Added option to opt out and embed full fonts if needed
Bug Fixes
Fixed Docker healthcheck using curl (not available in Alpine image) and now uses wget
Fixed custom 404 page not being served by nginx and added error_page 404 directive
By the Community ❤️
Minor Dutch language corrections by @Stephan-P in #594
feat: add page up/down hotkeys for quick bookmark input by @lukasstorck in #601
Fix missing translations in Settings/Shortcuts modal by @hagibr in #521
Implement missing i18n translations for PDF-to-Image modules by @Skillkiller in #565
New Contributors
@lukasstorck made their first contribution in #601 ❤️
Full Changelog: v2.6.0...v2.7.0
Original source - Mar 18, 2026
- Date parsed from source:Mar 18, 2026
- First seen by Releasebot:Mar 19, 2026
Edit Page Labels - v2.6.0
bentopdf releases a feature-rich update with Page Labels for Roman numerals and custom numbering, Flattening to make annotations permanent, enhanced PDF Comparison with new overlays and filters, and Transparent Form Field Backgrounds for cleaner overlays. Includes community translations and contributions.
Dad Joke of the Release
I was about to tell a joke about carpentry? But I didn't think it woodwork 🤣
- Add Page Labels Feature
New tool for applying Roman numerals, prefixes, and custom numbering ranges to PDFs. - Flattening Enhancements
Flatten annotations directly into PDF page content, making them permanent and non editable. - PDF Comparison Enhancements
New overlay options and filtering controls for more precise side-by-side comparisons, with reduced false-positive highlights. - Transparent Form Field Backgrounds
Form fields can now be created with transparent backgrounds for cleaner overlays on existing documents.
By The Community ❤️
Update common.json - Dutch translation updated by @Stephan-P in #563
Update tools.json - Dutch translation updated by @Stephan-P in #564
fix(form-creator): checkbox/radio resize constraints + handle cursors by @YuF-9468 in #568
build(deps-dev): bump undici from 7.22.0 to 7.24.1 by @dependabot[bot] in #574
build(deps): bump devalue from 5.6.3 to 5.6.4 by @dependabot[bot] in #570
add Russian translation by @xtotdam in #555
Started translating to German by @luna-cant-code in #575
build(deps): bump jspdf from 4.2.0 to 4.2.1 by @dependabot[bot] in #586New Contributors
@YuF-9468 made their first contribution in #568 ❤️
@xtotdam made their first contribution in #555 ❤️Full Changelog: v2.5.0...v2.6.0
Original source - Mar 10, 2026
- Date parsed from source:Mar 10, 2026
- First seen by Releasebot:Mar 14, 2026
Comparison Tool Revamp - v2.5.0
alam00000 unveils BentoPDF’s big rewrite with a semantic PDF comparison engine that detects every change between documents. It now tracks text edits, moves, style shifts, images, annotations, and background changes, plus OCR for scans, smart page pairing, four export modes, and broad bug fixes.
Dad Joke of the Release
Why did the laptop get cold? Cause it let its Windows open🤣
What's Changed
PDF Comparison Rewrite
- Semantic Text Diffing
- Word-level diff engine with exact bounding-box highlighting on both documents
- Handles additions, deletions, modifications, and full page insertions/removals
- CJK word segmentation for accurate Chinese, Japanese, and Korean comparisons
- Moved-Text Detection
- Detects paragraphs that moved position between documents (≥3 words, ≥80% Jaccard similarity)
- Collapsed into single "Moved" changes with purple highlights instead of noisy add/remove pairs
- Style Change Detection
- Detects font family and font size changes on otherwise identical text
- Content Category Classification
- Every detected change is automatically classified into one of six categories: Text, Image, Header/Footer, Annotation, Formatting, Background
- Header/footer detection based on y-position analysis (top/bottom 12% of page)
- Image comparison via area-overlap matching (detects added, removed, and resized images)
- Annotation diffing compares subtype, contents, and position
- Background change detection triggers when visual mismatch exceeds text change coverage
- Smart Page Pairing
- Automated page-pairing model using content signatures instead of naive page-number matching
- Correctly handles inserted/deleted pages between document versions
- OCR Support
- OCR for scanned documents, toggled from the toolbar
- OCR results cached in LRU cache to avoid redundant processing
- Low-quality text detection auto-triggers OCR when extracted text is unreliable
- Filter System
- Change type filter pills: Modified, Added, Deleted, Moved, Style Changed
- Content category filter pills: Text, Image, Header/Footer, Annotation, Formatting, Background
- PDF Export
- Four export modes: Split View, Alternating Pages, Left Document Only, Right Document Only
- Bug Fixes
- Rotation fix: Corrected PDF page rotation functionality with comprehensive test coverage (380 new tests)
By the Community ❤️
- add Korean (ko) translation by @the0807 in #552
- fix correct locale path in translation guide, add missing link attributes in footer, fix wasm version in readme by @iegl3 in #553
- build(deps): bump dompurify from 3.3.1 to 3.3.2 by @dependabot[bot] in #551
- build(deps-dev): bump minimatch from 5.1.6 to 5.1.9 by @dependabot[bot] in #550
- build(deps): bump rollup from 4.55.1 to 4.59.0 by @dependabot[bot] in #522
- minor correction in documentation by @Olivetti in #531
- Pdf to image direct image by @Skillkiller in #215
New Contributors ❤️
- @the0807 made their first contribution in #552 ❤️
- @iegl3 made their first contribution in #553 ❤️
- @Olivetti made their first contribution in #531 ❤️
- @Skillkiller made their first contribution in #215 ❤️
Full Changelog: v2.4.1...v2.5.0
Original source
This was a big rewrite, so please try out the new comparison tool and report any bug fixes. Thank you! 🎉 - Mar 7, 2026
- Date parsed from source:Mar 7, 2026
- First seen by Releasebot:Mar 14, 2026
v2.4.1
alam00000 unveils v2.4.1 featuring quick look previews via hover magnifier, sharper page render, a bug fix for the Remove blank pages tool, and an option to apply a watermark to all pages plus dependency bumps. A concise release update showing visible improvements and enhancements.
What's Changed
- Quick Look on all Page Previews
Now on hovering over a page preview a magnifying button allows a quick preview of that particular page
- Quick Look on all Page Previews
- Enhanced the scale of all page previews for a sharper render
- Bug Fixes and other changes
Remove blank pages tool was not working correctly and identified all the pages as blank. This has been fixed. - build(deps): bump svelte from 5.53.1 to 5.53.6 by @dependabot[bot] in #533
- build(deps): bump the npm-dependencies group across 1 directory with 29 updates by @dependabot[bot] in #534
- Update tools.json - Option Apply watermark to all pages by @Stephan-P in #535
Full Changelog: v2.4.0...v2.4.1
Thank you for the support and please test and report any bugs ❤️
Original source - Mar 1, 2026
- Date parsed from source:Mar 1, 2026
- First seen by Releasebot:Mar 14, 2026
Revamped Form Creator - v2.4.0
alam00000 announces a major refresh with the PDF Form Creator now lets you edit existing fields and adds barcode support for QR Code, Code 128, Code 39, EAN-13, UPC-A, DataMatrix and PDF417. Batch Decryption now handles multiple PDFs with the same password. A Dockerfile CORS proxy fix resolves certificate requests.
What's Changed
- PDF Form Creator Revamp Now along with creating new form fields you can also edit existing fields!
- Barcode support has been added! Now you can choose from any of the following types:
QR Code, Code 128, Code 39, EAN-13, UPC-A, DataMatrix and PDF417 - Batch Decryption Now multiple PDFs which share the same password can be decrypted
Bug Fixes
CORS Proxy configuration was not added to Dockerfile which led to failed certificate requests. This has been fixed.
New Contributors
- @maxbengtzen made their first contribution in #529 ❤️
Full Changelog: v2.3.3...v2.4.0
Thank you for the support and please test and report any bugs ❤️
Original source - Feb 27, 2026
- Date parsed from source:Feb 27, 2026
- First seen by Releasebot:Mar 14, 2026
Bug Fixes - v2.3.3
alam00000 unveils the PDF Watermark Tool revamp with page range options, new scale, position, flatten settings and drag‑ and‑drop placement. Includes bug fixes for duplicate pages, mode display, and template load issues, plus translations and contributor updates.
Dad Joke of the Release
What do you call a sad strawberry? A blueberry🤣
What's Changed
- PDF Watermark Tool
The PDF Watermark tool has been revamped. You can now set to apply watermark to all pages or a range of pages. A new scale option, along with position and flatten options have been added. Along with this, the watermark can be now placed via drag and drop.
Bug Fixes
- Fix duplicate pages being shown in PDF Multitool #508
- Compact mode not showing up in Simple Mode has been fixed #505
- Workflow Tool had an error loading saved templates. This has been fixed #517 #507
- Update common.json by @Stephan-P in #503
- Update tools.json by @Stephan-P in #504
- build(deps): bump jspdf from 4.1.0 to 4.2.0 by @dependabot[bot] in #498
- build(deps): bump svelte from 5.48.2 to 5.53.1 by @dependabot[bot] in #502
- Updating the portuguese translations for the new tools by @hagibr in #516
- Correction on pdfToExcel.name (Portuguese) by @hagibr in #518
- Adding 'PDF Workflow Builder' and 'Bates Numbering' to toolTranslationKeys by @hagibr in #519
- build(deps-dev): bump qs from 6.14.1 to 6.15.0 by @dependabot[bot] in #496
- build(deps): bump markdown-it from 14.1.0 to 14.1.1 by @dependabot[bot] in #480
New Contributors
@hagibr made their first contribution in #516 ❤️
Full Changelog: v2.3.1...v2.3.3
Thank you everyone for your support. Please test it out and report any bugs and have a great weekend! ❤️
Original source - Feb 21, 2026
- Date parsed from source:Feb 21, 2026
- First seen by Releasebot:Mar 14, 2026
Bates Stamping - v2.3.1
alam00000 highlights a new release with Bates stamping across multiple PDFs, collapsible BentoPDF sections, and a compact mode for easier navigation. Includes Belarusian translation updates and various fixes, with contributor credits and changelog progress showcased.
Dad Joke of the Release
What do math teachers wear glasses? It helps with diVision🤣
What's Changed
Bates Stamping
You can now use bates stamping on multiple PDFs!
Choose from pre existing options or customize itCollapsible Sections and Compact Mode
BentoPDF sections can now be collapsed as a dropdown! Since we have now over 100+ tools we now have added a compact mode for BentoPDF. To enable it go to Settings > Preference > Enable Compact ModeFixes & Improvements
Belarusian translation update by @pavel-miniutka in #486
fix: httproute invalid syntax and tweak chart by @tzabbi in #493
chore: update bentopdf version in helm chart by @tzabbi in #494
chore: pin xlsx version by @diogotcorreia in #501
New Contributors
- @tzabbi made their first contribution in #493
- @diogotcorreia made their first contribution in #501
Full Changelog: v2.2.1...v2.3.0
Full Changelog: v2.3.0...v2.3.1
Original source - Feb 21, 2026
- Date parsed from source:Feb 21, 2026
- First seen by Releasebot:Mar 14, 2026
v2.3.0
alam00000 releases v2.2.1 to v2.3.0 with Belarusian translation update and dependency tweaks, plus first-time contributors.
What's Changed
- Belarusian translation update by @pavel-miniutka in #486
- fix: httproute invalid syntax and tweak chart by @tzabbi in #493
- chore: update bentopdf version in helm chart by @tzabbi in #494
- chore: pin xlsx version by @diogotcorreia in #501
New Contributors
- @tzabbi made their first contribution in #493
- @diogotcorreia made their first contribution in #501
Full Changelog: v2.2.1...v2.3.0
Original source - Feb 14, 2026
- Date parsed from source:Feb 14, 2026
- First seen by Releasebot:Mar 14, 2026
v2.2.1
alam00000 unveils a new release with Custom Branding, Default Language at build time, an Air-Gapped Deployment Script, and a Non-Root Dockerfile plus assorted fixes. Docs and tools table updated; full changelog covers v2.2.0 to v2.2.1. A clear product update with new capabilities and improvements.
Dad Joke of the Release
What do you call a moose that everyone knows? Famoose 🤣
What's New
Custom Branding
Replace the default BentoPDF logo, name, and footer text with your own.
3 new build-time variables — VITE_BRAND_NAME, VITE_BRAND_LOGO, VITE_FOOTER_TEXT.
Works across all deployment methods, Docker, static hosting, air-gapped.
Compatible with Simple Mode and all other build options.Default Language Configuration
Set the default UI language at build time so users see your preferred language on first visit.
New VITE_DEFAULT_LANGUAGE build variable — supports all 15 languages.
Configurable via Docker --build-arg or .env.production.Air-Gapped Deployment Script
A new scripts/prepare-airgap.sh automates the entire air-gapped deployment process
Interactive mode — run it with no arguments and it walks you through everything.
Downloads WASM packages, builds the Docker image, and exports a self-contained bundle.
Generates a setup.sh for the air-gapped side
Supports all build options (branding, language, Simple Mode, base URL).Non-Root Dockerfile
New Dockerfile.nonroot is added for deployments where containers must not run as root.
Fixes & Improvements
Divide Pages node fix — fixed workflow node for page division.
Dutch tools.json corrections — Thanks @Stephan-P! ❤️
Updated self-hosting docs (Vercel, Netlify, Cloudflare, AWS, Nginx, Apache, Docker) with branding and language configuration.
Added Scanner Effect, Adjust Colors, and PDF Workflow Builder to README tools table.
As always, thank you very much for your support. If you run into any issues with branding or the air-gapped script, please report them. Thank you and have a great weekend! ❤️Full Changelog: v2.2.0...v2.2.1
Original source - Feb 9, 2026
- Date parsed from source:Feb 9, 2026
- First seen by Releasebot:Mar 14, 2026
Automate PDF - v2.2.0
alam00000 announces a release featuring a visual, node-based PDF automation tool, plus an image compression fix and new translations (Arabic, Danish, Belarusian). Includes watermark rotation fix, dependency bumps, production Helm chart v1.0.0, and updated changelog from v2.1.0 to v2.2.0.
Dad Joke of the Release
What does a house like to wear? Address 🤣What's New
- Automation Tool (Workflow)
A fully visual, node based automation tool for chaining PDF operations together. Drag nodes onto a canvas, connect them with wires, hit Run, and watch it go.
75+ workflow nodes across 6 categories — Input, Edit & Annotate, Organize & Manage, Optimize & Repair, Secure PDF, and Output.
Supports every input format BentoPDF handles — PDF, Image, Word, Excel, PowerPoint, EPUB, Email, Markdown, JSON, XML, SVG, XPS, MOBI, FB2, CBZ, and more.
Save/load workflow templates and export/import as JSON.
Drag and drop nodes from a searchable, categorized toolbox.
Real time per node execution progress (running, completed, error).
- Automation Tool (Workflow)
- Image Compression Fix
Fixed image compression that was previously broken.
Integrated quality selection for JPG, PNG, and WebP to PDF conversion.
- Image Compression Fix
- New Languages
Arabic (ar) — full translation with RTL layout support.
Danish (da) — full translation. Thanks @froeand! ❤️
Belarusian (be) — updated translation. Thanks @pavel-miniutka! ❤️
- New Languages
- Fixes & Improvements
Watermark rotation fix — position now calculated using polar coordinates for accurate placement at any angle. Thanks @TheScienceotter! ❤️
Dutch translation corrections. Thanks @Stephan-P! ❤️
Fixed various ESLint and TypeScript compilation errors across the codebase.
Helm chart promoted to v1.0.0 for production deployment.
Fixed gateway and HTTPRoute configuration for production environments.
Bumped jsPDF from 4.0.0 to 4.1.0.
- Fixes & Improvements
What's Changed
- Update tools.json by @Stephan-P in #450
- Add danish translation by @froeand in #461
- (Fix) Rotate watermark text around centre of page by @TheScienceotter in #459
- Belarusian translation update by @pavel-miniutka in #458
- Update common.json by @Stephan-P in #457
- build(deps): bump jspdf from 4.0.0 to 4.1.0 by @dependabot[bot] in #454
- Tweak gateway + httproute usage in production helm chart release by @spwoodcock in #453
New Contributors
- @froeand made their first contribution in #461
- @TheScienceotter made their first contribution in #459
As always, thank you very much for your support. The workflow tool was fairly complex, so there may be bugs. Please report them as they arise thank you! ❤️
Full Changelog: v2.1.0...v2.2.0
Original source