Skip to content

Commit

Permalink
🔖 Prepare for 1.0.0-beta.11 release!
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKai77 committed Oct 28, 2023
1 parent c39d953 commit d96e10a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>Loop</title>
<item>
<title>1.0.0-beta.11</title>
<pubDate>Fri, 27 Oct 2023 20:11:01 -0600</pubDate>
<sparkle:version>463</sparkle:version>
<sparkle:shortVersionString>1.0.0-beta.11</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<sparkle:releaseNotesLink>https://mrkai77.github.io/Loop/</sparkle:releaseNotesLink>
<enclosure url="https://github.com/MrKai77/Loop/releases/download/1.0.0-beta.11/Loop.zip" length="12016932" type="application/octet-stream" sparkle:edSignature="qew7xhBgwRYUOLvCFhLlTHuRonNsdV64LO56TpASY4U9rbnWT76E0EVpsZr3La9zqGn2P08axonX9gcHR6Q2BQ=="/>
</item>
<item>
<title>1.0.0-beta.10</title>
<pubDate>Wed, 20 Sep 2023 19:01:35 -0600</pubDate>
Expand All @@ -20,14 +29,5 @@
<sparkle:releaseNotesLink>https://mrkai77.github.io/Loop/</sparkle:releaseNotesLink>
<enclosure url="https://github.com/MrKai77/Loop/releases/download/1.0.0-beta.9/Loop.zip" length="6599813" type="application/octet-stream" sparkle:edSignature="5exTM2vSQR5syg0bWxIi/AKV8IdJGyS+FPGl47OhqVwutl+nDmY9RN3Oz8s8cy+wVV83VQnUb9ia8wtSqqlDDw=="/>
</item>
<item>
<title>1.0.0-beta.8</title>
<pubDate>Mon, 04 Sep 2023 17:18:58 -0600</pubDate>
<sparkle:version>298</sparkle:version>
<sparkle:shortVersionString>1.0.0-beta.8</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<sparkle:releaseNotesLink>https://mrkai77.github.io/Loop/</sparkle:releaseNotesLink>
<enclosure url="https://github.com/MrKai77/Loop/releases/download/1.0.0-beta.8/Loop.zip" length="6592151" type="application/octet-stream" sparkle:edSignature="hkhIihAEpjEE6kqStTUkAaz6jvfOwHIDO8NYiNA4D/OXRx+/fKRzzalJYuKxmA4i5LcrmexLfGz3JoGK1qCVDg=="/>
</item>
</channel>
</rss>
30 changes: 30 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,36 @@

<body>
<div class="updates">
<h1><a href="https://github.com/MrKai77/Loop/releases/tag/1.0.0-beta.11">1.0.0-beta.11</a></h1>
<p>
It's been a while since the last release, but our development has been active and productive!
Below is a list of changes in the newest release:

<b>New Features:</b>
- <a href="https://github.com/MrKai77/Loop/issues/39">#39</a>: Restore previous window size when needed
- <a href="https://github.com/MrKai77/Loop/issues/40">#40</a>: Ability to enter fullscreen mode
- <a href="https://github.com/MrKai77/Loop/issues/45">#45</a>: Restore a window's original frame directly from Loop
- <a href="https://github.com/MrKai77/Loop/issues/49">#49</a>: Window resize options are now also present in the menubar
- <a href="https://github.com/MrKai77/Loop/issues/54">#54</a>: Ability to cycle through resize directions by pressing the same resize key (WASD)!
- <a href="https://github.com/MrKai77/Loop/issues/60">#60</a>: Reset a window's resize history when it has been moved
- <a href="https://github.com/MrKai77/Loop/issues/62">#62</a>: Hide/minimize a window by scrolling down when Loop is open (configure this in the "More" tab in settings)
- <a href="https://github.com/MrKai77/Loop/issues/63">#63</a>: Ability to trigger Loop using middle click!
- <a href="https://github.com/MrKai77/Loop/issues/65">#65</a>: Configure Loop's animation speeds!
- <a href="https://github.com/MrKai77/Loop/issues/68">#68</a>: Loop's icon in the settings window is now much smoother (by <a href="https://github.com/caocanx">@caocanx</a>)!
- Loop's settings window now animates when changing between tabs!
- Many new icons to unlock!

<b>Bug Fixes:</b>
- <a href="https://github.com/MrKai77/Loop/issues/42">#42</a>: Fixed bug where Loop would request to screen record even when animations are off
- <a href="https://github.com/MrKai77/Loop/issues/46">#46</a>: Window center preview will now show appropriate size!
- <a href="https://github.com/MrKai77/Loop/issues/50">#50</a>: Fixed bug where Loop would randomly stay open
- <a href="https://github.com/MrKai77/Loop/issues/55">#55</a>: Preview window's padding will now also automatically add window padding as well!
- <a href="https://github.com/MrKai77/Loop/issues/57">#57</a>: Fixed bug where changing Loop's icon wouldn't apply until app relaunch

To see a full list of changes, see <a href="https://github.com/MrKai77/Loop/compare/1.0.0-beta.10...1.0.0-beta.11">here</a>.
</p>
<hr>

<h1><a href="https://github.com/MrKai77/Loop/releases/tag/1.0.0-beta.10">1.0.0-beta.10</a></h1>
<p>
- <a href="https://github.com/MrKai77/Loop/issues/31">#31</a>: Much more trigger key options!
Expand Down

0 comments on commit d96e10a

Please sign in to comment.