v3.1.1
This very minor version includes a not-so-serious hotfix that will only effect Docker users. With v3.1.0, Docker should only use volumes for reading and writing settings. Somehow I missed the case while using config edit
was also writing into local storage. Docker was reading from volume anyway, but still an unnecessary operation.
Fixed
- Docker builds writes to local storage when
config reset
used.
Full Changelog: v3.1.0...v3.1.1