diff --git a/README.md b/README.md index 802f192f..a36481fa 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -## :warning: Important Notice :warning: +#### :warning: IMPORTANT NOTICE for users with EnRecipes v1.3.2 or before: -To continue receiving updates, please update your EnRecipes to v2.0.0 +To continue receiving updates, please update your EnRecipes to the latest version. There are some significant changes in this version. So, in order to continue, you must do the following: 1. Export a full backup. 2. Uninstall EnRecipes. -3. Install v2.0.0 and Import your data. +3. Install this version and Import your data.

diff --git a/app/components/EditRecipe.vue b/app/components/EditRecipe.vue index accef551..9805e44d 100644 --- a/app/components/EditRecipe.vue +++ b/app/components/EditRecipe.vue @@ -155,7 +155,7 @@ col="2" :text="`${recipe.ingredients[i].unit}` | L" editable="false" - @focus="showUnits(1, i)" + @focus="!modalOpen && showUnits(1, i)" @tap="showUnits(0, i)" /> { + this.modalOpen = 0; if (action == "aNBtn") { this.$showModal(Prompt, { props: { diff --git a/app/components/EnRecipes.vue b/app/components/EnRecipes.vue index 6da3e153..317c2068 100644 --- a/app/components/EnRecipes.vue +++ b/app/components/EnRecipes.vue @@ -608,6 +608,7 @@ export default { }, pgUnload() { if (this.shake) stopAccelerometerUpdates(); + this.releaseBackEvent(); }, abLoad({ object }) { this.appbar = object; diff --git a/app/components/ViewRecipe.vue b/app/components/ViewRecipe.vue index e3de4de4..92c4a2c0 100644 --- a/app/components/ViewRecipe.vue +++ b/app/components/ViewRecipe.vue @@ -66,7 +66,7 @@ :class="{ r: RTL }" > - + @@ -120,7 +120,7 @@ @@ -234,7 +234,7 @@ col="2" v-else class="ico" - :text="icon.done" + :text="recipeTried ? icon.try : icon.done" @tap="toggle('tried', 1)" />