tywil04 / slavartdl

Simple tool written in Go(lang) to download music using the SlavArt Divolt server
GNU General Public License v3.0
18 stars 1 forks source link

config overhaul [breaking change] #5

Closed tywil04 closed 1 year ago

tywil04 commented 1 year ago

Config system has been overhauled, unfortunately this means this will bring a breaking change. All previous configs (which only stored session tokens) won't be used anymore and you will manually need to migrate your session tokens into the new config.

The reasons for this overhaul:

The original idea to allow for overriding configs is thanks to this issue: https://github.com/tywil04/slavartdl/issues/4