> ## 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 16.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.1" serverNew frontend="1.15.1" frontendNew />

## 🐞 Bug Fixes

* Error message after importing a mission.sqm. `(Thanks GSG9_abzocker for pointing that out)` *(commit: [b947baaf](https://github.com/Alf-Melmac/slotbotServer/commit/b947baafe2661cdcddd7d19a75145e09b814fe71))*

* Improvements to the storage of changes in the slot list of an event. Among other things, this prevents notifications from being sent in error about an unslot that did not take place. *(commit: [9855000f](https://github.com/Alf-Melmac/slotbotServer/commit/9855000f05f069cc8bc9c97e714a1d642786d134))*

## 🔮 Feature Preview

* The assignment of requirements without self-assignment is only possible when the characteristic preview is activated. *(commit: [b5b7fb85](https://github.com/Alf-Melmac/slotbot-frontend/commit/b5b7fb854d3d9de055b14636b9c5c9d17f40af44))*

* Requirement lists can be deleted. *(commit: [2746feac](https://github.com/Alf-Melmac/slotbot-frontend/commit/2746feac5210dac2fe363ef21b8f327fc92f23e1), [5ce60391](https://github.com/Alf-Melmac/slotbotServer/commit/5ce60391573b5f82adeabe2f6d305fb59cb91f00))*

* Added missing translation for inherited squad requirements in the slot rules. *(commit: [d95c1bdb](https://github.com/Alf-Melmac/slotbot-frontend/commit/d95c1bdb31e80382769758c310d42ae3a04c5da9))*

* After successfully editing the slot list with requirements, it continued to be displayed as edited and the user was prompted to save again. *(commit: [d95c1bdb](https://github.com/Alf-Melmac/slotbot-frontend/commit/d95c1bdb31e80382769758c310d42ae3a04c5da9))*
