forked from sw33tLie/macshot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappcast.xml
More file actions
51 lines (50 loc) · 6.69 KB
/
appcast.xml
File metadata and controls
51 lines (50 loc) · 6.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
<channel>
<title>macshot</title>
<link>https://github.com/sw33tLie/macshot</link>
<description>macshot updates</description>
<item xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
<title>v4.0.4</title>
<pubDate>Mon, 13 Apr 2026 01:42:48 +0000</pubDate>
<sparkle:version>35</sparkle:version>
<sparkle:shortVersionString>4.0.4</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>12.3</sparkle:minimumSystemVersion>
<description>
<style>
body { font-family: -apple-system, sans-serif; font-size: 13px; padding: 12px; }
h3 { font-size: 14px; margin: 12px 0 6px 0; }
h3:first-child { margin-top: 0; }
ul { padding-left: 18px; margin: 4px 0; }
li { margin: 4px 0; line-height: 1.5; }
</style>
<h3>Added</h3><ul> <li><b>Customizable toolbar background color</b> — new "Background color" setting in Preferences > Appearance. All toolbar text, icons, borders, and system controls adapt to stay readable on any background.</li> <li><b>Adaptive toolbar appearance</b> — toolbar and popovers automatically switch between light and dark AppKit appearance based on background brightness.</li> <li><b>Export dimensions dropdown</b> — scale down recordings before saving (Original, 75%, 50%, 33%, 25%). Applied at export time; recordings always capture at full resolution.</li> <li><b>Estimated export file size</b> — shows estimated output size in the video editor when trim, scale, or format change would affect the result.</li> </ul><h3>Fixed</h3><ul> <li><b>Multi-line text clipped after commit</b> — text snapshot now uses the same measurement as the rendering engine, preventing the last line from being cut off at non-default font sizes.</li> <li><b>Ctrl+lasso broken in pencil mode</b> — Ctrl now enables instant annotation selection in pencil mode (no long-press delay). Multi-selections can be dragged without holding Ctrl, matching all other tools.</li> <li><b>Pen pressure over-smoothing after many strokes</b> — committed annotations are now drawn from a cached bitmap during active drawing, preventing progressive frame time degradation that caused macOS to coalesce tablet events and reduce stroke fidelity.</li> <li><b>Pen pressure range</b> — light touch now gives 20–100% of stroke width (was 30–100%) for finer control.</li> <li><b>Apple Translation language list empty on first use</b> — the Translation framework can return stale results at launch; empty results are no longer cached, so the language picker retries on next open.</li> <li><b>Global hotkeys stop working after closing editor</b> — `NSApp.hide(nil)` could suspend the Carbon event loop; replaced with cooperative focus transfer.</li> <li><b>Window snap highlight not showing on overlay appear</b> — snap query now runs immediately at the mouse position instead of waiting for mouse movement. (PR #100, thanks @TimFang4162)</li> <li><b>Smoother refined pencil stroke tails</b> — end of refined strokes no longer has an abrupt straight segment.</li> <li><b>Cursor flicker after finishing a stroke</b> — the annotation cache is now incrementally updated on commit instead of rebuilt from scratch.</li> <li><b>Video editor bottom bar overlap</b> — left-side info gracefully hides when the window is narrow instead of overlapping action buttons.</li> <li><b>Timeline thumbnail seams</b> — sub-pixel gaps between thumbnail tiles eliminated.</li> </ul><h3>Changed</h3><ul> <li><b>Lasso selection moved to Ctrl+drag</b> — frees Shift for line/shape constraining without timing conflicts.</li> <li><b>Video editor minimum width</b> increased to 820px to ensure all controls fit.</li></ul>
</description>
<enclosure url="https://github.com/sw33tLie/macshot/releases/download/v4.0.4/MacShot.dmg" length="5940423" type="application/octet-stream" sparkle:edSignature="Bcj1UKJt6ByGyOk28g/M7CFxKiId+FvNsHSxUXlcv0BiHEBmpSSJ4/S3yPCIcLQpOhZzLZ9ADN9OsV4Q2qgRBw==" />
</item>
<item>
<title>v4.1.0-beta.6</title>
<pubDate>Mon, 20 Apr 2026 23:32:00 +0000</pubDate>
<sparkle:version>70</sparkle:version>
<sparkle:shortVersionString>4.1.0-beta.6</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>12.3</sparkle:minimumSystemVersion>
<sparkle:channel>beta</sparkle:channel>
<description><![CDATA[
<style>
body { font-family: -apple-system, sans-serif; font-size: 13px; padding: 12px; }
h3 { font-size: 14px; margin: 12px 0 6px 0; }
h3:first-child { margin-top: 0; }
ul { padding-left: 18px; margin: 4px 0; }
li { margin: 4px 0; line-height: 1.5; }
</style>
<h3>Added</h3><ul> <li><b>`{random}` filename token</b> — screenshot and recording filename templates now support a `{random}` placeholder that renders a fresh 8-character lowercase base36 string per file. Closes #136.</li> </ul><h3>Changed</h3><ul> <li><b>Clicking a history entry in the menu bar now shows the floating thumbnail</b> for visual confirmation, instead of silently copying to clipboard with no feedback. The thumbnail's Edit action opens the original history entry. Closes #133.</li> </ul><h3>Fixed</h3><ul> <li><b>Stroke width, line style, arrow style, shape fill, corner radius, and arrow Flip now persist globally even when an annotation is selected.</b> Changing these while editing an existing annotation only mutated that annotation — the UserDefaults write was in an `else` branch that never ran in edit mode — so the next capture reverted to whatever was last persisted (stroke defaulted to 3). Refs #58.</li> <li><b>"Enable macshot:// URL scheme" checkbox was not localized</b> (raw string literal, not wrapped in `L()`). Also added the missing `"Save Recording"` key that was referenced in `AppDelegate` but absent from every `.strings` file. Closes #134.</li></ul>
]]></description>
<enclosure
url="https://github.com/sw33tLie/macshot/releases/download/v4.1.0-beta.6/MacShot.dmg"
length="5846786"
type="application/octet-stream"
sparkle:edSignature="NrAC7IM6RPlc7DKtwORKoLpJ5BBqrDYlMmbf8DkG0WnyGglzNU+eacYyVJGHN+QJVTXFw7YFp6nln3zd5JV7Cw=="
/>
</item>
</channel>
</rss>