> ## 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 18.02.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.16.2" serverNew frontend="1.15.2" frontendNew />

## 🐞 Bug Fixes

* When editing the slot list, not all participants who have already been entered are deleted. `(Thanks to P4nd4 for reporting this)`. In addition, multiple squads or slots can be added again. *(commit: [80c42f05](https://github.com/Alf-Melmac/slotbotServer/commit/80c42f050adfd14de8873e3f359c790edfd6d7db))*

## 🔮 Feature Preview

* Configurable abbreviations for requirements. These abbreviations are used for the new display in Discord. *(commit: [3f15abad](https://github.com/Alf-Melmac/slotbot-frontend/commit/3f15abad7c50af2a4a82eb4f051ec8736181e72b), [e84c56f1](https://github.com/Alf-Melmac/slotbotServer/commit/e84c56f12c878dacfbbd191897ac4c34178d71f2))*
