Skip to content

v3.0.0-alpha.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 May 16:15

⛰️ Features

  • (config) Get basic config sync working, targets defined in a yml file - (fb066a1)
  • (config) Support auto deleting untracked files, skipping synced files based on size and timestamp - (fb066a1)
  • (templates) Reduce variables smarter - (6a46476)
  • (templates) Implement templating using Pebble. Variables are read from inventory and templates cached in a chache dir - (e8f70c4)
  • Allow inheriting other configs, simplify inventory definition a bit - (eb3c1f0)
  • Start working on configs syncing and auto deleting untracked files - (dec4b49)

🐛 Bug Fixes

  • (templates) Hash variables used when caching template to update on change - (6a46476)

🚜 Refactor

  • Split plugins and configs into separate subcommands - (fb066a1)

⚙️ Miscellaneous Tasks

  • (templates) Change some arguments to required options for clarity, since everything is a path - (e95606a)
  • (templates) Catch templating errors and print an info message - (56bc139)
  • Move to gradle version catalogs - (62d7a43)
  • Update deps, Kotlin 2.0 - (62d7a43)