Releases: Pyseph/DataScope
Releases · Pyseph/DataScope
Release list
DataScope v2.3.2
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
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.rbxmwithbuild.bat.
DataScope v2.3.0
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
DataScope v2.2.0
Highlights
- Added w1nthinker's key templates for quickly opening LocalPlayer keys.
- Includes default
{userid}andPlayer_{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
GetSortedAsyncand show each numeric value. - Ordered key save/delete now use OrderedDataStore APIs.
Build
DataScope.rbxmis attached to this release, built fromplugin.project.json.