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

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.17.1" serverNew frontend="1.16.1" frontendNew />

## 🔮 Feature-Vorschau

* Verbesserte Anzeige des Teilnehmer-Protokolls. *(commit: [d8600be6](https://github.com/Alf-Melmac/slotbot-frontend/commit/d8600be64951936977b4af9c1f35931cd7a46874), [8dce6371](https://github.com/Alf-Melmac/slotbotServer/commit/8dce6371a63d065781f0f978fa774e4381d50034))*

## 🔨 Technisches

* Administrative Möglichkeit, Communities zu verlassen. Für diejenigen, die nicht passen. :( *(commit: [71dd71cf](https://github.com/Alf-Melmac/slotbot-frontend/commit/71dd71cfa082ab7e09e8dd7d0d681162ae981ee3), [ce5b4205](https://github.com/Alf-Melmac/slotbotServer/commit/ce5b4205b920a55c3e229ec25b2a61754c87812c))*
