19 Commits
Author SHA1 Message Date
ShotScreen Release Bot bd3a19e7fe Deploy appcast for v2.0.1 2026-07-06 09:53:57 +02:00
ShotScreen Release Bot afd41ed032 Deploy appcast for v2.0 2026-07-05 18:41:30 +02:00
ShotScreen Release Bot 0aac3140c9 Deploy appcast for v1.12 2025-08-25 20:11:22 +02:00
ShotScreen Release Bot f4cf447a4b Deploy appcast for v1.10 2025-08-19 14:47:11 +02:00
Nick e02594ac17 Update privacy-policy.html 2025-08-09 15:21:26 +02:00
Nick 8159255192 Update privacy-policy.html 2025-08-09 15:19:06 +02:00
Nick 7fec6ad87d Add privacy-policy.html 2025-08-09 15:15:27 +02:00
ShotScreen Release Bot 77efc8589a Deploy appcast for v1.09 2025-08-08 10:49:10 +02:00
ShotScreen Release Bot 91cdcc5265 Deploy appcast for v1.08 2025-08-07 12:28:26 +02:00
ShotScreen Release Bot b4d42d3596 Deploy appcast for v1.07 2025-08-05 14:37:22 +02:00
ShotScreen Release Bot a36a870986 Deploy appcast for v1.06 2025-07-18 23:23:02 +02:00
ShotScreen Release Bot 959ca27285 Deploy appcast for v1.05 2025-07-18 22:21:00 +02:00
ShotScreen Release Bot efd08d5f99 Deploy appcast for v1.04 2025-07-18 21:39:29 +02:00
Nick eb405d65ad Update appcast.xml 2025-07-18 21:32:32 +02:00
ShotScreen Release Bot fe570877a5 Deploy appcast for v1.03 2025-07-18 21:23:12 +02:00
Nick d9e5966b9e Update appcast.xml 2025-07-14 13:21:28 +02:00
ShotScreen Release Bot 5ac5bf9209 Deploy appcast for v1.02 2025-07-14 13:06:10 +02:00
Nick 3a1c7b5ecf Deploy appcast for v1.01 2025-07-10 20:30:31 +02:00
Nick 6b09d37b6f Update appcast.xml 2025-06-29 21:57:41 +02:00
2 changed files with 87 additions and 15 deletions
+11 -14
View File
@@ -7,25 +7,22 @@
<language>en</language>
<item>
<title>ShotScreen 1.0</title>
<title>ShotScreen 2.0.1</title>
<description><![CDATA[
<h2>🎉 ShotScreen 1.0 - Initial Release</h2>
<p>The first official release of ShotScreen with full screenshot capabilities!</p>
<h2>ShotScreen 2.0.1</h2>
<ul>
<li>📸 Advanced screenshot capture modes</li>
<li>🖱️ Intuitive user interface</li>
<li>🔄 Automatic update system</li>
<li>💾 Smart file management</li>
<li>🎯 Multi-monitor support</li>
<li>Fixed: the "Enter License Key" button now reliably opens the license window.</li>
<li>Free plan: 5 captures per day (screenshots + video recordings); Text Recognition is free.</li>
<li>Existing licenses keep unlimited access.</li>
</ul>
]]></description>
<pubDate>Fri, 28 Jun 2024 14:00:00 +0000</pubDate>
<enclosure url="https://git.plet.i234.me/Nick/shotscreen/releases/download/v1.0/ShotScreen-1.0.dmg"
sparkle:version="1.0"
sparkle:shortVersionString="1.0"
length="11218106"
<pubDate>Mon, 06 Jul 2026 09:53:31 +0200</pubDate>
<enclosure url="https://git.plet.i234.me/Nick/shotscreen/releases/download/v2.0.1/ShotScreen-2.0.1.dmg"
sparkle:version="2.0.1"
sparkle:shortVersionString="2.0.1"
length="14216883"
type="application/octet-stream"
sparkle:edSignature="mbPByOoTBLxvh7z/5Xmj8qd92ZQyT42e1KQhKfQimS2x174DsW5XyElrEQAvW5ps3W31jrcgOb5BfZ1rBItgBw==" />
sparkle:edSignature="GJAbblAIszf18e//bnS/1J/74U5XcXf1Bn5FM9zHlOTE5IieTDFqK5hLKHZ99SIh0F/Wkpu/1079gjS/FK33CQ==" />
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
</item>
</channel>
+75
View File
@@ -0,0 +1,75 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ShotScreen Privacy Policy</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
line-height: 1.6;
color: #333;
}
h1 { color: #2c3e50; }
h2 { color: #34495e; margin-top: 30px; }
.date { color: #7f8c8d; font-style: italic; }
</style>
</head>
<body>
<h1>Privacy Policy for ShotScreen</h1>
<p class="date">Last updated: August 9, 2025</p>
<h2>Overview</h2>
<p>ShotScreen is committed to protecting your privacy. This privacy policy explains how our screenshot application handles your information.</p>
<h2>Data Collection</h2>
<p>ShotScreen does not collect, track, or store any personal information. No analytics, telemetry, or user tracking is performed.</p>
<h2>Data Usage</h2>
<ul>
<li>Screenshots are saved locally to your chosen folder</li>
<li>Settings and preferences are stored locally on your device</li>
<li>No user data is collected or transmitted</li>
<li>No analytics or tracking is performed</li>
<li>No user accounts or profiles are created</li>
</ul>
<h2>Background Removal Model</h2>
<p>ShotScreen downloads a background removal model (BGRM) from our server when you first use the background removal feature. This is a one-time download of the ML model file only. No user data is sent to the server during this download, and the model runs entirely locally on your device.</p>
<h2>Data Storage</h2>
<p>All screenshots, thumbnails, and preferences are stored locally on your Mac. The background removal model is cached locally after download.</p>
<h2>Network Usage</h2>
<p>ShotScreen connects to the internet only for:</p>
<ul>
<li>One-time download of the background removal model</li>
<li>Checking for app updates (if enabled)</li>
</ul>
<p>No personal information or usage data is transmitted during these connections.</p>
<h2>Permissions</h2>
<p>ShotScreen requires the following permissions to function:</p>
<ul>
<li><strong>Screen Recording:</strong> To capture screenshots of your screen and windows</li>
<li><strong>Accessibility:</strong> To detect window positions and enable advanced screenshot features</li>
<li><strong>File System Access:</strong> To save screenshots to your selected folders (Desktop, Documents, Downloads, or custom locations)</li>
</ul>
<h2>Children's Privacy</h2>
<p>ShotScreen does not knowingly collect information from children under 13 years of age.</p>
<h2>Changes to This Policy</h2>
<p>We may update this privacy policy from time to time. Any changes will be reflected on this page with an updated revision date.</p>
<h2>Contact</h2>
<p>If you have questions about this privacy policy, please contact us at: info@shotscreen.app</p>
<footer style="margin-top: 50px; padding-top: 20px; border-top: 1px solid #eee; color: #7f8c8d; font-size: 0.9em;">
<p>&copy; 2025 ShotScreen. All rights reserved.</p>
</footer>
</body>
</html>