Skip to content

Second Release Patch

Compare
Choose a tag to compare
@hay-kot hay-kot released this 09 Jan 22:31
2162216

v0.0.2 - Pre-release Second Patch

A quality update with major props to zackbcom for working hard on making the theming just that much better!

Bug Fixes

  • Fixed empty backup failure without markdown template
  • Fixed opacity issues with marked steps - mtoohey31
  • Fixed hot-reloading development environment - grssmnn
  • Fixed recipe not saving without image
  • Fixed parsing error on image property null

General Improvements

  • Added Confirmation component to deleting recipes - zackbcom
  • Updated Theme backend - zackbcom
  • Added Persistent storage to vuex - zackbcom
  • General Color/Theme Improvements
    • More consistent UI
    • More minimalist coloring
  • Added API key extras to Recipe Data - See Documentation
    • Users can now add custom JSON key/value pairs to all recipes via the editor for access in 3rd part applications. For example, users can add a "message" field in the extras that can be accessed on API calls to play a message over google home.
  • Improved image rendering (nearly x2 speed)
  • Improved documentation + API Documentation
  • Improved recipe parsing
  • User feedback on backup importing