Skip to content

ServerPackCreator

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Apr 13:05

Automatic release of version: 1.5.4
Changes in this release:

Bug Fixes

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

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: