Bug Fixes
- Baro now becomes locked when becoming unavailable while not checked
- Baro now becomes unlocked when becoming available without needing a refresh
- Fixed tasks with cycle schedules that observe DST (only Baro) not showing the correct current offering when they reset when DST is active.
- Bump version to 5.3.1
Code Stuff
- Enforced code style. See warframe-tools#69.
- renamed "cycle number" to "reset count" because it doesn't have anything to do with the cycle schedule feature and that's confusing
- all daily and weekly tasks are now prepped with a period, not just alternate ref ones
- new
fixTimeTravelfunction to aid with debugging - removed some error checking for stuff that's checked in tests
- added test to validate cycle refs
Full Changelog: 2026-07-28...2026-08-09