> ## Documentation Index
> Fetch the complete documentation index at: https://docs.slotbot.de/llms.txt
> Use this file to discover all available pages before exploring further.

# Update 08.05.2023

export const Releases = ({server, serverNew, frontend, frontendNew}) => {
  const New = () => {
    return <div style={{
      fontSize: '0.6875rem',
      borderRadius: '2rem',
      height: '1.25rem',
      lineHeight: '1.125rem',
      padding: '0 0.625rem',
      display: 'inline-grid',
      alignItems: 'center',
      width: 'fit-content',
      fontWeight: 700,
      color: '#00724d',
      background: '#e6fff3',
      overflow: 'hidden',
      textOverflow: 'ellipsis',
      textAlign: 'center',
      cursor: 'default'
    }}>
				NEU
			</div>;
  };
  return <Columns cols="2">
			<Card title={"Slotbot-Server"} href={`https://github.com/Alf-Melmac/slotbotServer/releases/tag/v${server}`}>
				{server} {serverNew && <New />}
			</Card>
			<Card title={"Slotbot-Frontend"} href={`https://github.com/Alf-Melmac/slotbot-frontend/releases/tag/v${frontend}`}>
				{frontend} {frontendNew && <New />}
			</Card>
		</Columns>;
};

<Releases server="2.3.0" serverNew frontend="1.3.0" frontendNew />

## ⭐ Neue Features

* Alle Nutzerprofilseiten lassen sich nun deutlich schneller aufrufen. *(commit: [7ae0e12d](https://github.com/Alf-Melmac/slotbotServer/commit/7ae0e12dab4eb755493b68839d255b113f1fd5d4))*

* Wird eine Discord-Nachricht der Eventausgabe gelöscht wird die Event-Verknüpfung aufgehoben und eine Warnmeldung ausgegeben, dass keine weiteren Aktualisierungen angezeigt werden. Das Event kann danach im selben oder anderen Kanälen neu hinzugefügt werden. *(commit: [9abffefd](https://github.com/Alf-Melmac/slotbotServer/commit/9abffefde4628c9e739466b15f6b46f44b41011b))*

* In den Event-Details auf der Website

  * wird der eigene Slot farblich hervorgehoben. *(commit: [0b2f093b](https://github.com/Alf-Melmac/slotbot-frontend/commit/0b2f093bd030f4c4184eede7b698b980fa1a80b2), [de5d4033](https://github.com/Alf-Melmac/slotbotServer/commit/de5d4033c99b39884155a2f38913c783094e1562))*

  * kann sich in zukünftigen Events auf verfügbare Slots eingetragen werden. *(commit: [40340230](https://github.com/Alf-Melmac/slotbot-frontend/commit/4034023028616658bcee71b5039afa985ad36579), [c08087ce](https://github.com/Alf-Melmac/slotbot-frontend/commit/c08087ce158d75157b4a5cc8a172703eaf73c420), [98d01151](https://github.com/Alf-Melmac/slotbotServer/commit/98d01151327df22d4ad6488fde91ea9523270876), [a461fbfc](https://github.com/Alf-Melmac/slotbotServer/commit/a461fbfcebcb6ad06dedd8c3530120ca5fd94204))*

  * kann sich abgemeldet werden. *(commit: [c389e010](https://github.com/Alf-Melmac/slotbot-frontend/commit/c389e0102cb58da1eb2fde020ba66b3555482c7e), [2f3a578f](https://github.com/Alf-Melmac/slotbotServer/commit/2f3a578f9350ee43b8c299d0108986494e5c019d))*

  * leiten die Anzeigen der Reservierungen auf die Gruppen-Übersichtsseiten weiter, wenn sie angeklickt werden. *(commit: [e948354f](https://github.com/Alf-Melmac/slotbot-frontend/commit/e948354ffe440feb49d1054e099a6dd12c88310f))*

* Beim Kopieren eines Events wird eine Ladeanimation angezeigt, solange die zu kopierenden Informationen noch geladen werden. *(commit: [ef702fb0](https://github.com/Alf-Melmac/slotbot-frontend/commit/ef702fb03004417bd27b898804512ded900adfb3), [877df68a](https://github.com/Alf-Melmac/slotbot-frontend/commit/877df68a6661825c0712e516cf0495123c91a6d5))*

## 🐞 Fehlerbehebungen

* Die Generierung von Fehlermeldungen konnte unter bestimmten Umständen fehlschlagen. *(commit: [ddbea280](https://github.com/Alf-Melmac/slotbotServer/commit/ddbea280550863883ed3cc82f6e8656c1409e8be))*

* Der [Archiv neu aufbauen](/integrationen/discord/bot-befehle/archiv-neu-aufbauen) Befehl gibt nur noch die Events, bzw. die mit Teilnahme, der eigenen Guild aus. *(commit: [28f2f554](https://github.com/Alf-Melmac/slotbotServer/commit/28f2f5548ecf5bb09f5852fae3da081343d459c8))*

* Beim Kopieren eines Events werden die neu eingetragenen Informationen nicht mehr überschrieben, wenn das Browserfenster neu fokussiert wird. *(commit: [877df68a](https://github.com/Alf-Melmac/slotbot-frontend/commit/877df68a6661825c0712e516cf0495123c91a6d5))*

## 🔨 Technisches

* Wird ein Eventkanal ohne Archivierung gelöscht wird die Verknüpfung automatisch aufgehoben. Danach kann dieses Event einem neuen Kanal zugeordnet werden. *(commit: [f25b1417](https://github.com/Alf-Melmac/slotbotServer/commit/f25b14174e68f578104132520646bd55a06d9e5d))*
