Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 2.68 KB

CHANGELOG.md

File metadata and controls

34 lines (22 loc) · 2.68 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.22.0 (2023-01-28)

Features

  • Add context to template for commands (34a6672)

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)