Skip to content

v0.4.11: file exporting; arrow-import runtime semantics; copy-paste scopes; persist arrows; refined arrow UI; order projects by last open time

Compare
Choose a tag to compare
@lihebi lihebi released this 27 Feb 10:52
· 285 commits to main since this release
13bda66

What's Changed

  • Fix: Minor fixes by @li-xin-yi in #207
  • Fix: incomplete dashed cutting hint by @li-xin-yi in #214
  • Feat: Scope cut-copy-paste by @li-xin-yi in #215
  • refactor resolvers; enforce graphQL api required fields by @lihebi in #217
  • add python and JSON file export by @lihebi in #218
  • feat: add updatedAt field; order projects by last update time by @lihebi in #219
  • add createdAt and updatedAt to user table by @lihebi in #220
  • Refine Arrow connection UI by @lihebi in #221
  • persist arrows to db by @lihebi in #222
  • use computed id for UserRepoData by @lihebi in #224
  • fix error caused by switching to computed UserRepoData.id by @lihebi in #225
  • feat: add arrow-import runtime semantic by @lihebi in #226
  • use BezierPath for arrows; anchor at four handles by @lihebi in #227
  • properly delete connected edges when deleting pods by @lihebi in #228

Full Changelog: v0.4.10...v0.4.11