Skip to content

Releases: Pyseph/DataScope

DataScope v2.3.2

Choose a tag to compare

@Pyseph Pyseph released this 21 Jul 19:18

Changes

  • Deleted normal DataStore keys stay hidden after reconnecting or refreshing the key list.
  • The existing Show Deleted Keys setting now controls whether tombstoned keys are included in normal DataStore key listings.
  • Updated Wally package metadata and install docs to 2.3.2.

Validation

  • Rebuilt DataScope.rbxm with build.bat.

DataScope v2.3.1

Choose a tag to compare

@Pyseph Pyseph released this 21 Jul 15:19

Changes

  • Deleted keys are now removed from the currently loaded key list after deletion succeeds.
  • Clears the inspected key state before returning to the key list.
  • Updated Wally package metadata and install docs to 2.3.1.

Validation

  • Rebuilt DataScope.rbxm with build.bat.

DataScope v2.3.0

Choose a tag to compare

@Pyseph Pyseph released this 02 Jun 22:32

What's Changed

  • Added a refresh button to the inspected key view so the currently selected key can be reloaded without returning to the key list.
  • Preserved expanded tree paths when refreshing the selected key.
  • Bumped the Wally package metadata and README install snippet to 2.3.0.

Validation

  • Rebuilt DataScope.rbxm with �uild.bat.

v2.2.1

Choose a tag to compare

@Pyseph Pyseph released this 30 May 23:53

Fixes the Connect view auto-list crash when DataStore list results are returned as metadata records instead of plain names. Includes the rebuilt DataScope plugin artifact.

DataScope v2.2.0

Choose a tag to compare

@Pyseph Pyseph released this 30 May 05:48

Highlights

  • Added w1nthinker's key templates for quickly opening LocalPlayer keys.
  • Includes default {userid} and Player_{userid} templates, with validation for the user-id placeholder.
  • Stores template selections per DataStore connection and adds Settings UI to add, edit, select, and remove templates.
  • Preserves plugin settings/history more safely with unreadable-data guards and verified writes.

Hotfix

  • Fixed Ordered DataStore connections when no scope is supplied.
  • Ordered DataStores now browse sorted keys through GetSortedAsync and show each numeric value.
  • Ordered key save/delete now use OrderedDataStore APIs.

Build

  • DataScope.rbxm is attached to this release, built from plugin.project.json.