Skip to content

Commit

Permalink
Merge pull request #147 from julianpoy/update-release-notes
Browse files Browse the repository at this point in the history
Update release notes
  • Loading branch information
julianpoy authored Feb 5, 2019
2 parents eb902f3 + c274da6 commit 5330640
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</script>

<script>
window.version = '1.4.9';
window.version = '1.4.10';
</script>

<link href="build/main.css" rel="stylesheet" async>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@

<br />

<b>v1.4.10</b><br />
- Fixes a bug where Pepperplate import would fail due to updates to Pepperplate<br />
- Adds a select/deselect all option to select ingredients component<br />
- Disabled shopping list grouping by default<br />
- Improved messaging styling<br />
- Fixed a bug where messaging previews would be incorrect<br />
- Search submit now dismisses keyboard<br />
- Disabled autofill for form fields that have custom autofill<br />

<br />

<b>v1.4.9</b><br />
- Fixes a bug where new visitors would be prompted to update<br />
- Fixes a bug where account update would not verify email address<br />
Expand Down

0 comments on commit 5330640

Please sign in to comment.