All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.1.6 - 2024-01-07
- Removed Christmas attire.
- #9 Updated images don't use recipe permissions.
- #14 "Back to cookbook" navigates to authorization page.
v0.1.5 - 2023-12-22
v0.1.4 - 2023-11-24
- #13 Image upload with long titles on mobile.
v0.1.3 - 2023-03-17
- Ingredients parsing (wasn't parsing properly ingredient quantities at the end).
v0.1.2 - 2023-03-11
- Printing on mobile devices.
- Serializing flash routes.
v0.1.1 - 2023-03-11
- #5 Print recipes.
- #7 Show recipe containers in viewer.
- Unique page titles, in order to distinguish multiple open tabs.
- Error logs can be viewed in the user menu (they are cleared on reload).
- #8 Support non-roman alphabets.
- Zombie recipes (some recipes would reappear after being deleted).
v0.1.0 - 2023-01-20
The first stable release of Umai!
Thanks to everyone who participated in the beta feedback.
- Recipes auto-linking. When a recipe is linked using a known url in description, ingredients, or instructions, the navigation will be captured for client-side routing.
- Application ClientID.
v0.1.0-beta.4 - 2022-11-18
- Improved performance for recipes with long changes history.
- Fixed a bug where invalid history operations would be created (without a
crdt:property
triple). This could result in recipes having more history operations than necessary, you may want to check out your RDF data just in case.
v0.1.0-beta.3 - 2022-10-28
- Settings modal.
- Language selector.
- Servings selector.
- Publish unlisted recipes.
- Error reporting to Sentry (opt-in).
- ISO 8601 durations support.
- Reconcile changes done in other applications that don't update the changes history.
- Works with existing recipes using
http://schema.org
(instead ofhttps://schema.org
).
- Updating images.
schema:image
andschema:sameAs
properties are now written as links instead of plain strings.
v0.1.0-beta.2 - 2022-09-17
- Better error handling for application startup and failed network requests.
- Interoperability improvements.
- Accessibility improvements.
- #2 Creating containers in NSS.
- Image uploading.
v0.1.0-beta.1 - 2022-08-15
- List public recipes.
- Show other recipes and import them from the viewer.
- Better error handling for failed login attempts.
- Layout for large screens was botched.
- Logging in with
login.inrupt.com
. - Recipes searchbox in the home screen wasn't working properly.
- Creating nested containers.
v0.1.0-beta.0 - 2022-07-31
- First complete version before initial release.
alpha - 2021-10-05
- Initial version showcasing data synchronization mechanisms, provisional UI.