dit-zy / scout-helper

a dalamud helper plugin for working with hunt scout trackers
GNU Affero General Public License v3.0
0 stars 3 forks source link

New Bear Site Support #24

Closed Shinryin closed 1 month ago

Shinryin commented 1 month ago

totally untested besides a curl request as usual but probably works

dit-zy commented 1 month ago

ahh....now that i think about it, this actually won't work >_<. it's the right idea, but because the urls are in the config object, they are actually saved to the user's computer. so what you changed here is the default value when a user download's the plugin for the first time. but this won't update the value they've already been using, which was the previous default.

i've been needing to build a general config update system (not the tweaks tab thing) that would handle situations like this, so let me do that now and then we'll deploy this >_<.

dit-zy commented 1 month ago

implemented the generalized config update thing mentioned in the previous comment. once #25 is merged in, we can merge this on top of it and we should be good to go ^w^