v1.0.43
Latest July 29, 2026
New Feature
  • Pin items to the top — swipe right on any item card to pin it. Pinned items always appear at the top of the list regardless of filter or sort order. Pin as many items as you like.
  • Drag to reorder pinned items — a drag handle (≡) appears on pinned items. Press and hold the handle, then drag to rearrange the order of your pinned items.
  • Tap anywhere to expand an item — you can now tap anywhere on an item card (not just the arrow) to expand or collapse its details.
  • Clickable stat tiles — the Expiring and Expired summary tiles on the Items tab are now tappable. Tapping either one takes you directly to the Expiring tab.
  • Database error overlay — if FreezerTrack can't reach the database (e.g. server is waking up), a clear error screen now appears with a Retry button and an option to continue with cached data. Previously the app showed a blank white screen.
Improvement
  • Expired item highlight — items past their use-by date now show a red left border instead of grey, making them easier to spot at a glance.
  • Biometric sign-in label — the biometric sign-in button now shows the correct label for your device: Face ID, Touch ID, or Fingerprint / Biometric.
  • Activity log — swipe-to-delete — removing an item by swiping left now correctly logs the deletion in the Activity Log.
  • Activity log — iOS reliability — logging was silently failing on iPhone/iPad. Fixed a network call that was blocking inserts on iOS and updated database permissions to allow logging from all devices.
v1.0.42
April 6, 2026
Improvement
  • Help & Release Notes updated — documentation updated to cover the subscription system, paywall, and Stripe purchase flow.
v1.0.41
April 6, 2026
New Feature
  • Stripe payment integration — the Buy Now button in the paywall now opens a secure Stripe checkout page for the one-time $2.99 purchase. After a successful payment, your account is automatically unlocked. Tap Restore Purchase if you paid but the app hasn't updated yet.
v1.0.40
April 6, 2026
Bug Fix
  • Paywall close button — users with an active subscription or complimentary access can now dismiss the subscription screen using the ✕ Close button. Previously there was no way to exit without closing the app.
  • Friendlier purchase messaging — the Buy Now button no longer shows a confusing error when the payment system is being set up.
v1.0.39
April 6, 2026
New Feature
  • Subscription system — FreezerTrack now includes a one-time $2.99 purchase to unlock the full app. New accounts receive a 14-day free trial automatically — no credit card required. A trial countdown banner appears in the Items tab when 5 or fewer days remain.
  • Subscription status in Settings — a new section under Settings shows your current status: Trial (with days remaining), Purchased, Complimentary, Cancelled, or Trial Ended.
v1.0.38
April 6, 2026
Bug Fix
  • Blank Items screen on cold open — fixed a race condition where the app could open to a blank or empty Items tab after being closed for a while. The auth session timing was unreliable, causing data to never load without a force-close or sign-out. The startup flow now uses a reliable flag to guarantee data loads once per session.
  • Connection error screen — if data fails to load and nothing is cached locally, a clear error message with a Retry button now appears instead of a silent blank screen.
Improvement
  • Remember last freezer & shelf — the Add Item form now pre-selects the last freezer location and shelf you used, so you don't have to re-select them every time.
v1.0.37
April 6, 2026
Improvement
  • Remember last freezer & shelf — the Add Item form now pre-selects the last freezer location and shelf you used, so you don't have to re-select them every time. (Superseded by v1.0.38)
v1.0.36
April 1, 2026
New Feature
  • Integrations — Webhook support — connect FreezerTrack's shopping list to external apps (Alexa, Google Home, Todoist, and 600+ others via IFTTT). Every time an item is added to your shopping list, a POST request is automatically sent to your configured webhook URL. Set up under Settings → Integrations with Save and Test buttons and built-in IFTTT setup instructions.
v1.0.35
March 31, 2026
Bug Fix
  • Item Stats — Most Used chart now always displays; shows a placeholder message when no usage events have been logged yet instead of being hidden entirely.
v1.0.34 March 31, 2026
New Feature
  • Dark Mode — Light, Dark, and System (auto) theme options added to Settings → Appearance. Theme is applied instantly with no flash on load.
v1.0.33 March 31, 2026
New Feature
  • Item Stats — New collapsible section in Settings showing a bar chart of your most-used items and totals for items added, used, and deleted. Powered by the Activity Log.
v1.0.32 March 31, 2026
Bug Fix
  • Reminder days validation — saving an item with a Remind Me value but no Use-By Date is now blocked. The Use-By Date field is outlined in red and focused automatically. The outline clears as soon as a date is entered.
Improvement
  • Settings UI polish — Activity Log is collapsed by default. Freezer Location households are collapsed by default. Activity Log moved above Household Sharing for better information hierarchy.
v1.0.31 March 31, 2026
New Feature
  • Activity Log — New section in Settings that records every add, edit, use, and delete action with timestamps and the user who performed it. Stored in a separate Supabase table for efficiency.
v1.0.30 March 31, 2026
New Feature
  • Shopping List tab — New 6th tab for managing a household grocery list. When marking an item as Used, you're prompted to add it to the shopping list automatically. Supports manual adds, quantity tracking, check-off, and clearing completed items. Badge shows unchecked item count.
v1.0.29 Prior
New Feature
  • USDA Guide tab — Built-in reference of USDA-recommended maximum freezer storage times, organized by food category with a search bar.
v1.0.28 Prior
Improvement
  • Search & sort — Search bar and sort options (name, date added, use-by date, expiry status) added to the Items tab.
v1.0.27 Prior
Improvement
  • Freezer Locations UI — Expand/collapse chevron added per household in Settings. Add Freezer button restored. Household picker added on add/edit freezer flow.
Bug Fix
  • Fixed freezer and shelf delete by passing household ID explicitly from the template.