v2.14.1
THU-MAIC/OpenMAICv2.14.1Jul 7, 2026by Frooodle
AI Summary
A quick hotfix release that addresses Posthog initialization errors, certificate signing failures, and page rearrangement bugs, while introducing a new settings page to display third-party licenses.
Key Highlights
- Adds a dedicated third-party license page in settings
- Fixes Posthog premature loading before opt flags are read
- Resolves certificate signing issues for certain installations
- Fixes page rearrangement bugs causing tool failures
- Fixes missing app icon on Linux/Wayland
New Features
- Dedicated third-party license settings page
- Fixed Posthog premature loading
- Fixed certificate signing issues
- Fixed page rearrangement bugs
- Fixed Linux/Wayland missing app icon
Full Release Notes
Quick hotfix release to get out some bug fixes including: - Stopping posthog prematurely loading (Note no data was received our end by this however posthog might have tried it's own calls during this time) - Cert sign not working for certain installations - Rearrange pages bug causing tool to fail As well as a new settings menu page to show all licenses for frontend and backend 3rd party dependencies ## What's Changed ### Bug Fixes * fix(frontend): Stop posthog loading before opt flags are read by @Ludy87 in https://github.com/Stirling-Tools/Stirling-PDF/pull/6812 * Fix rearrange-pages DUPLICATE producing shared page nodes (pypdf cyclic-references CI break) by @Frooodle in https://github.com/Stirling-Tools/Stirling-PDF/pull/6851 * Fix tooltip positioning on Add Page Numbers by @jbrunton96 in https://github.com/Stirling-Tools/Stirling-PDF/pull/6885 * Disable update check and notification in SaaS mode by @Frooodle in https://github.com/Stirling-Tools/Stirling-PDF/pull/6863 * Fix missing app icon on Linux/Wayland by @LFd3v in https://github.com/Stirling-Tools/Stirling-PDF/pull/6875 * Fix cert sign not showing under certain instances by @Frooodle in https://github.com/Stirling-Tools/Stirling-PDF/pull/6908 ### Enhancements * feat(ui): add dedicated third-party license sections to settings by @Ludy87 in https://github.com/Stirling-Tools/Stirling-PDF/pull/6820 ### Other * Set App version to v2.14.1 by @ConnorYoh in https://github.com/Stirling-Tools/Stirling-PDF/pull/6891 **Full Changelog**: https://github.com/Stirling-Tools/Stirling-PDF/compare/v2.14.0...v2.14.1