Added changelog for #844

This commit is contained in:
Bernd Bestel 2020-08-19 19:56:24 +02:00
parent b8cd5cd0b5
commit 04bbad2167
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
2 changed files with 3 additions and 2 deletions

View File

@ -53,6 +53,7 @@
- Via an FastCGI parameter (lower priority)
- Performance improvements (page loading time) of the stock overview page (thanks @fipwmaqzufheoxq92ebc)
- The prerequisites checker now also checks for the minimum required SQLite version (thanks @Forceu)
- More `config.php` settings (see the section `Component configuration for Quagga2`) to tweak Quagga2 (this is the component used for device camera for barcode scanning) (thanks @andrelam)
- Some localization string fixes (thanks @duckfullstop)
- New translations: (thanks all the translators)
- Greek (demo available at https://el.demo.grocy.info)

View File

@ -135,8 +135,8 @@ DefaultUserSetting('auto_reload_on_db_change', true);
DefaultUserSetting('show_clock_in_header', false);
# Component configuration for Quagga2 - read https://github.com/ericblade/quagga2#configobject for details
# Default for Grocy is as below
# For iPhone 7 PLus, halfsample = true, patchsize = small, frequency = 5 yields very good results
# Below is a generic good configuration,
# for an iPhone 7 Plus, halfsample = true, patchsize = small, frequency = 5 yields very good results
DefaultUserSetting('quagga2_numofworkers', 4);
DefaultUserSetting('quagga2_halfsample', false);
DefaultUserSetting('quagga2_patchsize', 'medium');