Skip to main content

What is version history?

Every time you make significant changes to a spot, RangeSharp can save a snapshot of the range data. These snapshots form a version history that lets you go back to a previous state if needed.

Viewing version history

  1. Select a spot in the strategy tree.
  2. In the detail panel (right side), look for the Version History section.
  3. You’ll see a list of saved snapshots with timestamps.

Restoring a previous version

1

Find the version you want

Browse the version list and find the snapshot you want to restore.
2

Click Restore

Click Restore next to the version. The grid updates to show the restored range data.
3

The current state is preserved

Restoring a version doesn’t delete your current work — it creates a new snapshot of the current state before applying the restore. You can always go back.

When versions are saved

Version snapshots are created:
  • When you import data over an existing range
  • When you restore a previous version
  • At other significant change points

Version history vs. undo

FeatureUndo (⌘Z)Version history
ScopeIndividual cell changesFull range snapshots
DepthUp to 100 levels per sessionPersisted across sessions
PersistenceLost when you leave the pageSaved permanently
Use caseQuick “oops, wrong cell” fixesReverting to a known-good state
Use undo for small mistakes during an editing session. Use version history when you want to revert to a completely different state of the range — for example, after an import that didn’t work out.