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

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.20.1" serverNew frontend="1.19.1" frontendNew />

## ⭐ New Features

* Highlighting of the current day in the mobile event calendar. *(commit: [698560af](https://github.com/Alf-Melmac/slotbot-frontend/commit/698560afb7352704a2e72fc9237d2dc0c22cd360))*

## 🐞 Bug Fixes

* The footer no longer overlaps event cards in the mobile calendar view. *(commit: [5c55f7c8](https://github.com/Alf-Melmac/slotbot-frontend/commit/5c55f7c86a658daf14130ad26a88af1a77fb6ab0))*
* The number of available event details has been reduced to 22 to better reflect Discord's requirements. *(commit: [5702f359](https://github.com/Alf-Melmac/slotbot-frontend/commit/5702f3594487452eb7fbb3fd0dc6b59144db7354), [45c0c746](https://github.com/Alf-Melmac/slotbotServer/commit/45c0c746919450fc05f59d13e123644a6068eec0))*
* Error messages when adding an event to a Discord channel are now displayed correctly again. *(commit: [b78c369d](https://github.com/Alf-Melmac/slotbotServer/commit/b78c369d08df1f8ebea1ab96fc43d4a5d25afe1f))*
