updting #25
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
clicking on check for update says i am running the current version even tho V1.1.8 is available on the git page
--- DEBUG LOG ---
[2026-05-13 11:56:04.977] [INFO ] --- Logger Initialized --- (unknown:0)
[2026-05-13 11:56:04.977] [INFO ] App Version: "1.1.7" (unknown:0)
[2026-05-13 11:56:04.977] [INFO ] Log Path: "C:/Users/Michael Howard/AppData/Roaming/PastorsSermonPro/debug.log" (unknown:0)
[2026-05-13 11:56:04.977] [INFO ] App Path: "C:/Program Files/PastorsSermonPro" (unknown:0)
[2026-05-13 11:56:04.977] [INFO ] OS Type: "Windows 10 Version 22H2" (unknown:0)
[2026-05-13 11:56:04.993] [INFO ] OS Version: "10" (unknown:0)
[2026-05-13 11:56:04.993] [INFO ] Architecture: "x86_64" (unknown:0)
[2026-05-13 11:56:04.993] [INFO ] Username: "Michael Howard" (unknown:0)
[2026-05-13 11:56:04.993] [INFO ] --- Application Startup --- (unknown:0)
[2026-05-13 11:56:04.993] [INFO ] Starting Pastors Sermon Pro v "1.1.7" (unknown:0)
[2026-05-13 11:56:04.993] [INFO ] Library Paths: QList("C:/Program Files/PastorsSermonPro") (unknown:0)
[2026-05-13 11:56:06.211] [DEBUG] Loading bibles from: "C:/Program Files/PastorsSermonPro/bibles" (unknown:0)
[2026-05-13 11:56:06.211] [DEBUG] Loading dictionaries from: "C:/Program Files/PastorsSermonPro/dict" (unknown:0)
[2026-05-13 11:56:11.461] [INFO ] Creating MainWindow... (unknown:0)
[2026-05-13 11:56:11.461] [INFO ] MainWindow initializing... (unknown:0)
[2026-05-13 11:56:11.461] [INFO ] [Milestone] "MainWindow: Setting Window Icon" (unknown:0)
[2026-05-13 11:56:11.492] [INFO ] [Milestone] "MainWindow: Creating Splitter" (unknown:0)
[2026-05-13 11:56:11.492] [INFO ] [Milestone] "MainWindow: Creating LibrarySidebar" (unknown:0)
[2026-05-13 11:56:11.492] [INFO ] [Milestone] "LibrarySidebar: Init" (unknown:0)
[2026-05-13 11:56:11.492] [INFO ] [Milestone] "LibrarySidebar: Creating TabBar" (unknown:0)
[2026-05-13 11:56:11.851] [INFO ] [Milestone] "LibrarySidebar: setupBibleTab" (unknown:0)
[2026-05-13 11:56:11.867] [INFO ] [Milestone] "LibrarySidebar: setupDictionaryTab" (unknown:0)
[2026-05-13 11:56:11.867] [INFO ] [Milestone] "LibrarySidebar: setupAiTab" (unknown:0)
[2026-05-13 11:56:11.867] [INFO ] [Milestone] "LibrarySidebar: setupAiTab: Creating AiHelper" (unknown:0)
[2026-05-13 11:56:11.867] [INFO ] [Milestone] "AiHelper: Detecting Hardware" (unknown:0)
[2026-05-13 11:56:12.023] [INFO ] [Milestone] "AiHelper: Hardware Detected" (unknown:0)
[2026-05-13 11:56:12.054] [INFO ] [Milestone] "LibrarySidebar: setupAiTab: Adding to stack" (unknown:0)
[2026-05-13 11:56:12.054] [INFO ] [Milestone] "LibrarySidebar: Connect TabBar" (unknown:0)
[2026-05-13 11:56:12.054] [INFO ] [Milestone] "MainWindow: Populating Bibles" (unknown:0)
[2026-05-13 11:56:12.054] [INFO ] [Milestone] "MainWindow: Populating Dictionaries" (unknown:0)
[2026-05-13 11:56:12.054] [INFO ] [Milestone] "MainWindow: Creating QTabWidget" (unknown:0)
[2026-05-13 11:56:12.054] [INFO ] [Milestone] "MainWindow: Creating SermonBuilder" (unknown:0)
[2026-05-13 11:56:12.179] [INFO ] [Milestone] "MainWindow: Setting up SermonBuilder Tab" (unknown:0)
[2026-05-13 11:56:12.195] [INFO ] [Milestone] "MainWindow: Creating Corner Buttons" (unknown:0)
[2026-05-13 11:56:12.195] [INFO ] [Milestone] "MainWindow: Creating Splitter Layout" (unknown:0)
[2026-05-13 11:56:13.086] [INFO ] [Milestone] "MainWindow: Setting Central Widget" (unknown:0)
[2026-05-13 11:56:13.086] [INFO ] [Milestone] "MainWindow: Finalizing UI Connections" (unknown:0)
[2026-05-13 11:56:13.086] [INFO ] UI setup complete. (unknown:0)
[2026-05-13 11:56:13.304] [INFO ] Theme applied. (unknown:0)
[2026-05-13 11:56:13.304] [INFO ] Loading state... (unknown:0)
[2026-05-13 11:56:14.273] [INFO ] State loaded. (unknown:0)
[2026-05-13 11:56:14.284] [INFO ] Showing MainWindow... (unknown:0)
[2026-05-13 11:56:14.284] [INFO ] Finishing Splash... (unknown:0)
[2026-05-13 11:56:14.285] [INFO ] Entering Event Loop... (unknown:0)
The update issue has been resolved. The production repository's version.txt was outdated (stuck at v1.0.3) because of a massive git push that was hanging. I have now performed a clean, minimal push to the master branch, updating it to v1.1.8. The 'Check for Updates' feature should now correctly identify the new version and download the installer from the Gitea releases page.