ServerPackCreator
Automatic release of version: 1.5.4
Changes in this release:
Bug Fixes
- Fix path in Dockerfile (bfebc62b)
Build System / Dependencies
- Update to Gradle 6.8. Ensure we can update to 7.0 once released. Implement more tests/checks and test building of .exe for Windows. (3dfee414)
Chores
Continuous Integration
- Test Dockerfile (6f9e944e)
- Fix workflow (7d15ab51,dbcdebf2,ddd94967)
- Fix ID for executable upload (785573d6)
- Name jobs accordingly (0472fe83)
New Features
- Print input, ask user whether they agree to input, restart input when false. (338dbc00)
Other Changes
- Include .exe in releases. Update README with info regarding .exe. (694abc32)
- Don't enter cgen mode when using .exe (2cff7f31)
- Remove unnecessary " from conf (7490911c)
- Improve code quality, ensure streams are closed, improve readability. (81da552b)
- Minor changes to ignores. (df58a322)
- More readability changes. (5ae47708)
- More readability changes. Moved resources to de.griefed. Provided some example files. (829c0055)
- Try and make the code a little bit more readable. As well as some more work towards localization by replaces string concatenation with String.format(). Smaller under-the-hood changes. (8725cc41)
- Try and make the code a little bit easier to read. (8c92cde1)
Tests
- JUnit:
- More tests for FilesSetup. (4496cfd2)