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

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.15.0" serverNew frontend="1.14.0" frontendNew />

## ⭐ New Features

* Community administrators can permanently exclude members from a community. This prevents the blocked user from registering for further events of the community. *(commit: [a9766caa](https://github.com/Alf-Melmac/slotbot-frontend/commit/a9766caa0ec036c6de426a5fad11e0abbc2f207a), [466eacb2](https://github.com/Alf-Melmac/slotbot-frontend/commit/466eacb2a3a2d3137cc550a5567c2ba5994f2626), [6c6e6bb5](https://github.com/Alf-Melmac/slotbot-frontend/commit/6c6e6bb54d10ab8ca3078398359f276a8d5b5c40), [11656ec8](https://github.com/Alf-Melmac/slotbot-frontend/commit/11656ec86e1e4198edcfafb4f46d7c482bb1916a), [fda325a5](https://github.com/Alf-Melmac/slotbotServer/commit/fda325a574e83917d64adab47af5ae814d0d88b4), [16f5b3db](https://github.com/Alf-Melmac/slotbotServer/commit/16f5b3db5eb569af1e30323ecaf2f7fc353a41bc), [e5015fe4](https://github.com/Alf-Melmac/slotbotServer/commit/e5015fe4dc8608372873602f6ee24622643b6b52), [3a7017c4](https://github.com/Alf-Melmac/slotbotServer/commit/3a7017c4c30ae65c33858ce65ec6cb235815fef5), [61f64861](https://github.com/Alf-Melmac/slotbotServer/commit/61f64861a4efd7e8fce4dd977bf5d26b4b65d3d1), [929100c3](https://github.com/Alf-Melmac/slotbotServer/commit/929100c3e905fc70f1b11dd9877fe3d88db24ae1))*

* The community overview pages have been redesigned and the administration section has been moved to a separate page to improve clarity. *(commit: [6c6e6bb5](https://github.com/Alf-Melmac/slotbot-frontend/commit/6c6e6bb54d10ab8ca3078398359f276a8d5b5c40))*

* Closing a Discord thread now automatically archives the event in that thread. *(commit: [b375693e](https://github.com/Alf-Melmac/slotbotServer/commit/b375693e7813ac094f5ba81e49c4c975f7d08ea5))*

* When adding the bot, the person who added it automatically becomes the administrator of the community. This means that no manual setup is required to start using the Slotbot! *(commit: [d5d1e589](https://github.com/Alf-Melmac/slotbotServer/commit/d5d1e589daf936a8063a70a8d4d2e4775b1b33d7))*

## 🐞 Bug Fixes

* The Delete Event dialogue box can now also be closed using the Cancel button. *(commit: [704cc37b](https://github.com/Alf-Melmac/slotbot-frontend/commit/704cc37bdf5b6b8153f518e70efc0bcfc9bc9070))*

* When closing the Delete Event dialogue box, the deletion confirmation is reset correctly. *(commit: [704cc37b](https://github.com/Alf-Melmac/slotbot-frontend/commit/704cc37bdf5b6b8153f518e70efc0bcfc9bc9070))*

* The execution of the [Event Ping](/en/integrations/discord/bot-commands/event-ping) command is prevented if the bot does not have the right to send messages in this channel. *(commit: [7fe5e473](https://github.com/Alf-Melmac/slotbotServer/commit/7fe5e4736734e79889e0dbe6896109c5521a0318))*

## 🔮 Feature Preview

* Requirements for events, squads and slots. *([#517](https://github.com/Alf-Melmac/slotbot-frontend/pull/517), [#519](https://github.com/Alf-Melmac/slotbot-frontend/pull/519), [#521](https://github.com/Alf-Melmac/slotbot-frontend/pull/521), [#109](https://github.com/Alf-Melmac/slotbotServer/pull/109), [#110](https://github.com/Alf-Melmac/slotbotServer/pull/110), [#111](https://github.com/Alf-Melmac/slotbotServer/pull/111))*
