You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Puter currently tracks file versions automatically on write, with version history stored in the database. However, there is no user-facing API to restore files to previous versions.
What is needed:
API methods/endpoints to manage versions (listing is already implemented)
Corresponding Puter.js methods to work with versions.
Corresponding GUI functionality to work with versions. File 'properties' window should be a good place to do this since it already shows versions.
The text was updated successfully, but these errors were encountered:
Puter currently tracks file versions automatically on write, with version history stored in the database. However, there is no user-facing API to restore files to previous versions.
What is needed:
The text was updated successfully, but these errors were encountered: