Skip to content

Release 3.0.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 14:29

3.0.0-alpha.2 (2021-08-29)

✂️ Refactor

  • Add additional catch for NPE. Fix typo in docs. Remove unused field. (b5f9042)
  • Just some renamings...nothing important. (2c65582)
  • Only provide translations for messages which actually have a need for translation. Error/debug messages mainly do not need to be translated, as those will be reported in issues, therefore I need to be able to read them. (2132baa)
  • Reverse lists of modloader versions to display in order of newest to oldest versions. Closes issue #74. (4534d87)

📔 Docs

  • Update table of methods (dabf028)

🦊 CI/CD

  • Add Breaking section to changelog (7165659)

🚀 Features

  • Add methods to reverse the order of a String List or String Array. Allows setting of lists in GUI with newest to oldest versions. (11d565e)
  • gui: Open server-icon.png in users default picture-viewer. From there on, users can open their favourite editing software. (d960dd2)
  • gui: Open server.properties in users default text editor via Edit->Open server.properties in Editor (1bf7533)
  • gui: Redesign help window. Users can choose what they need help with from a list, which then displays the help-text for the chosen item. (7c490a3)
  • gui: Set LAF for Java Args correctly. If javaArgs is "empty", display textField as "" to not confuse users. (462e7a1)

🛠 Fixes

  • Allow translating for full GUI as well as missing parts in backend. (366cb10)
  • Prevent encapsulateListElements from writing duplicate entries (1e64cd6)
  • When writing configfiles, encapsulate every element of String Lists in " in order to avoid problems described in issue #71. Fixes and closes issue #71. (0e029ec)

Other

  • Fix minor typo in language key (9177763)