Compare commits
2 Commits
0409e89380
...
464cba3b91
| Author | SHA1 | Date |
|---|---|---|
|
|
464cba3b91 | |
|
|
aa1153d31a |
|
|
@ -4,6 +4,11 @@
|
||||||
# Whitelist ONLY the documentation, assets, and the Windows installer
|
# Whitelist ONLY the documentation, assets, and the Windows installer
|
||||||
!README.md
|
!README.md
|
||||||
!version.txt
|
!version.txt
|
||||||
!PastorsStudyPro_Setup.exe
|
!PastorsSermonPro_Setup.exe
|
||||||
!*.png
|
!installer_build/
|
||||||
|
!installer_build/PastorsSermonPro_Installer.run
|
||||||
|
!resources/
|
||||||
|
!resources/*.bmp
|
||||||
|
!resources/*.png
|
||||||
|
!resources/*.ico
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
|
|
||||||
Binary file not shown.
24
README.md
24
README.md
|
|
@ -1,14 +1,21 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="splash.png" alt="Pastors Study Pro" width="600">
|
<img src="splash.png" alt="Pastors Sermon Pro" width="600">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
# Pastors Study Pro 📖✨
|
# 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.
|
||||||
|
|
||||||
[](https://git.linology.tech/michael/PastorsSermonPro)
|
[](https://git.linology.tech/michael/PastorsSermonPro)
|
||||||
[](https://git.linology.tech/michael/PastorsSermonPro)
|
[](https://git.linology.tech/michael/PastorsSermonPro)
|
||||||
[](https://git.linology.tech/michael/PastorsSermonPro)
|
[](https://git.linology.tech/michael/PastorsSermonPro)
|
||||||
|
|
||||||
**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.
|
**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.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -29,7 +36,7 @@
|
||||||
- **Personal Library Manager:** Add your own PDF and ePub study materials to your local library and read them alongside your notes.
|
- **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)
|
### 🤖 AI Assistant (Optional Tool)
|
||||||
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.
|
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.
|
||||||
- **Privacy First:** Choose **Local Mode** to run AI models directly on your hardware with no data ever leaving your machine.
|
- **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.
|
- **Hybrid Choice:** Use **Online Mode** via API for high-speed assistance without needing to download large local models.
|
||||||
|
|
||||||
|
|
@ -38,15 +45,10 @@ Pastors Study Pro includes an **optional** AI assistant designed to help with br
|
||||||
## 🚀 Installation
|
## 🚀 Installation
|
||||||
|
|
||||||
### 🪟 Windows
|
### 🪟 Windows
|
||||||
1. Download the latest <https://git.linology.tech/michael/PastorsSermonPro/releases>.
|
1. **[Download the Latest Release](https://git.linology.tech/michael/PastorsSermonPro/releases)**
|
||||||
2. Run the installer.
|
2. Run the `PastorsSermonPro_Setup.exe` 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.
|
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
|
## 🛠 Development
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 202 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 151 KiB |
BIN
splash.png
BIN
splash.png
Binary file not shown.
|
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 3.2 MiB |
|
|
@ -1 +1 @@
|
||||||
1.0.0
|
1.0.3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue