Skip to content

Scribe v1.3.1 - Visibility Hotfix

Choose a tag to compare

@ericplane ericplane released this 07 Aug 08:22
· 8 commits to main since this release
  • Scribe.ServerOnly(Scribe.Session(v)) resolved to Session and replicated that field to its owner, leaking one wrapped as a secret. Saving and replication are now independent: pair Scribe.Session with Scribe.ServerOnly or Scribe.Shared in either order, while combining those two is a startup error.
  • Mode = "Mock" also never reached leaderboards, so Studio play-tests read and wrote real OrderedDataStores.
  • Upgrade note: a leaderboard Stat that can never rank (a non-numeric field, a whole container, or a Scribe.Session field) is now a boot error rather than a board that stays silently empty, so check your board configs. Plus a clearer PROFILE_UNPERSISTABLE for a raw datatype written around the accessor, a new Commands & Requests guide, and 77 documentation corrections.

Full Changelog: v1.3.0...v1.3.1