<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>marquee-markdown releases</title>
  <link>https://marquee-markdown.com/changelog/</link>
  <atom:link href="https://marquee-markdown.com/changelog.xml" rel="self" type="application/rss+xml" />
  <description>TUI markdown reader that renders documents like Claude artifacts</description>
  <language>en</language>
  <item>
    <title>marquee-markdown v0.11.1</title>
    <link>https://marquee-markdown.com/changelog/#0111---2026-09-03</link>
    <guid isPermaLink="false">https://github.com/SophanaSok/marquee-markdown/releases/tag/v0.11.1</guid>
    <pubDate>Thu, 03 Sep 2026 00:00:00 GMT</pubDate>
    <description>Nothing in the reader changed. The project has a website, and the places that name a homepage now point at it; crates.io only reads that field at publish time, so it takes a release to move the link.</description>
  </item>
  <item>
    <title>marquee-markdown v0.11.0</title>
    <link>https://marquee-markdown.com/changelog/#0110---2026-09-02</link>
    <guid isPermaLink="false">https://github.com/SophanaSok/marquee-markdown/releases/tag/v0.11.0</guid>
    <pubDate>Wed, 02 Sep 2026 00:00:00 GMT</pubDate>
    <description>HTML in a README stops being a second-class document. A &lt;table&gt; and a &lt;ul&gt; now walk to the same block their markdown spelling produces, so the column solver and the list emitter draw them without ever learning there was a second source of cells or items — spans, sections.</description>
  </item>
  <item>
    <title>marquee-markdown v0.10.0</title>
    <link>https://marquee-markdown.com/changelog/#0100---2026-09-02</link>
    <guid isPermaLink="false">https://github.com/SophanaSok/marquee-markdown/releases/tag/v0.10.0</guid>
    <pubDate>Wed, 02 Sep 2026 00:00:00 GMT</pubDate>
    <description>A hardening release. The two changes a reader can meet are refusals: -w stops at 1000 columns, because every rendered line is padded to the content width and -w 65535 turned a 33 KB document into 48 MB of spaces; and only http:, https:, mailto: and local paths reach the system opener.</description>
  </item>
  <item>
    <title>marquee-markdown v0.9.0</title>
    <link>https://marquee-markdown.com/changelog/#090---2026-09-01</link>
    <guid isPermaLink="false">https://github.com/SophanaSok/marquee-markdown/releases/tag/v0.9.0</guid>
    <pubDate>Tue, 01 Sep 2026 00:00:00 GMT</pubDate>
    <description>--style system stops being a snapshot. It asked the terminal what colors it was using once, before the screen was taken, and then painted in those colors for the rest of the session — so changing your terminal’s colorscheme, or the desktop theme behind it.</description>
  </item>
  <item>
    <title>marquee-markdown v0.8.0</title>
    <link>https://marquee-markdown.com/changelog/#080---2026-09-01</link>
    <guid isPermaLink="false">https://github.com/SophanaSok/marquee-markdown/releases/tag/v0.8.0</guid>
    <pubDate>Tue, 01 Sep 2026 00:00:00 GMT</pubDate>
    <description>The reader tells you how to use it. A hint line above the status bar names the handful of keys worth knowing, rendered from the keymap in force rather than written out, so it cannot advertise a key you rebound.</description>
  </item>
  <item>
    <title>marquee-markdown v0.7.1</title>
    <link>https://marquee-markdown.com/changelog/#071---2026-09-01</link>
    <guid isPermaLink="false">https://github.com/SophanaSok/marquee-markdown/releases/tag/v0.7.1</guid>
    <pubDate>Tue, 01 Sep 2026 00:00:00 GMT</pubDate>
    <description>Nothing in the reader changed. This is a test that could fail on a busy machine and a packaging manifest that had never been run, both found by building the nix derivation for the first time.</description>
  </item>
  <item>
    <title>marquee-markdown v0.7.0</title>
    <link>https://marquee-markdown.com/changelog/#070---2026-09-01</link>
    <guid isPermaLink="false">https://github.com/SophanaSok/marquee-markdown/releases/tag/v0.7.0</guid>
    <pubDate>Tue, 01 Sep 2026 00:00:00 GMT</pubDate>
    <description>Added</description>
  </item>
  <item>
    <title>marquee-markdown v0.6.1</title>
    <link>https://marquee-markdown.com/changelog/#061---2026-08-26</link>
    <guid isPermaLink="false">https://github.com/SophanaSok/marquee-markdown/releases/tag/v0.6.1</guid>
    <pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate>
    <description>Changed</description>
  </item>
  <item>
    <title>marquee-markdown v0.6.0</title>
    <link>https://marquee-markdown.com/changelog/#060---2026-08-26</link>
    <guid isPermaLink="false">https://github.com/SophanaSok/marquee-markdown/releases/tag/v0.6.0</guid>
    <pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate>
    <description>--style system: a palette built from the colors your terminal is already using. Nothing resolves differently than it did — the only change to auto, the default, is that its documentation now describes it accurately.</description>
  </item>
  <item>
    <title>marquee-markdown v0.5.1</title>
    <link>https://marquee-markdown.com/changelog/#051---2026-08-21</link>
    <guid isPermaLink="false">https://github.com/SophanaSok/marquee-markdown/releases/tag/v0.5.1</guid>
    <pubDate>Fri, 21 Aug 2026 00:00:00 GMT</pubDate>
    <description>Packaging and test-suite fixes. Nothing a reader will notice: of the three changes here, two are to files excluded from the published crate, and the third is internal.</description>
  </item>
  <item>
    <title>marquee-markdown v0.5.0</title>
    <link>https://marquee-markdown.com/changelog/#050---2026-08-21</link>
    <guid isPermaLink="false">https://github.com/SophanaSok/marquee-markdown/releases/tag/v0.5.0</guid>
    <pubDate>Fri, 21 Aug 2026 00:00:00 GMT</pubDate>
    <description>Added</description>
  </item>
  <item>
    <title>marquee-markdown v0.4.0</title>
    <link>https://marquee-markdown.com/changelog/#040---2026-08-20</link>
    <guid isPermaLink="false">https://github.com/SophanaSok/marquee-markdown/releases/tag/v0.4.0</guid>
    <pubDate>Thu, 20 Aug 2026 00:00:00 GMT</pubDate>
    <description>Added</description>
  </item>
  <item>
    <title>marquee-markdown v0.3.0</title>
    <link>https://marquee-markdown.com/changelog/#030---2026-08-20</link>
    <guid isPermaLink="false">https://github.com/SophanaSok/marquee-markdown/releases/tag/v0.3.0</guid>
    <pubDate>Thu, 20 Aug 2026 00:00:00 GMT</pubDate>
    <description>Added</description>
  </item>
  <item>
    <title>marquee-markdown v0.2.1</title>
    <link>https://marquee-markdown.com/changelog/#021---2026-08-19</link>
    <guid isPermaLink="false">https://github.com/SophanaSok/marquee-markdown/releases/tag/v0.2.1</guid>
    <pubDate>Wed, 19 Aug 2026 00:00:00 GMT</pubDate>
    <description>A correctness release: a line could come out wider than the column it had to fit, which is the one thing the rendering design cannot survive.</description>
  </item>
  <item>
    <title>marquee-markdown v0.2.0</title>
    <link>https://marquee-markdown.com/changelog/#020---2026-08-19</link>
    <guid isPermaLink="false">https://github.com/SophanaSok/marquee-markdown/releases/tag/v0.2.0</guid>
    <pubDate>Wed, 19 Aug 2026 00:00:00 GMT</pubDate>
    <description>Every rough edge 0.1.0 shipped with, resolved. One breaking change to the library: AlertKind::icon() is gone — the icon accessor moved to Theme::alert_icon, because glyph choice is a font question and fonts are the theme’s business.</description>
  </item>
  <item>
    <title>marquee-markdown v0.1.0</title>
    <link>https://marquee-markdown.com/changelog/#010---2026-08-19</link>
    <guid isPermaLink="false">https://github.com/SophanaSok/marquee-markdown/releases/tag/v0.1.0</guid>
    <pubDate>Wed, 19 Aug 2026 00:00:00 GMT</pubDate>
    <description>The first release. Feature-complete against glow, plus the contents pane, search, and a configuration file with rebindable keys.</description>
  </item>
</channel>
</rss>
