> ## 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 29.12.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.8.0" serverNew frontend="1.7.0" frontendNew />

## ⭐ Neue Features

* Kein neues, aber deutlich besseres Design

  * Die Navigationsleiste ganz oben lässt mehr Raum für die wichtigen Inhalte. Insbesondere auf mobilen Geräten. *(commit: [1ded8075](https://github.com/Alf-Melmac/slotbot-frontend/commit/1ded807556549b7bd4cf9b1eae52b6c56b7511f6))*

  * Schriftgrößen passen sich dynamisch der Bildschirmgröße an. *(commit: [1ded8075](https://github.com/Alf-Melmac/slotbot-frontend/commit/1ded807556549b7bd4cf9b1eae52b6c56b7511f6), [82a28a36](https://github.com/Alf-Melmac/slotbot-frontend/commit/82a28a36f4ba83b431144c38916284a0cb472f38))*

  * Roboto wird jetzt auch wirklich überall genutzt und nicht nur heruntergeladen. *(commit: [1ded8075](https://github.com/Alf-Melmac/slotbot-frontend/commit/1ded807556549b7bd4cf9b1eae52b6c56b7511f6))*

  * Im Kalender hat der Event Titel nun nicht nur mehr Platz, sondern ist auch deutlich präsenter, da die Uhrzeit nur noch als Nebeninformation angezeigt wird. *(commit: [1ded8075](https://github.com/Alf-Melmac/slotbot-frontend/commit/1ded807556549b7bd4cf9b1eae52b6c56b7511f6))*

    * <Columns cols={3}>
        <img src="https://mintcdn.com/alfsentwicklungen/b6Zpb9K9ZRMVgzk9/images/faq/changelog/update-20231229/Changelog-122023-CalendarEvent-Old.jpg?fit=max&auto=format&n=b6Zpb9K9ZRMVgzk9&q=85&s=ed23e254e32c93c4a9079f7e140297c4" alt="" width="158" height="131" data-path="images/faq/changelog/update-20231229/Changelog-122023-CalendarEvent-Old.jpg" />

        <img src="https://mintcdn.com/alfsentwicklungen/b6Zpb9K9ZRMVgzk9/images/faq/changelog/update-20231229/Changelog-122023-CalendarEvent-New.jpg?fit=max&auto=format&n=b6Zpb9K9ZRMVgzk9&q=85&s=76881fd784161413884526f71e2b9529" alt="" width="158" height="133" data-path="images/faq/changelog/update-20231229/Changelog-122023-CalendarEvent-New.jpg" />
      </Columns>

  * Der heutige Tag ist im Kalender nicht mehr gelb eingefärbt, sondern das Datum selbst ist hervorgehoben. *(commit: [346873db](https://github.com/Alf-Melmac/slotbot-frontend/commit/346873db513c9b613507f161aa63b576531a6209), [edc2e8ba](https://github.com/Alf-Melmac/slotbot-frontend/commit/edc2e8baaab70ad3b0b8d0bd69fb3775321b5620))*

    * <Columns cols={3}>
        <img src="https://mintcdn.com/alfsentwicklungen/b6Zpb9K9ZRMVgzk9/images/faq/changelog/update-20231229/Changelog-122023-CalendarToday-New.jpg?fit=max&auto=format&n=b6Zpb9K9ZRMVgzk9&q=85&s=ce683ce6385ac48ef71b6be556df6d92" alt="" width="158" height="131" data-path="images/faq/changelog/update-20231229/Changelog-122023-CalendarToday-New.jpg" />

        <img src="https://mintcdn.com/alfsentwicklungen/b6Zpb9K9ZRMVgzk9/images/faq/changelog/update-20231229/Changelog-122023-CalendarToday-Old.jpg?fit=max&auto=format&n=b6Zpb9K9ZRMVgzk9&q=85&s=3421762f85802d41b9bc8f438403664c" alt="" width="158" height="133" data-path="images/faq/changelog/update-20231229/Changelog-122023-CalendarToday-Old.jpg" />
      </Columns>

  * Die Event-Details und Slotliste werden mobil übersichtlicher dargestellt und nutzen den verfügbaren Platz besser aus. *(commit: [53212965](https://github.com/Alf-Melmac/slotbot-frontend/commit/53212965ec9a3d2c099f880de4e2e1fc3d3d3446), [7c020e83](https://github.com/Alf-Melmac/slotbot-frontend/commit/7c020e835be4c6c55ed60e2c91db9a5d7a2b1936))*

* Willkommen an das TTT mit eigenem Design. *(commit: [91a42e40](https://github.com/Alf-Melmac/slotbot-frontend/commit/91a42e4022778251bbe96368a9dbe58b7e3841b1), [984fdf4a](https://github.com/Alf-Melmac/slotbot-frontend/commit/984fdf4af2123da37d12b1ff6b3a3955beae867a), [edc2e8ba](https://github.com/Alf-Melmac/slotbot-frontend/commit/edc2e8baaab70ad3b0b8d0bd69fb3775321b5620), [3599df2a](https://github.com/Alf-Melmac/slotbotServer/commit/3599df2ac448eb73b161a1d155c31e6b8aa1c900), [8837fc70](https://github.com/Alf-Melmac/slotbotServer/commit/8837fc70d4f1675f75b2541d90448534e0dec7aa), [bbbf4c75](https://github.com/Alf-Melmac/slotbot-frontend/commit/bbbf4c7508d33f946baa3f85754790bcfece8295), [16e70330](https://github.com/Alf-Melmac/slotbot-frontend/commit/16e70330769533aafeab2f5bcbd104ed5de785cd))*

* Die letzten verbleibenden Verweise auf das Discord CDN wurden ersetzt. Details siehe [Update 13.10.2023](/faq/changelog/update-13.10.2023). *(commit: [3599df2a](https://github.com/Alf-Melmac/slotbotServer/commit/3599df2ac448eb73b161a1d155c31e6b8aa1c900))*

* Neben den bereits unterstützten einfachen Text-Formatierungen werden nun auch Überschriften als gültige Formatierung erkannt und dargestellt. *(commit: [c06356e7](https://github.com/Alf-Melmac/slotbotServer/commit/c06356e7adbe436b25a28472ed15b63fe5952e37), [b41d6f3b](https://github.com/Alf-Melmac/slotbotServer/commit/b41d6f3bbbfb1f518e4089131fcf180fb078a538))*

* Falls der Bot keine administrativen Rechte hat, wird die Eventausgabe nicht abgebrochen, wenn er keine Rechte zum Editieren von Nachrichten hat und die Pin-Erfolgsmeldung nicht entfernen kann. *(commit: [1f9f5148](https://github.com/Alf-Melmac/slotbotServer/commit/1f9f5148bb2779f9d6da3fba210ecb2a2c2384df))*

* Als Event- und Archiv-Kanäle können nun neben den Standard-Textkanälen auch alle anderen Kanaltypen mit Chat verwendet werden. Dazu gehören unter anderem Threads, Forenbeiträge und Announcement-Kanäle. *(commit: [6880608d](https://github.com/Alf-Melmac/slotbotServer/commit/6880608d53b210eeb9354eea2154ffef1541b619))*

* Konsistente Benennung von Event statt Mission. *([#407](https://github.com/Alf-Melmac/slotbot-frontend/pull/407)) von [@MenomDE](https://github.com/MenomDE)*

* Für den Moment leitet die Startseite automatisch auf den Kalender weiter. Mehr dazu im nächsten Jahr. *(commit: [58b6ee39](https://github.com/Alf-Melmac/slotbot-frontend/commit/58b6ee391d9b6ff35275b09771ecccccdc6ec3b5))*

## 🐞 Fehlerbehebungen

* Events zwischen 23:00 und 23:59 Uhr werden im Kalender nicht mehr über zwei Tage hinweg angezeigt. *(commit: [6faa5be2](https://github.com/Alf-Melmac/slotbot-frontend/commit/6faa5be2f8fcb16fd4ea7dd4be1512ee842adf75))*

## 🔨 Technisches

* Das XSRF-Token wird nur noch im Dev-Modus an andere Hosts gesendet. *(commit: [65da465f](https://github.com/Alf-Melmac/slotbot-frontend/commit/65da465f4768f0bec618ddd43a4c83ad423bccec))*

* Die Schriftart Roboto wird nun statisch ausgeliefert, anstatt von den Google-Servern geladen zu werden. `(Danke Menom für den Hinweis)` *(commit: [1ded8075](https://github.com/Alf-Melmac/slotbot-frontend/commit/1ded807556549b7bd4cf9b1eae52b6c56b7511f6))*
