> ## 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 15.11.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.7.1" serverNew frontend="1.6.1" frontendNew />

## 🐞 Fehlerbehebungen

* Leere Dateien werden nicht mehr als gültige Dateitypen akzeptiert. *(commit: [1269323c](https://github.com/Alf-Melmac/slotbotServer/commit/1269323cb46368a1744399b9509a56855a69926f))*

* Globale Rollen werden wieder als Berechtigung anerkannt. *(commit: [62dfa939](https://github.com/Alf-Melmac/slotbotServer/commit/62dfa939fba55f89e80ee3923375a5c5a0fc528f))*

* Änderungen der Community Sprache führt zu keinem Fehler. *(commit: [46035e0e](https://github.com/Alf-Melmac/slotbot-frontend/commit/46035e0e95ebde0c82df6b02d8c8dacfc29ca3b9))*
