Skip to content

Release 3.5.0-alpha.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jun 19:40

3.5.0-alpha.8 (2022-06-03)

✂️ Refactor

  • File copying: Gather a list of all files to be copied to the server pack and THEN copy them. Improves readibility of the copyFiles(...)-method. Delete your lang/lang_en_us.properties-file to receive the new text. (640ba07)

⏩ Performance

  • FileWatcher setup: Setup FileWatcher off-thread when running GUI, to improve startup-time of ServerPackCreator. (087bed5)

💎 Improvements

  • About window: Improve display of About text and improve the text itself. Delete your lang/lang_en_us.properties-file to receive the new text. (0d4193d)
  • Copy directories textfield: Turn textfield into a textarea much like clientside-only mods and JVM args. (9dfc606)
  • Copy Files and Directories: Allow specifying absolute paths to files and directories to include in the server pack. Example C:/foo/barwill result inbarbeing copied to the server pack asbar, and C:/foo/bar.file will result in bar.file being copied to the server pack as bar.file. (5978347)
  • i18n: Provide more language-keys for i18n. (1b5c695)
  • Java-path label and tooltip: Improve wording to reduce confusion as to what this setting is for. Please delete your lang/lang_en_us.properties-file. (f87537f)
  • SPC Window: Open ServerPackCreator in the center of the main display. (2020ca6)

🛠 Fixes

  • Symlink check: Prevent IllegalCharacterException in FileUtilities.isLink(...) when checking the given file whether it is a symlink but said file having a Windows-path. Rename commonutilities package to common. (a6c5c59)