Skip to content

Releases: EspenAlbert/path-sync

v0.7.8

11 Mar 07:07

Choose a tag to compare

0.7.8 2026-03-11T07-06Z

Validate_No_Changes

  • fix: Allows using GITHUB_BASE_REF when validating no changes 257563

v0.7.7

25 Feb 11:33

Choose a tag to compare

0.7.7 2026-02-25T11-32Z

Root

  • fix(git-ops): truncate PR body to stay within GitHub's 65536-char limit c30f60
  • fix: skip force-push when remote branch has same content 84c7f3

v0.7.6

17 Feb 21:44

Choose a tag to compare

0.7.6 2026-02-17T21-43Z

Root

  • fix(git_ops): include PR URL in log message after updating PR body ee7549

Copy

  • fix(cmd_copy): enhance sync output with destination header and adjust summary formatting a3126a

v0.7.5

17 Feb 20:46

Choose a tag to compare

0.7.5 2026-02-17T20-45Z

Copy

  • copy.CopyOptions: added optional field 'work_dir' (default: '')

v0.7.4

17 Feb 16:13

Choose a tag to compare

0.7.4 2026-02-17T16-12Z

Copy

  • fix(copy): skip PR close when running with --local/--skip-commit c98900

v0.7.3

13 Feb 07:27

Choose a tag to compare

0.7.3 2026-02-13T07-25Z

Root

  • fix(copy): skip entire sync when open PR is already from newer source 7a0d75

Config

  • config.PRDefaults: field 'body_template' default: 'Synced from {src_repo_name} @ {src_sha_short}\n\n
    \nSync Log\n\n\n{sync_log}\n\n\n
    \n' -> '\nSynced from {src_repo_name} @ {src_sha_short} ({src_commit_ts})\n\n
    \nSync Log\n\n\n{sync_log}\n\n\n
    \n'
  • config.SrcConfig: added optional field 'force_resync' (default: False)
  • config.SrcConfig: added optional field 'keep_pr_on_no_changes' (default: False)

Dep_Update

  • dep_update.DepConfig: added optional field 'keep_pr_on_no_changes' (default: False)

v0.7.2

12 Feb 19:29

Choose a tag to compare

0.7.2 2026-02-12T19-28Z

Config

  • config.SrcConfig: added optional field 'path_groups' (default: ...)
  • config.Destination: added optional field 'include_groups' (default: ...)

v0.7.1

12 Feb 18:23

Choose a tag to compare

0.7.1 2026-02-12T18-21Z

Copy

  • fix(cmd_copy): add warning for unknown comment prefix in sync process 01bca8

v0.7.0

11 Feb 08:23

Choose a tag to compare

0.7.0 2026-02-11T08-22Z

Config

  • New class MergeMethod
  • New class AutoMergeConfig
  • config.SrcConfig: added optional field 'auto_merge' (default: None)

Copy

  • copy.CopyOptions: added optional field 'no_wait' (default: False)
  • copy.CopyOptions: added optional field 'no_auto_merge' (default: False)

Dep_Update

  • BREAKING dep_update.PRConfig: removed field 'auto_merge'
  • dep_update.DepConfig: added optional field 'auto_merge' (default: None)

v0.6.2

10 Feb 15:31

Choose a tag to compare

0.6.2 2026-02-10T15-29Z

Other Changes

  • Chore: updated dependencies to supported indented markers