Update 14.05.2021

🗒️ Noteworthy

  • The URL for event editing has changed from/edit/{id} to /{id}/edit. (commit: 9acc42b6)

  • In the course of the event system changeover, the API outputs regarding the event details have changed. Since no system processes the details of an event so far, there is no new API version.

⭐ New Features

  • New command RandomSlot. (commit: 4dedaa7e)

  • Invalid API requests due to missing arguments, for example, are now rejected with a meaningful error message. (commit: 85fa8837)

  • Entire event system converted. Events are now general and not only Arma-related.

    • "Event types" now group events. These describe the game and any details about it. These are displayed in the event details at the top and in the Discord in the footer of the events.

    • 23 "Event fields" describe game-related details that are determined by the mission builder.

    • The Event Wizard has therefore received a complete overhaul and now contains the detail fields on the second page.

    • Standard details for the type "Arma 3" have been inserted as an example.

  • Colours for events.

    • Depending on the event type set, selected colours are now displayed both on the website and in Discord.

  • In the event details there is now a back button to get to the calendar. (commit: b9f7ca16)

  • The creator of a mission is now displayed in the event details.

  • The description of an event now opens below the image, making longer texts easier to read.

  • In the event calendar, the name of the event is now also displayed when hovering over an event. (commit: f7ee902a)

  • The reference to the "Impressum & Datenschutzerklärung" in the footer has been reduced in size. (commit: 7dd08e52)

  • Superfluous spaces before and after entries in events are now removed. (Greetings to Teshaz) (commit: da3c8b43, 79d66e43)

🐞 Bug Fixes

  • In the expected error case, a 500 status code was mistakenly sent instead of a 400. (commit: 1507870d)

  • In rare cases, the slot list is deleted instead of the pin information. (Thanks Ossi for pointing out this problem) (commit: def26af4)

  • If you navigate back to the calendar from an event using the browser's Back button, the loading circle does not disappear. (Thanks to Nameless for finding this bug) (commit: 4e415ccd)

  • During event creation, it was not possible to navigate within text fields using the arrow keys, as jumping between wizard steps was preffered. (commit: a8f15b56)

  • If the external server is not available for filling the administrative server administration, an error was thrown. (Thanks to Phil for turning off the server) (commit: ea1d3e56)

  • Corrected spelling errors in bot responses and command aliases. (commit: e1ecdef4)

Last updated