-
v2.0.0-RC Release Candidate Pre-Release
released this
2026-05-19 21:39:29 +00:00 | 0 commits to main since this release⚡ Compiler Concurrency & Safety Fix
- Safe Parallel Compilation: Restructured the Windows cross-compilation pipeline to cap parallel build threads at
4(down from an unrestrictednprocof 24). This prevents Out-Of-Memory system memory panics and high peak thermal power trips during build processes, ensuring long-term build system stability.
💾 Core SQLite & SQL Database Support
- Bundled SQL Drivers: Integrated
Qt6Sql.dlldirectly into the Windows distribution package. - SQLite Plugin Integration: Bundled the required
qsqlite.dlldriver under thesqldriversdirectory, resolving theQt6Sql.dll was not foundstartup crash and restoring full database connectivity for offline Bibles, dictionaries, and sermon storage on Windows.
🔒 Permission-Aware AI Model Downloader
- AppData Redirection: Redirected AI model downloads from the write-restricted Program Files folder to the standard user-writable Local AppData directory (
C:/Users/<Username>/AppData/Local/PastorsSermonPro/AI). This fully resolves theCould not open AI folder for writingerror on Windows. - Dual-Directory Scanning: Hardened the settings menu model picker to scan both the Program Files install folder and the local user AppData folder, ensuring full backward compatibility.
- Robust Server Logging: Directed local
llama-serverlogs (ai_server.log) to the AppData folder, avoiding any permission failures during AI initialization.
📦 Windows Deliverables
- Setup Executable:
PastorsSermonPro_Setup.exe(approx. 180 MB) - Database Engine: Offline SQLite support fully active
Downloads
- Safe Parallel Compilation: Restructured the Windows cross-compilation pipeline to cap parallel build threads at
-
released this
2026-05-13 17:09:43 +00:00 | -6 commits to main since this release✨ What's New in V1.1.8
- Fix: Restored functionality of the Sermon Builder tab which was not appearing when clicked.
- Stability: Resolved a critical Access Violation (0xc0000005) crash during AI initialization.
- Installer: Fixed missing desktop shortcut issue by enforcing Public Desktop context.
- Diagnostics: Enhanced startup milestones for easier troubleshooting of future issues.
Downloads
-
released this
2026-05-12 21:59:45 +00:00 | -6 commits to main since this release✨ What's New in V1.1.7
- Hotfix: Resolved a critical startup crash (splash screen only) appearing on some systems.
- Dynamic Theming Engine: Complete support for Light and Dark modes across all components.
- Integrated Model Downloader: Background downloading of AI models from HuggingFace with progress tracking.
- Enhanced Bug Reporting: Added screenshot capture and automated logs for faster troubleshooting.
- Hardware-Aware AI: Smart recommendations for AI models based on your system RAM and GPU.
🚀 Installation
- Windows: Download and run
PastorsSermonPro_Setup.exe - Linux: Download and run
PastorsSermonPro_Linux.run
Pastors Sermon Pro is a comprehensive desktop suite built specifically for sermon preparation and deep theological research.
Downloads
-
v1.1.7 Final Release Stable
released this
2026-05-12 21:59:15 +00:00 | -6 commits to main since this releaseFinal release of v1.1.7 with unified light installers for Windows and Linux.
Downloads
-
v1.1.5 - Features & Polish Pre-Release
released this
2026-05-12 20:04:02 +00:00 | -6 commits to main since this releaseNew Features
- Bug Reporting: Added screenshot support! You can now capture your screen directly from the report tool.
- Model Management:
- Reorganized AI settings for better flow.
- Added hardware-aware performance ratings (Fast/Standard/Heavy) to local models.
- Integrated download guidance for systems with no models found.
Downloads
-
v1.1.4 - Critical Hotfix Pre-Release
released this
2026-05-12 19:33:34 +00:00 | -5 commits to main since this releaseFixes
- Critical: Resolved a startup crash (splash screen only) caused by initialization order issues in the MainWindow constructor.
Downloads
-
v1.1.3 - Local Model Correction Pre-Release
released this
2026-05-12 19:15:00 +00:00 | -4 commits to main since this releaseFixes
- Local Model Picker: Moved the model selection dropdown to the Local AI section where it scans the internal
AIfolder for.gguffiles. - Online Mode: Restored the cloud model picker to the API Key section.
- Resolved Issue #17.
Downloads
- Local Model Picker: Moved the model selection dropdown to the Local AI section where it scans the internal