Releases: fredserva/birdskitchen
Releases · fredserva/birdskitchen
version 0.8.3
Fixed bugs
fix: Fix Electron failing to launch Chromium (needed to execute puppeteer)
version 0.8.2
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
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
- 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
- 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
- fix: Fix quantity replacement bug
- style: Adjust form fields background for Woodsmoke theme
version 0.7.0
- feat: Add new theme (Woodsmoke - dark)
- feat: Add Auto updates
- feat: Add Unit converter
version 0.6.4
- 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
- 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
- Fix remove not-empty folder when moving database
- Change some styles