• v2.0.0-RC 384b95acb1

    michael 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 unrestricted nproc of 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.dll directly into the Windows distribution package.
    • SQLite Plugin Integration: Bundled the required qsqlite.dll driver under the sqldrivers directory, resolving the Qt6Sql.dll was not found startup 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 the Could not open AI folder for writing error 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-server logs (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
  • v1.1.8 0e130f55ee

    michael 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
  • v1.1.7-final 0e130f55ee

    michael 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 0e130f55ee

    michael released this 2026-05-12 21:59:15 +00:00 | -6 commits to main since this release

    Final release of v1.1.7 with unified light installers for Windows and Linux.

    Downloads
  • v1.1.5 0e130f55ee

    michael released this 2026-05-12 20:04:02 +00:00 | -6 commits to main since this release

    New 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 ece7f796ee

    michael released this 2026-05-12 19:33:34 +00:00 | -5 commits to main since this release

    Fixes

    • Critical: Resolved a startup crash (splash screen only) caused by initialization order issues in the MainWindow constructor.
    Downloads
  • v1.1.3 739a5b4500

    michael released this 2026-05-12 19:15:00 +00:00 | -4 commits to main since this release

    Fixes

    • Local Model Picker: Moved the model selection dropdown to the Local AI section where it scans the internal AI folder for .gguf files.
    • Online Mode: Restored the cloud model picker to the API Key section.
    • Resolved Issue #17.
    Downloads