Skip to content

Releases: fredserva/birdskitchen

version 0.8.3

03 Feb 17:59
Compare
Choose a tag to compare

Fixed bugs

fix: Fix Electron failing to launch Chromium (needed to execute puppeteer)

version 0.8.2

02 Feb 19:56
Compare
Choose a tag to compare

New feature

  • feat: Wrap "Recipe import supported websites" with accordions grouped by language (Preferences Screen - Help Tab)
  • feat: Add an email link (Preferences Screen - About Tab)
  • feat: Add Changelog (Preferences Screen - About Tab)
  • feat: 🇮🇹 Add nine more italian websites
     

Changes

  • refactor: Reorganize Preferences screen
     

Fixed bugs

  • fix: Fix some websites fetching
  • fix: Fix puppeteer import

version 0.8.1

14 Jan 18:10
Compare
Choose a tag to compare

New feature

  • feat: Improve calculations
  • feat: Add italian translation 🇮🇹
  • feat: Add Recipe Websites scraper
     

Fixed bugs

  • fix: Fix servings calculation not resetting
  • fix: Fix error "Cannot assign to read only property 'exports' of object (mix require and export)"

version 0.7.3

17 Dec 11:36
Compare
Choose a tag to compare
  • fix: Fix Search Result string not translated
  • fix: Sets case insensitive recipes sorting
  • fix: Force top menu to update on launch to listen for updates and to switch for user defined language
  • fix: Fix app reload lag
  • fix: Fix Update available message not showing

version 0.7.2

15 Dec 08:15
Compare
Choose a tag to compare
  • fix: Unbind keyboard shortcut
  • fix: Fix indexOf bug when no category is assigned
  • fix: Fix ingredients state on print view when sorting by tag or category

version 0.7.1

09 Dec 17:43
Compare
Choose a tag to compare
  • fix: Fix quantity replacement bug
  • style: Adjust form fields background for Woodsmoke theme

version 0.7.0

09 Dec 09:11
Compare
Choose a tag to compare
  • feat: Add new theme (Woodsmoke - dark)
  • feat: Add Auto updates
  • feat: Add Unit converter

version 0.6.4

01 Dec 10:30
Compare
Choose a tag to compare
  • fix: Replace eval function with evaluate (mathjs library)
  • fix: Replace fractions (Vulgar Fractions - Half, Thirds, Fourths, Fifths) on CRUD submit to improve calculations on print view
  • feat: Add buttons to header
  • style: Change some elements style

version 0.6.3

21 Nov 22:56
Compare
Choose a tag to compare
  • Fix fraction calculations partially (eg: works with 1/4 but not with ¼ - doesn't work with 1 1/2)
  • Add better comprehension for displaying / importing an image in CRUD modal
  • Add German translation (Thanks to YSchroe)

version 0.6.2

13 Nov 13:10
Compare
Choose a tag to compare
  • Fix remove not-empty folder when moving database
  • Change some styles