<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Release Notes on TZYI</title><link>https://www.tzyi.dev/tags/release-notes/</link><description>Recent content in Release Notes on TZYI</description><generator>Hugo -- 0.147.7</generator><language>en-us</language><lastBuildDate>Fri, 27 Mar 2026 16:25:42 +0100</lastBuildDate><atom:link href="https://www.tzyi.dev/tags/release-notes/index.xml" rel="self" type="application/rss+xml"/><item><title>Folios - fixed slideshow</title><link>https://www.tzyi.dev/posts/26mar---folios-v4/</link><pubDate>Fri, 27 Mar 2026 16:25:42 +0100</pubDate><guid>https://www.tzyi.dev/posts/26mar---folios-v4/</guid><description>&lt;p>Slideshow, which i thought I&amp;rsquo;d fix in the last version is now actually fixed. When swiping around it would sometimes jump back to the beginning or a random index. With the help of Claude this was completely refactored and it&amp;rsquo;s now just like swiping in Apple photos, delightful.&lt;/p>
&lt;p>Another small quality of life feature, when you create a tag album, if you don&amp;rsquo;t give it your own name it will just use the tags you select as the album title which is nice, and you can now pick a cover image for the tag album seperately. I&amp;rsquo;m thinking about adding more than just &amp;lsquo;and&amp;rsquo; logic into tag albums so you could create an album that is all of one person but not wearing black for example. Might be fun to have.&lt;/p></description><content:encoded><![CDATA[<p>Slideshow, which i thought I&rsquo;d fix in the last version is now actually fixed.  When swiping around it would sometimes jump back to the beginning or a random index.  With the help of Claude this was completely refactored and it&rsquo;s now just like swiping in Apple photos, delightful.</p>
<p>Another small quality of life feature, when you create a tag album, if you don&rsquo;t give it your own name it will just use the tags you select as the album title which is nice, and you can now pick a cover image for the tag album seperately.  I&rsquo;m thinking about adding more than just &lsquo;and&rsquo; logic into tag albums so you could create an album that is all of one person but not wearing black for example.  Might be fun to have.</p>
<p>This image organasing app is largely for my own needs as I wanted something simple to sort various images into albums and tag them.  Apple photos is amazing but it now has years of  photos that I will never get around to sorting and archiving properly, and google photos was getting more distracting with it&rsquo;s features and desire to basically replace Apple photos.</p>
<p><a href="https://apps.apple.com/us/app/folios-by-tzyi/id6758107784"> Folios by TzYi on the App Store</a>.</p>
]]></content:encoded></item><item><title>Fitness - bug fix</title><link>https://www.tzyi.dev/posts/26mar---fitness-v7/</link><pubDate>Sat, 21 Mar 2026 16:25:42 +0100</pubDate><guid>https://www.tzyi.dev/posts/26mar---fitness-v7/</guid><description>&lt;p>There&amp;rsquo;s been a hard to track down bug relating to loading the data in the app that I think I&amp;rsquo;ve finally squashed. Your exercises and workouts and stored as json files in an icloud drive. This keeps them safe, backed up and syncable when you move phones. However sometimes (particularly after a phone update) the file isn&amp;rsquo;t ready to read when the app loads. So the app start, tries to get file from icloud which triggers downloading it, but doesn&amp;rsquo;t always get it and it looks like you&amp;rsquo;ve lost your exercises.&lt;/p></description><content:encoded><![CDATA[<p>There&rsquo;s been a hard to track down bug relating to loading the data in the app that I think I&rsquo;ve finally squashed.  Your exercises and workouts and stored as json files in an icloud drive.  This keeps them safe, backed up and syncable when you move phones.  However sometimes (particularly after a phone update) the file isn&rsquo;t ready to read when the app loads.  So the app start, tries to get file from icloud which triggers downloading it, but doesn&rsquo;t always get it and it looks like you&rsquo;ve lost your exercises.</p>
<p><strong>If your exercises are missing, close the app and restart</strong></p>
<p>With some help from Claude, I think this is fixed or at the very least should show up less often.  A future proof bit of work for this is to move over to SwiftData, which didn&rsquo;t exists when I oringally developed it, but it&rsquo;s a pretty major refactor and tricky to handle the migration.  But it is on my mind.</p>
<p>Anyway hope you enjoy using the app and find it even more reliable and helpful for your fitness journey.</p>
<p><a href="https://apps.apple.com/us/app/fitness-by-tzyi/id6473851299"> Fitness by TzYi on the App Store</a>.</p>
]]></content:encoded></item><item><title>Fitness - Interval Timer</title><link>https://www.tzyi.dev/posts/26feb---fitness-v6/</link><pubDate>Sat, 14 Feb 2026 16:25:42 +0100</pubDate><guid>https://www.tzyi.dev/posts/26feb---fitness-v6/</guid><description>&lt;p>I&amp;rsquo;ve received some new and lovely reviews for my wee fitness app, along with some kind and patient bug reports which was what the last release was about. For this version, 0.6, added a nice interval timer feature. Now in during workouts, tap the &amp;lsquo;Rest&amp;rsquo; button and you can switch to an interval timer.&lt;/p>
&lt;figure class="align-center ">
&lt;img loading="lazy" src="https://www.tzyi.dev/fitness/releases/fitness%20interval.jpg#center"/> &lt;figcaption>
Interval Timer
&lt;/figcaption>
&lt;/figure>
&lt;!-- ![](/fitness/releases/fitness interval.jpg#center) -->
&lt;p>It has 3 presets you can adjust, with a customisable countdown too to give you time to get in position. Between each interval I added some little sound effects and haptic feedback as I figure you&amp;rsquo;re likely to put your phone on the floor or pocket. Check it out the latest version on the app store now.&lt;/p></description><content:encoded><![CDATA[<p>I&rsquo;ve received some new and lovely reviews for my wee fitness app, along with some kind and patient bug reports which was what the last release was about.  For this version, 0.6, added a nice interval timer feature.   Now in during workouts, tap the &lsquo;Rest&rsquo; button and you can switch to an interval timer.</p>
<figure class="align-center ">
    <img loading="lazy" src="/fitness/releases/fitness%20interval.jpg#center"/> <figcaption>
            Interval Timer
        </figcaption>
</figure>

<!-- ![](/fitness/releases/fitness interval.jpg#center) -->
<p>It has 3 presets you can adjust, with a customisable countdown too to give you time to get in position.  Between each interval I added some little sound effects and haptic feedback as I figure you&rsquo;re likely to put your phone on the floor or pocket.  Check it out the latest version on the app store now.</p>
<p><a href="https://apps.apple.com/us/app/fitness-by-tzyi/id6473851299"> Fitness by TzYi on the App Store</a>.</p>
]]></content:encoded></item></channel></rss>