benhoff / CHATIMUSMAXIMUS

Master chat GUI for Youtube, Twitch, Livecoding, and WatchPeopleCode
GNU General Public License v3.0
41 stars 14 forks source link

Enforce Settings Versioning #16

Closed benhoff closed 8 years ago

benhoff commented 8 years ago

As settings get updated/changed, the old settings file is still preferred and can lead to errors/crashes.

benhoff commented 8 years ago

On closer inspection, this is an issue with me not being aggressive enough with updating the settings version. In the semantic versioning scheme, the number farthest to the right indicates bug fixes. I've been using as I've added scope. In the future, likely to add in default arguments as much as it makes sense to avoid this issue.