Brewtarget / brewtarget

Main brewtarget source code repository.
GNU General Public License v3.0
312 stars 134 forks source link

3.0.0 release puts config and DB in the wrong folder #662

Closed matty0ung closed 1 year ago

matty0ung commented 1 year ago

See discussion at https://github.com/Brewtarget/brewtarget/discussions/660 but it looks like config, logs and DB are split between ~/.config/brewtarget/ and ~/.local/share/brewtarget/ (or ~/.config/brewtarget-debug/ and ~/.local/share/brewtarget-debug/ if you build against debug version of Qt) by default instead of everything going in ~/.config/brewtarget/ which is what previous releases did and which we should retain.

We should fix this in the 3.0.1 release. Meanwhile I will add a note to the release page.

matty0ung commented 1 year ago

See https://github.com/Brewtarget/brewtarget/pull/661 for proposed fix.

matty0ung commented 1 year ago

This should now be fixed in https://github.com/Brewtarget/brewtarget/releases/tag/v3.0.1. Please re-open if not.