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
Add metadata setters in MerginProject class: update_metadata(), write_metadata() (should not be needed by module users)
Deprecate MerginProject.metadata property, replaced by the methods above
Store all information from server's project info to .mergin/mergin.json instead of just some bits. Keep backwards compatibility to read mergin.json if it uses old-style syntax, new pulls/pushes will write new-style syntax (#83, #151)
Fix awkward way of passing full project names to create_project(), create_project_and_push(), clone_project() and in CLI for create command (#180)