Releases: alexbates/Tamari
Version 1.0
Addded new language support: Simplified Chinese, French, and Russian. Implemented pagination on Meal Planner Completed page. Developed a comprehensive REST API which can be used to interact with recipes, shopping lists, and meal plans. The API is disabled by default. Designed an API documentation page that correctly reflects app configuration.
Version 0.9
Split Account page into two pages, Account Preferences and Account History. Account History displays a timeline of account events including account creation, email change, password change, recipe creation, and recipe edits. Added initial support for internationalization and localization. The first two supported languages are Spanish and German.
Version 0.8
Developed UI scaling, users can select a preference on Account page that applies app wide. Implemented keyboard shortcuts that can be used to quickly highlight search boxes or navigate between pages. Improved app accessibility to allow navigating with TAB key. Added automated data rebuilding for "[email protected]" demo account every 30 minutes. Redesigned Meal Planner with a "Completed" page that displays past meals and meal statistics.
Version 0.7
In My Recipes, added a third display option called 'Details' and added three new 'Sort By' options. Created an Autofill from URL feature on Add Recipe page. Developed client side recipe export (.ZIP download) and import (restore from backup) to give users better control of account data. Increased font size of Recipe Detail page when viewing on smartphone.
Version 0.6
Created an Information modal on Recipe Detail page. Redesigned the Explore page, it now displays pictures when browsing the recipe list. Explore recipe count has increased from 36,000 to 109,000, supported websites has increased from 3 to 50, and categories have increased from 7 to 16. Optional rate limiting has been implemented for use with public Tamari instances.
Version 0.5
Developed a light theme, users can select theme on account page. Added servings and nutritional info to recipes (both optional). Increased max length of recipe instructions. Enabled app to run as standalone web app on iOS. Restructured application using Flask blueprints and moved all user data to app/appdata to make updating easier.
Version 0.4
Changed to an open source font. Integrated new logo. Resigned account page to include a recipe count statistic, app wide accent color preference, and profile picture selection using new custom designed icons. Developed a Meal Planner that allows scheduling of recipes up to 30 days in advance.