Files
wehub-resource-sync 5b99bf6bca
CI / test (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:34:54 +08:00

112 lines
6.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Edmund</title>
<link>https://raw.githubusercontent.com/I7T5/Edmund/main/appcast.xml</link>
<description>Edmund release feed</description>
<language>en</language>
<item>
<title>Edmund 0.1.0</title>
<pubDate>Sat, 27 Jun 2026 17:12:05 +0000</pubDate>
<enclosure url="https://github.com/I7T5/Edmund/releases/download/v0.1.0/Edmund-0.1.0.dmg"
sparkle:version="1"
sparkle:shortVersionString="0.1.0"
sparkle:edSignature="8avRxRCwfWw0FtCEDYRO5Md2eMg3vjpvUAXL+Dxn1oFP+vzbL+EbahhY1Oi5JKoj08W/n9cUTOfFVNZcY5OECA=="
length="7570002"
type="application/x-apple-diskimage"/>
</item>
<item>
<title>Edmund 0.1.1</title>
<pubDate>Mon, 29 Jun 2026 10:31:05 +0000</pubDate>
<enclosure url="https://github.com/I7T5/Edmund/releases/download/v0.1.1/Edmund-0.1.1.dmg"
sparkle:version="2"
sparkle:shortVersionString="0.1.1"
sparkle:edSignature="NAjNl/ReaQKJ+yBVfCnqTSQGTw1sMe68ExYZCQGQp8DIYlO1H6p2P97CCtDnmsrMV7QDgscYnnws354tKo8wBg=="
length="7591848"
type="application/x-apple-diskimage"/>
</item>
<item>
<title>Edmund 0.1.2</title>
<pubDate>Fri, 03 Jul 2026 19:03:59 +0000</pubDate>
<description><![CDATA[
<style>body{font:13px -apple-system,system-ui;color:#111;margin:8px}h3{font-size:13px;margin:12px 0 4px}ul{margin:0 0 8px;padding-left:20px}li{margin:2px 0}code{font-family:ui-monospace,monospace;background:rgba(127,127,127,.15);padding:1px 4px;border-radius:3px}@media(prefers-color-scheme:dark){body{color:#eee}}</style>
<p>Polishing the editor and trying to have Fable 5 fix all the big bugs while I still have it with me.</p>
<p>## Changed</p>
<ul>
<li>Redo now jumps to where changed text was instead of caret</li>
<li>Removed old code for identity mapping, etc., using [ponytail](https://github.com/DietrichGebert/ponytail)-review</li>
</ul>
<p>## Fixed</p>
<ul>
<li>Updater [#158](https://github.com/I7T5/Edmund/issues/158)</li>
<li>Icon display for callouts with custom titles ([docs](docs/investigations/archives/callout-title-wrap-investigation.md))</li>
<li>Undo/redo viewport glitches from TextKit 2 ([docs](docs/investigations/viewport-glitch-investigation.md))</li>
<li>Delete caret drift ([docs](docs/investigations/delete-drift-investigation.md)) [#156](https://github.com/I7T5/Edmund/issues/156)</li>
</ul>
]]></description>
<enclosure url="https://github.com/I7T5/Edmund/releases/download/v0.1.2/Edmund-0.1.2.dmg"
sparkle:version="3"
sparkle:shortVersionString="0.1.2"
sparkle:edSignature="+Zppm5B5vht2Bw2nPAvVyVQd8rygzO+InIUlFkX/M/naiZqn1BRabhGxSkXtlM2m+h2R111vpE8PU4bc3JZoDg=="
length="7608991"
type="application/x-apple-diskimage"/>
</item>
<item>
<title>Edmund 0.1.3</title>
<pubDate>Sat, 04 Jul 2026 22:47:40 +0000</pubDate>
<description><![CDATA[
<style>body{font:13px -apple-system,system-ui;color:#111;margin:8px}h3{font-size:13px;margin:12px 0 4px}ul{margin:0 0 8px;padding-left:20px}li{margin:2px 0}code{font-family:ui-monospace,monospace;background:rgba(127,127,127,.15);padding:1px 4px;border-radius:3px}@media(prefers-color-scheme:dark){body{color:#eee}}</style>
<h3>Fixed</h3>
<ul>
<li>Delete caret drift *with reproduction* ([docs](docs/investigations/delete-drift-investigation.md)) [#156](https://github.com/I7T5/Edmund/issues/156)</li>
</ul>
]]></description>
<enclosure url="https://github.com/I7T5/Edmund/releases/download/v0.1.3/Edmund-0.1.3.dmg"
sparkle:version="4"
sparkle:shortVersionString="0.1.3"
sparkle:edSignature="CgGED6gp1Ptlqfh0zjGe0KuVdFTHWkD6uDk+nNIgPBYktJAV6dTEazq9j6dAQnVLkYWx4s9NFXMLn2EFwEk/AA=="
length="7613566"
type="application/x-apple-diskimage"/>
</item>
<item>
<title>Edmund 0.1.4</title>
<pubDate>Thu, 09 Jul 2026 22:31:31 +0000</pubDate>
<description><![CDATA[
<style>body{font:13px -apple-system,system-ui;color:#111;margin:8px}h3{font-size:13px;margin:12px 0 4px}ul{margin:0 0 8px;padding-left:20px}li{margin:2px 0}code{font-family:ui-monospace,monospace;background:rgba(127,127,127,.15);padding:1px 4px;border-radius:3px}@media(prefers-color-scheme:dark){body{color:#eee}}</style>
<p>Various small fixes and improvement and new round of grind at the [delete caret drift](https://github.com/I7T5/Edmund/issues/156). I think it actually worked this time, but don&#x27;t quote me on it.</p>
<h3>Added</h3>
<ul>
<li><code>CMD+=</code>, <code>CMD+-</code>, and <code>CMD+0</code> to zoom in/out/reset. Also in View menu</li>
<li>External images rendering in editor</li>
<li>Block external images setting in Settings &gt; Advanced</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Rename &quot;Source Mode&quot; to &quot;Show Source in Editor&quot; in app and button menu. Removed icon from button menu.</li>
<li>Opening an existing file closes the last opened Untitled window with no edit history</li>
<li>Move Automatic updates to Settings &gt; General</li>
<li>Apply Settings &gt; Appearance &gt; Max content width to read mode</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Images have extra bottom padding when editor is not in full screen</li>
<li>Images do not resize with max content width if the user changes the setting when the app is open</li>
<li>Tables overflow handled by horizontal scroll</li>
<li>Callouts have an extra line at the bottom when they are the last element of a file</li>
<li>Footnotes rendering in edit mode and linking between inline marker and content in read mode</li>
<li>Math environments <code>\begin{}...\end{}</code> padding offset in edit mode</li>
<li>Math environments <code>\begin{}...\end{}</code> rendering in read mode</li>
<li>Delete caret drift, round 7 ([docs](docs/delete-drift-investigation.md)) [#156](https://github.com/I7T5/Edmund/issues/156)</li>
</ul>
]]></description>
<enclosure url="https://github.com/I7T5/Edmund/releases/download/v0.1.4/Edmund-0.1.4.dmg"
sparkle:version="5"
sparkle:shortVersionString="0.1.4"
sparkle:edSignature="hQbq7SUuGBrGD9hUxZBk3zTzwuW7HhE6amJfDu6/PKZh9pcvL0OBkcQtblFXHXQMMLvzu/YsU7sgILAsVnslDQ=="
length="7639308"
type="application/x-apple-diskimage"/>
</item>
</channel>
</rss>