mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
Added changelog for #844
This commit is contained in:
parent
b8cd5cd0b5
commit
04bbad2167
@ -53,6 +53,7 @@
|
|||||||
- Via an FastCGI parameter (lower priority)
|
- Via an FastCGI parameter (lower priority)
|
||||||
- Performance improvements (page loading time) of the stock overview page (thanks @fipwmaqzufheoxq92ebc)
|
- 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)
|
- 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)
|
- Some localization string fixes (thanks @duckfullstop)
|
||||||
- New translations: (thanks all the translators)
|
- New translations: (thanks all the translators)
|
||||||
- Greek (demo available at https://el.demo.grocy.info)
|
- Greek (demo available at https://el.demo.grocy.info)
|
||||||
|
@ -135,8 +135,8 @@ DefaultUserSetting('auto_reload_on_db_change', true);
|
|||||||
DefaultUserSetting('show_clock_in_header', false);
|
DefaultUserSetting('show_clock_in_header', false);
|
||||||
|
|
||||||
# Component configuration for Quagga2 - read https://github.com/ericblade/quagga2#configobject for details
|
# Component configuration for Quagga2 - read https://github.com/ericblade/quagga2#configobject for details
|
||||||
# Default for Grocy is as below
|
# Below is a generic good configuration,
|
||||||
# For iPhone 7 PLus, halfsample = true, patchsize = small, frequency = 5 yields very good results
|
# for an iPhone 7 Plus, halfsample = true, patchsize = small, frequency = 5 yields very good results
|
||||||
DefaultUserSetting('quagga2_numofworkers', 4);
|
DefaultUserSetting('quagga2_numofworkers', 4);
|
||||||
DefaultUserSetting('quagga2_halfsample', false);
|
DefaultUserSetting('quagga2_halfsample', false);
|
||||||
DefaultUserSetting('quagga2_patchsize', 'medium');
|
DefaultUserSetting('quagga2_patchsize', 'medium');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user