Skip to content

Commit f13ad51

Browse files
authored
New Release v2.2.0 (#34)
1 parent eb207a5 commit f13ad51

File tree

25 files changed

+1805
-96
lines changed

25 files changed

+1805
-96
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ src-tauri/latest.json
1818
src-tauri/myapp.key
1919
src-tauri/myapp.key.pub
2020

21+
# Shell scripts in root
22+
/*.sh
23+
2124
# PowerShell scripts
2225
*.ps1
2326

LICENSE-DESKTOP-EULA

Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
# LeedPDF Desktop App - End User License Agreement (EULA)
2+
3+
**Version 1.0**
4+
**Effective Date: August 21, 2025**
5+
**Copyright (c) 2025 DoublOne Studios**
6+
7+
---
8+
9+
## 📋 **What This Agreement Covers**
10+
11+
This End User License Agreement ("EULA") is a legal agreement between you ("User") and DoublOne Studios ("Company") for the LeedPDF Desktop Application ("Software"). By purchasing, downloading, installing, or using the Software, you agree to be bound by the terms of this EULA.
12+
13+
---
14+
15+
## ✅ **What You Can Do**
16+
17+
### **Personal & Commercial Use**
18+
- ✅ Install and use the Software on your personal devices
19+
- ✅ Use the Software for personal, educational, and commercial purposes
20+
- ✅ Create, edit, and annotate PDF documents
21+
- ✅ Use the Software in your business or professional work
22+
23+
### **Installation Rights**
24+
- ✅ Install on multiple devices you own or control
25+
- ✅ Use on Windows, Mac, and Linux (as available)
26+
- ✅ **One-time activation** required per device using license key
27+
- ✅ **Automatic updates** without re-entering license key
28+
- ✅ **Valid license required** for receiving updates
29+
- ✅ Transfer to new devices you acquire
30+
31+
---
32+
33+
## ❌ **What You Cannot Do**
34+
35+
### **Distribution & Resale**
36+
- ❌ Redistribute, resell, or sublicense the Software
37+
- ❌ Share your license key with others
38+
- ❌ Create copies for others to use
39+
- ❌ Rent, lease, or lend the Software
40+
41+
### **Modification & Reverse Engineering**
42+
- ❌ Reverse engineer, decompile, or disassemble the Software
43+
- ❌ Modify, adapt, or create derivative works
44+
- ❌ Remove copyright notices or licensing information
45+
- ❌ Use the Software to create competing products
46+
47+
---
48+
49+
## 🔄 **Updates & Support**
50+
51+
### **Lifetime Updates**
52+
- Your license includes **lifetime access** to Software updates
53+
- **License key activation** required only on first installation per device
54+
- **Valid license verification** required to download and install updates
55+
- Updates may include new features, bug fixes, and security patches
56+
- No additional payment required for standard updates
57+
- Major version upgrades included at no extra cost
58+
59+
### **Support**
60+
- Email support at [reach@rudi.engineer](mailto:reach@rudi.engineer)
61+
- Community support through GitHub Issues
62+
- Documentation and user guides
63+
- Best-effort support (no guaranteed response times)
64+
65+
---
66+
67+
## 💳 **Payment & Refunds**
68+
69+
### **What You Receive Upon Purchase**
70+
- ✅ **Software setup file** for your operating system (Windows/Mac/Linux)
71+
- ✅ **License key** for activation and updates
72+
- ✅ **Copy of this EULA** for your records
73+
- ✅ **Download instructions** and installation guide
74+
- ✅ **Lifetime access** to updates through your license key
75+
76+
### **One-Time Purchase**
77+
- This is a **one-time payment** for lifetime access
78+
- No recurring fees or subscription charges
79+
- Payment processed through secure third-party providers
80+
81+
### **Refund Policy**
82+
- **7-day no-questions-asked refund** from purchase date (worldwide)
83+
- **14-day refund period** for EU/EEA residents under right to withdraw
84+
- Refunds processed through original payment method
85+
- Contact [reach@rudi.engineer](mailto:reach@rudi.engineer) for refund requests
86+
- Must cease using Software upon refund
87+
88+
---
89+
90+
## 🔒 **Privacy & Data**
91+
92+
### **Local Processing**
93+
- The Software processes PDFs **locally on your device**
94+
- No documents are uploaded to our servers
95+
- Your files remain private and under your control
96+
97+
### **Telemetry** (Optional)
98+
- Anonymous usage analytics may be collected to improve the Software
99+
- Can be disabled in Settings
100+
- No personal documents or content collected
101+
- No personally identifiable information collected
102+
103+
---
104+
105+
## ⚖️ **Legal Terms**
106+
107+
### **Intellectual Property**
108+
- DoublOne Studios retains all rights to the Software
109+
- You receive a license to use, not ownership of the Software
110+
- Third-party libraries governed by their respective licenses
111+
112+
### **Warranty Disclaimer**
113+
THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT.
114+
115+
### **Limitation of Liability**
116+
IN NO EVENT SHALL DOUBLONE STUDIOS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
117+
118+
### **Termination**
119+
- This license is effective until terminated
120+
- License terminates automatically if you violate any terms
121+
- DoublOne Studios may terminate for material breach with 30 days notice
122+
- Upon termination, you must cease using and delete the Software
123+
124+
---
125+
126+
## 🌍 **Governing Law**
127+
128+
This EULA is governed by the laws of the United Kingdom, without regard to conflict of law principles. Any disputes shall be resolved in the courts of the United Kingdom.
129+
130+
---
131+
132+
## 📞 **Contact Information**
133+
134+
**DoublOne Studios**
135+
Email: [reach@rudi.engineer](mailto:reach@rudi.engineer)
136+
Website: [https://leed.my](https://leed.my)
137+
138+
---
139+
140+
## 📝 **Changes to This EULA**
141+
142+
We may update this EULA from time to time. Continued use of the Software after changes constitutes acceptance of the new terms. We will notify users of material changes via email or in-app notification.
143+
144+
---
145+
146+
**By purchasing and using LeedPDF Desktop App, you acknowledge that you have read, understood, and agree to be bound by this End User License Agreement.**
147+
148+
---
149+
150+
*This EULA is designed to be fair and transparent. If you have questions about any terms, please contact us before purchasing.*

README.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
[![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL%203.0-87A96B.svg)](https://www.gnu.org/licenses/agpl-3.0)
1515
[![Commercial License](https://img.shields.io/badge/Commercial%20License-Available-87A96B.svg)](https://buy.polar.sh/polar_cl_tPmQ3d72uYwrYvzzIUM4R7cku7hg2kmEQqruI1its5c)
16-
[![Free for Personal Use](https://img.shields.io/badge/Free-Personal%20Use-87A96B.svg)](#-agpl-30-free--open-source)
16+
[![Free for Personal Use on Web](https://img.shields.io/badge/Free-Web%20App-87A96B.svg)](#web-app-agpl)
1717
[![GitHub Stars](https://img.shields.io/github/stars/rudi-q/leed_pdf_viewer?color=87A96B&style=flat&logo=github)](https://github.com/rudi-q/leed_pdf_viewer/stargazers)
1818
[![Downloads](https://img.shields.io/github/downloads/rudi-q/leed_pdf_viewer/total?label=Downloads&logo=github&color=87A96B)](https://github.com/rudi-q/leed_pdf_viewer/releases)
1919
[![WCAG AAA Compliant](https://img.shields.io/badge/WCAG%20AAA-Compliant-87A96B?style=flat&logo=accessibilityalt&logoColor=white)](https://www.w3.org/WAI/WCAG2AAA-Conformance)
@@ -233,17 +233,30 @@ Your sponsorship helps us:
233233

234234
## 📄 License
235235

236-
LeedPDF is **dual-licensed** to give you flexibility:
236+
LeedPDF is **flexibly licensed** to give you options:
237+
<a id="web-app-agpl"></a>
238+
### 🆓 **Web App - AGPL-3.0 (Free & Open Source)**
239+
**[✨ Try LeedPDF Web App](https://leed.my)** - Always free, no account required
237240

238-
### 🆓 **AGPL-3.0 (Free & Open Source)**
239241
Perfect for:
240242
- ✅ Personal projects and learning
241243
- ✅ Educational and research use
242-
-Non-commercial applications
243-
-Internal company tools (no external service)
244+
-Full PDF annotation features
245+
-Privacy-focused (local processing)
244246
- ✅ Contributing back to the community
245247

246-
### 💼 **Commercial License (Paid)**
248+
### 🖥️ **Desktop App - PAID**
249+
**[💻 Download Desktop App for Windows](https://leed.my/download-for-windows)** - One-time purchase
250+
- 🎯 **Windows:** Pay-what-you-want
251+
- ✅ Native desktop experience
252+
- ✅ Better performance
253+
- ✅ Offline sync capabilities
254+
- ✅ Lifetime updates
255+
- 📋 Governed by [End User License Agreement](LICENSE-DESKTOP-EULA)
256+
257+
*Mac desktop app coming soon!*
258+
259+
### 💼 **Commercial License for developers (Paid)**
247260
Required for:
248261
- 🏢 Commercial products and services
249262
- 🏢 Proprietary software integration
@@ -253,7 +266,7 @@ Required for:
253266

254267
---
255268

256-
## 💳 **Commercial Licensing Options**
269+
## 💳 **Developer Commercial Licensing Options**
257270

258271
**[🛒 Get Commercial License](https://buy.polar.sh/polar_cl_tPmQ3d72uYwrYvzzIUM4R7cku7hg2kmEQqruI1its5c)**
259272

@@ -274,7 +287,7 @@ Available options:
274287
- ✅ Perpetual license (no expiration)
275288

276289
### **Need Help Choosing?**
277-
- **Personal project?** → Use AGPL-3.0 (free)
290+
- **Personal project for web?** → Use AGPL-3.0 (free)
278291
- **Building a commercial product?** → Individual License ($99)
279292
- **Team of developers?** → Team License ($399)
280293
- **Large company/custom terms?** → Enterprise License ($1,299+)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "leedpdf",
33
"private": true,
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev",

0 commit comments

Comments
 (0)