Skip to content

Releases: SenshiSentou/sd-webui-state-manager

v2.0

23 Mar 00:03
Compare
Choose a tag to compare
  • Completely overhauled the way settings are saved and loaded (much more robust now) V2.0 is NOT backwards compatible with V1
  • Added settings panel (Settings > State Manager) that contains:
    • Option to save entries in either a browser's Indexed DB, or a shared .txt file
    • Tools to migrate data between the different save locations
  • Added API. Mostly meant for internal use, but also contains a /version endpoint and some other programmatic access. See [a1111 ip]:[port]/docs
  • Made data store more efficiently
  • Improved (error) logging
  • Fixed "delete entry" button not working
  • Ported the code to typescript