Skip to content

Releases: MineInAbyss/Keepup

v3.1.0-alpha.2

07 Oct 02:15
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Correctly consume channel as results are being emitted - (00f86a3)
  • Correct release file path - (5597f2c)

⚙️ Miscellaneous Tasks

v3.1.0-alpha.1

07 Oct 00:43
Compare
Choose a tag to compare

⛰️ Features

  • File type checking (ex. don't accidentally download HTML as jar) - (3d19b22)

🐛 Bug Fixes

  • Update workflow to correctly upload release and publish to maven - (82058a8)
  • Download results channel never closing, resulting in command never finishing - (3d19b22)

🚜 Refactor

  • Move config command logic into api - (ff1f4e3)

⚙️ Miscellaneous Tasks

  • Bump version - (dc9a174)
  • Cleanup and split into api/cli modules - (82e5a7b)

v3.0.0-alpha.4

04 Oct 17:33
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Support LATEST_RELEASE again - (b93122a)

v3.0.0-alpha.3

28 May 04:31
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Create template directory if it doesn't exist - (297ed8a)

v3.0.0-alpha.2

28 May 04:13
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Not deep inheriting includes, handle cyclic includes case (earlier wins) - (2a13869)

⚙️ Miscellaneous Tasks

  • Disable auto escaping for pebble (keeps symbols like < >) - (2a13869)

v3.0.0-alpha.1

27 May 21:45
Compare
Choose a tag to compare

⚙️ Miscellaneous Tasks

  • Don't auto add /sync to in-place configs - (0bb8215)

v3.0.0-alpha.0

27 May 16:15
Compare
Choose a tag to compare

⛰️ 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)

v2.0.2

12 Apr 02:34
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Only write cache after a download finished, forces a re-download next time keepup runs - (1368876)
  • Set infinite timeout on http downloads, not just GitHub - (1368876)

v2.0.1

16 Mar 19:39
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Remove http timeout when downloading - (6e5b891)

v2.0.0

16 Mar 15:43
Compare
Choose a tag to compare

🔍 Other

⚙️ Miscellaneous Tasks

  • 2.0.0 - (d6f4d9e)
  • Update publich-packages to use publish-action - (311b187)