thomst08 / requestrr

Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Lidarr/Ombi/Overseerr via the use of chat. Current platform is Discord only, but the bot was built around the ideology of quick adaptation for new features as well as new platforms.
MIT License
244 stars 17 forks source link

SettingsTemplate.json version mismatch #54

Open mophawka opened 1 week ago

mophawka commented 1 week ago

"Version": "2.1.3"

thomst08 commented 1 week ago

Hey mophawka,

You have a point, the version in the settings file is that. This setting number doesn't necessarily match the version of Requestrr as that number only get updated if there is ever a change with the settings themself, I have just been pushing it a number instead of matching it with the current version of Requestrr as along as the number is higher, I can distinguish between old versions and what has changed.

But you have a good point, maybe I should rethink this approach and make it match the version of Requestrr when a change has occurred.... Going forward, I will rethink this and ether make it match the new version in time or keeping it separate with its own version number. Good pickup and thank you for reaching out.