Releases: MineInAbyss/Keepup
Releases · MineInAbyss/Keepup
v3.1.0-alpha.2
v3.1.0-alpha.1
⛰️ 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
v3.0.0-alpha.4
🐛 Bug Fixes
- Support LATEST_RELEASE again - (b93122a)
v3.0.0-alpha.3
🐛 Bug Fixes
- Create template directory if it doesn't exist - (297ed8a)
v3.0.0-alpha.2
v3.0.0-alpha.1
⚙️ Miscellaneous Tasks
- Don't auto add /sync to in-place configs - (0bb8215)
v3.0.0-alpha.0
⛰️ 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)