Skip to content

v0.4.8: add runtime TTL; share button rework; multi-pod selection; editable repo name; better yjs sync

Compare
Choose a tag to compare
@lihebi lihebi released this 16 Dec 10:25
· 336 commits to main since this release
a03da22

What's Changed

  • feat: add docker runtime TTL; better runtime connection & feedback by @lihebi in #135
  • Fix: multi-selection with the same-parent rule & drop multiple pods into a scope at once by @li-xin-yi in #136
  • fix: call setPodPosition on drag stop by @lihebi in #137
  • Fix: sync store.pods[id].parent/position immediately on updates from anywhere by @li-xin-yi in #140
  • feat: add k8s runtime ttl by @lihebi in #139
  • add GOOGLE_CLIENT_ID; use hosted db; use 12h runtime ttl; add prisma by @lihebi in #141
  • feat: create repo without a name; generate userId and repoId from server by @lihebi in #142
  • Fix: update all children node levels when dragging into a scope by @li-xin-yi in #145
  • use relation for collaborators by @lihebi in #146
  • fix: add hasToken to avoid loading repo to early by @lihebi in #147
  • do not set repo.name on creation, use "Untitled" as placeholder by @lihebi in #148
  • Feat: add a top-right share-button on the repo page by @li-xin-yi in #152

Full Changelog: v0.4.7...v0.4.8