Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3684c7006a | ||
|
|
40107cf33c | ||
|
|
d2d8e51f68 | ||
|
|
e7fb90a94b | ||
|
|
2590e11f5b | ||
|
|
6cfd2a0f36 | ||
|
|
4a44b58a1b | ||
|
|
691410c224 | ||
|
|
2e8f560b99 | ||
|
|
bd3a19e7fe | ||
|
|
afd41ed032 | ||
|
|
0aac3140c9 | ||
|
|
f4cf447a4b | ||
|
|
e02594ac17 | ||
|
|
8159255192 | ||
|
|
7fec6ad87d | ||
|
|
77efc8589a | ||
|
|
91cdcc5265 |
+9
-9
@@ -7,18 +7,18 @@
|
|||||||
<language>en</language>
|
<language>en</language>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>ShotScreen 1.07</title>
|
<title>ShotScreen 2.0.9</title>
|
||||||
<description><![CDATA[
|
<description><![CDATA[
|
||||||
<h2>ShotScreen 1.07</h2>
|
<h2>ShotScreen 2.0.9</h2>
|
||||||
<h3>New Features:</h3><ul><li>Settings UI: Completely redesigned with modern sidebar navigation</li><li>Scroll Screenshot: New section selection mode - select specific areas before scrolling</li><li>Scroll Screenshot: Visual instructions popup for first-time users</li><li>Scroll Screenshot: ESC key support to cancel operations</li><li>Stash: Customizable window color accent</li><li>Gallery: Real-time stitching progress shown in thumbnail preview</li><li>Window Selection: Now uses native macOS window selection (like Cmd+Shift+4 -> Space)</li><li>Thumbnail Desktop Switching: Smart window behavior when switching between spaces</li></ul><h3>Improvements:</h3><ul><li>Unified notification system: All balloons now have consistent appearance and behavior</li><li>Scroll Screenshot: Smoother scrolling with optimized capture frequency</li><li>Scroll Screenshot: Better state management prevents issues with consecutive captures</li><li>Stash: Improved drag behavior and thumbnail scaling (aspect-fill)</li><li>Performance: Fixed 2fps issue when opening menu/settings</li><li>Text OCR: Balloon appears at mouse position with smooth fade out</li></ul><h3>Bugfixes:</h3><ul><li>Fixed scroll screenshot race conditions and overlapping thumbnails</li><li>Fixed section selection not appearing on second consecutive scroll capture</li><li>Fixed notification balloons staying visible after operations complete</li><li>Fixed area selection notification persistence issues</li><li>Fixed mouse cursor jumping between monitors during scroll capture</li><li>Fixed stash rename functionality with improved animations</li><li>Fixed window capture via menu capturing entire screen instead of windows</li><li>Fixed multiple scroll screenshot state management issues</li></ul>
|
<h3>New Features:</h3><ul><li>ShotScreen now speaks your language: the entire app is available in ten new languages, including German, French, Spanish, Italian, Portuguese, Russian, Japanese, Korean and Chinese. Pick yours in Settings.</li><li>Move and resize the preview: hold Option (configurable in Settings) to reveal two handles that let you drag the preview anywhere on screen and make it any size you like. ShotScreen remembers your position and size, also inside the editor. You can also keep the handles always visible.</li><li>Open files directly in the editor: turn on the new Settings toggle and any image you open with ShotScreen jumps straight into annotate mode.</li><li>Save to original file: when you open an existing image with ShotScreen, a new button in the editor writes your edits back to that file, just like Preview does.</li></ul><h3>Improvements:</h3><ul><li>The Dock icon no longer sticks around after opening a file with ShotScreen (App Store version).</li><li>Fixed leftover toolbar buttons that could stay visible after confirming an edit.</li><li>The hide animation now slides the whole preview off screen smoothly, from any position.</li></ul>
|
||||||
]]></description>
|
]]></description>
|
||||||
<pubDate>Tue, 05 Aug 2025 14:37:08 +0200</pubDate>
|
<pubDate>Thu, 13 Aug 2026 19:09:36 +0200</pubDate>
|
||||||
<enclosure url="https://git.plet.i234.me/Nick/shotscreen/releases/download/v1.07/ShotScreen-1.07.dmg"
|
<enclosure url="https://git.plet.i234.me/Nick/shotscreen/releases/download/v2.0.9/ShotScreen-2.0.9.dmg"
|
||||||
sparkle:version="1.07"
|
sparkle:version="2.0.9"
|
||||||
sparkle:shortVersionString="1.07"
|
sparkle:shortVersionString="2.0.9"
|
||||||
length="11212802"
|
length="15241859"
|
||||||
type="application/octet-stream"
|
type="application/octet-stream"
|
||||||
sparkle:edSignature="rlI1znydlRq2oUiqyaOzSxD0qJn3L8uk9t61sQxP+LIwjP2IwHNOhp/riDKjp0cs6J5U1XNK4OIph28hgI4bBw==" />
|
sparkle:edSignature="6xvQ/6hwwotFU2Q6NSUirBnZJ5eJK8xPotpFc4V9srLTRxrJM7YtyokleFcS0MSanjm5Gs9L3OqBOVADQybrBg==" />
|
||||||
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
|
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
|
||||||
</item>
|
</item>
|
||||||
</channel>
|
</channel>
|
||||||
|
|||||||
@@ -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>© 2025 ShotScreen. All rights reserved.</p>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user