-
Notifications
You must be signed in to change notification settings - Fork 2
Releases: theredstring/redstring
Releases · theredstring/redstring
0.6.15
- Added mouse glide and different settings sliders for mouse glide and touch glide
- Electron instance control fix attempt
Assets 20
- sha256:ce7f9e83b1dae6f9cff69b27b82dc1dc5555c05fb44709b5588a5c71d56660b5385 Bytes
2026年06月12日T18:20:52Z - sha256:47703878e060d6e2972cadd4e7b5da65397936bf8172c9c534f54f3ac2b57c88800 Bytes
2026年06月12日T18:27:04Z - sha256:b0aa6fc85ccd2467f0aa45ce48e9e9c73114297326d03e63c325f45772a88775637 Bytes
2026年06月12日T18:24:18Z - sha256:c77810f7f1fd40a7f15476346004de2d51d707bb726487e61c30679e47db718e177 MB
2026年06月12日T18:20:44Z - sha256:3acdd79a3809db78a64179a4c5ff87f5aa7e783a2497a86d81e65601e70d8ab8161 MB
2026年06月12日T18:26:24Z - sha256:2e824ddbb3d67214c6f0346b08154c692d118a37231dcfffb0f2de2276b26910174 KB
2026年06月12日T18:26:24Z - sha256:32331b58ca4a0802ecdce5c8b2d3bca8088d612e70e0db769f47b51d10ad7f89152 MB
2026年06月12日T18:26:54Z - sha256:9ae94ab7676f4559ac67e955551fd5764b10eb06b81ed2c48f28ea1d36930417163 KB
2026年06月12日T18:26:54Z - sha256:7d7bb9dc3ba20f294d70e873ba31e8f908fd59db16bf66085cd9ce0ddd09e439167 MB
2026年06月12日T18:23:30Z - sha256:e8278301236c00723cca3669d09fbddc510dba09f2302b21dbe84454024920a7178 KB
2026年06月12日T18:23:30Z -
2026年06月12日T18:18:35Z -
2026年06月12日T18:18:35Z - Loading
0.6.14
- Fixed Electron auto-updater on macOS by replacing Squirrel.Mac/ShipIt — which fails silently on macOS 26 — with a direct bundle swap and relaunch, so clicking "Restart to update" now actually installs the update.
Assets 20
0.6.13
- Deferred autosave processing until the post-drop zoom-restore animation finishes, eliminating a stutter at the tail of the animation caused by the save worker serializing state mid-frame.
Assets 20
0.6.12
- Fixed Electron auto-updater on macOS where clicking "Restart to update" failed to relaunch the app, causing the update prompt to keep reappearing on subsequent launches.
Assets 20
0.6.11
- Added a "Load from External Link" option in the File menu that pulls a redstring file from any URL.
- Pasting a GitHub repo or folder URL scans for redstring files and lets you pick one to load.
- Pasting a direct file URL fetches that file immediately.
- After fetching, the modal previews the universe with graph, prototype, and edge counts before you commit.
- You can copy a fetched universe into one of your GitHub repos as a new universe slot.
- You can save a fetched universe as a local file on desktop builds.
- You can just view a fetched universe in memory without persisting it anywhere.
- The external link modal lives inside the Universe Manager panel and auto-opens the left panel when triggered from the header menu.
- The in-panel Load dropdown now has a "Load from Link" entry alongside the existing Local File and Repository options.
- The in-panel New dropdown is renamed to "New from Local File" and "New from Repository" for parity with Load.
- Each git-linked universe row has a new copy-link button next to the download button that copies its public GitHub URL.
- Fixed a destructive bug where ambiguous Git read failures would overwrite real remote universe files with empty data.
- The publish flow now pushes data to the repo before attaching the universe so reloads from Git can't clobber your work.
- Publishing now does an immediate save so the "All changes saved" status appears instantly instead of waiting three seconds for autosave.
- Added rate limiting and CORS protections to the OAuth server, wizard server, MCP server, semantic server, and Electron main process.
- Added an SSRF guard that blocks SPARQL queries pointing at loopback, cloud metadata, or private network addresses.
- The dev server now allows external https connections so arbitrary external link fetches work for any host.
Assets 20
0.6.10
- Auto-updater: catch half-extracted update bundles that previously caused
silent install failures after a hard-refresh or interrupted download. The
staged .app is now integrity-checked on launch, and the failure surfaces
in Update Diagnostics with a specific reason.
Assets 20
0.6.9
- Implemented an update diagnostics card and updater helper utilities to surface update status and fallback actions
- Added a dev-only simulator preload and adjusted panel dimensions for more consistent layout and testing
- Fixed some low width options and limited panel width
Assets 20
0.6.8
- Fixed Gemini API bug with more recent models and how they handle thought-only segments.
Assets 20
0.6.7
- Fixed bug where electron apps wouldn't close due to browser close guard.
- 67
Assets 20
0.6.6
- Added persistent guard state and SoT (source-of-truth) swap pausing to prevent transient empty-state data loss during universe handoffs
- Persisted commit floors and global empty-state guards to reduce risk of accidental data loss during save operations
- Implemented safe source-of-truth migration flow with pre-swap validation and a user confirmation step for primary storage promotion
- Tightened autosave debounce and improved local-primary save safeguards
- Session isolation & storage
- Isolated user data and session storage by appending session-specific suffixes to file paths and window partitions to avoid cross-session collisions
- Implemented silent post-save telemetry to track connection counts and update universe sync metadata (non-blocking telemetry for diagnostics)
- Updated ColorPicker positioning to support down-right alignment and set that as default for UnifiedSelector
- Increased z-index of color picker elements to ensure visibility over other components
- Added configurable GitHub OAuth client IDs and related auth improvements (local device flow / electron OAuth enhancements)