Skip to content

v0.21.0

Compare
Choose a tag to compare
@nickderobertis nickderobertis released this 28 Jan 13:18
· 4 commits to master since this release

0.21.0 (2023-01-28)

Features

  • Add auto-commit logic and clean up extra arguments for back sync (09d8106)
  • Back-sync seems to be fulling working e2e with test (69125a8)
  • Get basic back sync logic working, and add untested back sync server logic (509781e)
  • Hook up back sync functionality on a background thread (4b31e08)
  • Show styled commit during back sync and remove a finished TODO (d0446c6)

Bug Fixes

  • Ensure back-sync does not sync the forward-sync commits. Also support multiple user commits in one server cycle (f4242a0)
  • Fetch full git history when running tests as now tests depend on it (85fd700)
  • Fix behavior for pure renames and add test (7418fd7)
  • Fix typing and install issues (a56252b)
  • Fix versions and lock poetry (aedce03)
  • Get back sync basically working e2e, need better test setup (f2fccca)
  • Pause regular sync during back sync (69b6188)
  • Properly handle output subdirectory in templates for back sync (b72dc6c)