> ## 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 09.01.2024

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.9.0" serverNew frontend="1.7.1" frontendNew />

## ⭐ Neue Features

* Die Vorlagen für Event-Details können nun pro Community konfiguriert werden. *(commit: [9639c6f3](https://github.com/Alf-Melmac/slotbotServer/commit/9639c6f3717231f477362f7f09dfc51432e0874a))*

* Der Bot benötigt keine Administrator-Rechte mehr. Alle Details dazu im FAQ[#welche-rechte-benoetigt-der-discord-bot](/faq/faq#welche-rechte-benoetigt-der-discord-bot) *(commit: [c4b3e893](https://github.com/Alf-Melmac/slotbotServer/commit/c4b3e8938bd72e0e8895df8b4c4b456b8e9a694b))*

## 🐞 Fehlerbehebungen

* DAA zeigt wieder ihr eigenes Design. *(commit: [337b4b22](https://github.com/Alf-Melmac/slotbot-frontend/commit/337b4b22213d28cd7f52730f17857a201a6d62fa))*

* Der Link zur Hilfestellung für externe Kalender wurde aktualisiert. `(Danke Menom fürs Finden)` *(commit: [722977f7](https://github.com/Alf-Melmac/slotbot-frontend/commit/722977f752dca834cbb1c935b3eb6a2224793043))*
