Compare commits

..

No commits in common. "464cba3b9126c85e5faebbe177e6da3e46ee9bcf" and "0409e893802ba7c05c31dc016a8effd9762fd1bf" have entirely different histories.

7 changed files with 14 additions and 21 deletions

9
.gitignore vendored
View File

@ -4,11 +4,6 @@
# Whitelist ONLY the documentation, assets, and the Windows installer
!README.md
!version.txt
!PastorsSermonPro_Setup.exe
!installer_build/
!installer_build/PastorsSermonPro_Installer.run
!resources/
!resources/*.bmp
!resources/*.png
!resources/*.ico
!PastorsStudyPro_Setup.exe
!*.png
!.gitignore

View File

@ -1,21 +1,14 @@
<p align="center">
<img src="splash.png" alt="Pastors Sermon Pro" width="600">
<img src="splash.png" alt="Pastors Study Pro" width="600">
</p>
# Pastors Sermon Pro 📖✨
**Version 1.0.3**
## ✨ What's New in V1.0.3
- **Smart Updates:** The app now correctly compares version numbers to only notify you of truly newer updates.
- **Intro Video ESC:** You can now press ESC to exit full screen mode during the introductory video.
- **Improved Startup:** Essential library and resource folders are now automatically created on first launch.
- **Expanded Library:** Includes "The Pilgrim's Progress" by John Bunyan as a default library resource.
# Pastors Study Pro 📖✨
[![Status](https://img.shields.io/badge/Status-Development-orange.svg)](https://git.linology.tech/michael/PastorsSermonPro)
[![Platform](https://img.shields.io/badge/Platform-Windows%20%7C%20Linux-blue.svg)](https://git.linology.tech/michael/PastorsSermonPro)
[![License](https://img.shields.io/badge/License-Proprietary-red.svg)](https://git.linology.tech/michael/PastorsSermonPro)
**Pastors Sermon Pro** is a comprehensive desktop suite built specifically for sermon preparation and deep theological research. Designed to be a pastor's primary workspace, it centralizes Scripture, reference materials, and manuscript writing into one powerful, distraction-free environment.
**Pastors Study Pro** is a comprehensive desktop suite built specifically for sermon preparation and deep theological research. Designed to be a pastor's primary workspace, it centralizes Scripture, reference materials, and manuscript writing into one powerful, distraction-free environment.
---
@ -36,7 +29,7 @@
- **Personal Library Manager:** Add your own PDF and ePub study materials to your local library and read them alongside your notes.
### 🤖 AI Assistant (Optional Tool)
Pastors Sermon Pro includes an **optional** AI assistant designed to help with brainstorming, outlining, and cross-referencing. It is an *added tool* to assist your study, not replace it.
Pastors Study Pro includes an **optional** AI assistant designed to help with brainstorming, outlining, and cross-referencing. It is an *added tool* to assist your study, not replace it.
- **Privacy First:** Choose **Local Mode** to run AI models directly on your hardware with no data ever leaving your machine.
- **Hybrid Choice:** Use **Online Mode** via API for high-speed assistance without needing to download large local models.
@ -45,10 +38,15 @@ Pastors Sermon Pro includes an **optional** AI assistant designed to help with b
## 🚀 Installation
### 🪟 Windows
1. **[Download the Latest Release](https://git.linology.tech/michael/PastorsSermonPro/releases)**
2. Run the `PastorsSermonPro_Setup.exe` installer.
1. Download the latest <https://git.linology.tech/michael/PastorsSermonPro/releases>.
2. Run the installer.
3. **Optional AI:** During setup, you can choose to download the offline AI model. This is purely optional; the core Bible study features do not require it.
### 🐧 Linux (Ubuntu/Debian)
1. Download `PastorsStudyPro_Installer.run`.
2. Make it executable: `chmod +x PastorsStudyPro_Installer.run`.
3. Run with sudo: `sudo ./PastorsStudyPro_Installer.run`.
---
## 🛠 Development

Binary file not shown.

Before

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 MiB

After

Width:  |  Height:  |  Size: 77 KiB

View File

@ -1 +1 @@
1.0.3
1.0.0