Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

v2.8.0

Compare
Choose a tag to compare
@andi34 andi34 released this 13 Aug 19:52
· 105 commits to stable2 since this release

2.8.0

Bugfixes

  • fix install-raspbian.sh
  • add missing units for crop on print values (fixes Issue #91)
  • exit slideshow on close if running
  • takeCollage: fix button size on small screens

General

  • simple-translator updated to v2.0.2
  • updated PHPMailer to latest version

Behind the scenes

  • Add GitHub contribution doc
  • run yarn eslint once changes to our JavaScripts get pushed to GitHub or if a Pullrequest contains changes on them
  • run gulp sass once changes to our SCSS files get pushed to GitHub or if a Pullrequest contains changes on them

New build pipeline and improved JavaScript
(special thanks to Andreas Remdt) #90

  • added Prettier to have consistent formatting for both JavaScript & SCSS
  • Support older browser (should fix Issue #47)
    • javascript transpiled to es5 to support older browsers (e.g. Safari 9)
    • use "whatwg-fetch" polyfill which should enable Safari 9 to use simple translator