Skip to content

Latest commit

 

History

History
241 lines (181 loc) · 3.78 KB

changelog.md

File metadata and controls

241 lines (181 loc) · 3.78 KB

Version 0.8.3

Fixed bugs    

  • Fix Electron failing to launch Chromium (needed to execute puppeteer)

Version 0.8.2

New features    

  • Preferences Screen - Help Tab: Wrap "Recipe import supported websites" with accordions grouped by language
  • Preferences Screen - About Tab: Add an email link
  • Preferences Screen - About Tab: Add changelog
  • Add nine more italian websites

Changes    

  • Reorganize Preferences screen

Fixed bugs    

  • Fix some websites fetching
  • Fix puppeteer import

Version 0.8.1

Fixed bugs    

  • Fix error "Cannot assign to read only property 'exports' of object (mix require and export)"

Version 0.8.0

New features    

  • Add italian translation (Thanks to Albano Battistella)
  • Add Recipe Websites scraper (54 supported websites in 4 languages)

Changes    

  • Improve calculations

Version 0.7.3

Fixed bugs    

  • Fix Search Result string not translated
  • Sets case insensitive recipes sorting
  • Force top menu to update on launch to listen for updates and to switch for user defined language
  • Fix app reload lag
  • Fix Update available message not showing

Version 0.7.2

Fixed bugs    

  • Unbind keyboard shortcut
  • Fix indexOf bug when no category is assigned
  • Fix ingredients state on print view when sorting by tag or category

Version 0.7.1

Fixed bugs    

  • Fix quantity replacement bug

Changes    

  • Adjust form fields background for Woodsmoke theme

Version 0.7.0

New features    

  • Add new theme (Woodsmoke - dark)
  • Add Auto updates
  • Add Unit converter

Version 0.6.4

New feature    

  • Add buttons to header

Changes    

  • Replace eval function with evaluate (mathjs library)
  • Replace fractions (Vulgar Fractions - Half, Thirds, Fourths, Fifths) on CRUD submit to improve calculations on print view
  • Change some elements style

Version 0.6.3

New features    

  • Add German translation (Thanks to YSchroe)
  • Add better comprehension for displaying / importing an image in CRUD modal

Fixed bugs    

  • Fix fraction calculations partially (eg: works with 1/4 but not with ¼ - doesn't work with 1 1/2)

Version 0.6.2

Refactor    

  • Refactor all code

Fixed bugs    

  • Fix remove not-empty folder when moving database

Version 0.6.1

New feature    

  • Store images locally

Version 0.5.0

New feature    

  • Table view with column sorting

Version 0.4.3

Refactor    

  • Remove unused variable

Version 0.4.2

Refactor    

  • Remove escape key listener

Version 0.4.1

Fixed bugs    

  • Fix decimals for ingredients amounts. Now display only two decimals and remove insignificant trailing zeros.
  • Fix decrement going past zero.

Version 0.4.0

New features    

  • Change the ingredients amounts when adjusting the servings (ready to print view)

Fixed bugs    

  • Fix empty source url unvalidate form

Version 0.3.0

New features    

  • Add source url
  • Now follow semantic versioning

Version 0.2.1

New features    

  • Add ratings

Version 0.2.0

New features    

  • Add categories
  • Add collapsable tags list in sidebar
  • Add icons to toast messages

Fixed bugs    

  • Fix saved select values not displaying

Binaries    

  • Add Windows Binaries

Version 0.1.2

Fixed bugs    

  • Update toggle fullscreen (MacOS)
  • Fix typo

Binaries    

  • Add MacOS Binaries

Version 0.1.1

Binaries    

  • Add Linux Binaries

Changes    

  • Update some links

Version 0.1.0

  • Initial release