Skip to content

Latest commit

 

History

History
167 lines (92 loc) · 7.6 KB

changelog.md

File metadata and controls

167 lines (92 loc) · 7.6 KB

Changelog

v1.5.1-beta (2024-04-09)

Full Changelog

🔀 Merged:

  • Bump to GCM v2.0.785 #78 (@kzu)

v1.4.1 (2022-11-17)

Full Changelog

🔀 Merged:

  • +M▼ includes #65 (@github-actions[bot])
  • +M▼ includes #62 (@github-actions[bot])

v1.4.0 (2022-06-29)

Full Changelog

✨ Implemented enhancements:

  • Decrease package size by building 3.1 and using rollForward #56

🔀 Merged:

  • Bump to latest GCM main #60 (@kzu)

v1.3.1 (2021-10-27)

Full Changelog

🐛 Fixed bugs:

  • When same Url file, different target path, does not update multiple #54

v1.3.0 (2021-10-04)

Full Changelog

✨ Implemented enhancements:

  • Allow flattening entire directory structure #52
  • Allow specifying a relative directory for target file #49

v1.2.1 (2021-07-16)

Full Changelog

✨ Implemented enhancements:

  • Include readme in package for better discoverability #47

v1.2.0 (2021-05-07)

Full Changelog

✨ Implemented enhancements:

  • When no target path is provided, recreate source URI folder structure by default #37

🐛 Fixed bugs:

  • When normalizing target path, leading dot in filename is removed #43
  • When passing base directory for single-file download, default file path should be appended #41

🔀 Merged:

  • Implement default path heuristics for easier directory structure cloning #38 (@kzu)

v1.0.1 (2021-03-01)

Full Changelog

✨ Implemented enhancements:

  • Checking changes now takes too long because of sha retrieval #32

v1.0.0 (2021-02-26)

Full Changelog

✨ Implemented enhancements:

  • Allow generating a changelog for updated/synced files #30
  • Persist the commit if available when updating file #28

🔀 Merged:

  • Allow generating a changelog for updated/synced files #31 (@kzu)
  • Store commit sha if available when updating file #29 (@kzu)
  • 🖆 Apply kzu/oss template via dotnet-file #27 (@kzu)

v0.9.4 (2021-01-25)

Full Changelog

🔨 Other:

  • Rename Microsoft.DotNet namespace to Devlooped #25

🔀 Merged:

  • Rename Microsoft.DotNet namespace to Devlooped #26 (@kzu)
  • ⭮ Switch to devlooped/oss template repo upstream #24 (@kzu)
  • ♡ Add sponsors section #23 (@kzu)
  • 🖆 Apply devlooped/oss template #22 (@kzu)
  • 🖆 Apply kzu/oss template #20 (@kzu)

v0.9.3 (2020-12-15)

Full Changelog

✨ Implemented enhancements:

  • Allow seeding from remote .netconfig URL(s) #18

🔀 Merged:

  • 🌱 Create init command to seed directory from remote config #19 (@kzu)

v0.9.2 (2020-12-10)

Full Changelog

🐛 Fixed bugs:

  • When file exists locally but was deleted from remote, update stops with failure #16
  • When updating file under .NET Core 2.1, download fails if local file exists #15

v0.9.1 (2020-12-09)

Full Changelog

✨ Implemented enhancements:

  • Allow tool to run under dotnet 2.1 and 5.0 #14
  • Provide repository information in the package #13

v0.9.0 (2020-12-08)

Full Changelog

✨ Implemented enhancements:

  • Add prune command to remove files that no longer exist in the upstream #8
  • Leverage ContentMD5 header if present #1

🔨 Other:

  • Allow skipping entries for update/add of GitHub repo/folder urls #10
  • Providing no args throws exception #6

🔀 Merged:

  • 🖆 Apply kzu/oss template via dotnet file #11 (@kzu)
  • Add Sync operation #9 (@kzu)
  • Download to temp then move to local file #5 (@atifaziz)
  • Support HTTP de/compression #4 (@atifaziz)
  • Don't fail if no files are configured for downloading #3 (@kzu)

* This Changelog was automatically generated by github_changelog_generator