Closed
Description
Reported by: uklotzde
Date: 2019-08-09T09:30:35Z
Status: Confirmed
Importance: Low
Launchpad Issue: lp1839599
Tags: easy, preferences
The version check in preferences/upgrade.cpp is incomplete and doesn't work as expected. Often users will see the following warning when starting Mixxx:
Warning [Main]: Configuration file is at version "2.2.1" instead of the current 2.2.2
TODO:
- Upgrade version if no special action is required, not only for selected but for all future versions by default to avoid that this warning reappears.
- Never downgrade the version! This requires parsing and comparing version numbers, which is currently missing.