Skip to content

Releases: cheesits456/RecipeBook

v1.5.9

24 Sep 13:42

Choose a tag to compare

Changelog

  • Made it so the search field autofocuses when you start typing

v1.5.8

23 Sep 21:37

Choose a tag to compare

Changelog

  • Modify styling slightly

v1.5.7

23 Sep 19:13

Choose a tag to compare

Changelog

  • Ignore blank lines in multiline text inputs when creating new recipe

v1.5.6

23 Sep 17:44

Choose a tag to compare

Changelog

  • Fixed styling error on disabled inputs

v1.5.5

23 Sep 01:23

Choose a tag to compare

Changelog

  • Removed compile scripts from packaged applications

v1.5.4

22 Sep 19:37

Choose a tag to compare

Changelog

  • Add delete button and functionality
  • Change HTML formatting

v1.5.3

22 Sep 18:00

Choose a tag to compare

Changelog

  • Added event listener for Enter keypress
    • If search input is selected, runs the search() function
    • If rename recipe input is selected, runs the renameRecipe() function
  • Removed 2 unneeded files to slightly lower end size
  • Separated functions out into their own categorized files
  • Cleaned up some code

v1.5.2

22 Sep 16:41

Choose a tag to compare

Changelog

  • Added ability to search by dietary restriction (ie "vegetarian")
  • Updated README.md
  • Modified styling slightly

v1.5.1

22 Sep 01:26

Choose a tag to compare

Changelog

  • Improve search algorithm
  • Fix styling error

v1.5.0 - The Search Update

22 Sep 00:47

Choose a tag to compare

Changelog

  • Add search button and functionality
  • Increase minimum window height by 50 pixels