> ## 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 13.10.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.0" serverNew frontend="1.6.0" frontendNew />

## ⭐ New Features

* The [communities](https://slotbot.de/guilds) are now directly accessible from any page. But only if your screen is big enough. *(commit:* [*dd3a9677*](https://github.com/Alf-Melmac/slotbot-frontend/commit/dd3a9677d4e9ee114b2b8fdabf847f57a84a77b8)*)*
* New page with information about the expired login session. For example, if the same user has logged in too many times, or if their roles have changed. *(commit:* [*8a0b0008*](https://github.com/Alf-Melmac/slotbot-frontend/commit/8a0b0008d54041d519fe0e2b683590b388f7495c)*,* [*b1b991af*](https://github.com/Alf-Melmac/slotbot-frontend/commit/b1b991afe9e87067880a66b2f9862c51e75956f8)*)*
* Community role management *(commit:* [*6068afb4*](https://github.com/Alf-Melmac/slotbot-frontend/commit/6068afb4eb0776099f5ab99de95f7e7e876d0520)*,* [*2672d254*](https://github.com/Alf-Melmac/slotbot-frontend/commit/2672d254bb5ea0578684187042a283d4c653508f)*,* [*335af06b*](https://github.com/Alf-Melmac/slotbotServer/commit/335af06b47abf15780bbb45c6a155efbd09dd1c3)*,* [*eaa78d81*](https://github.com/Alf-Melmac/slotbotServer/commit/eaa78d819b829677097188d589e173463696e9d9)*,* [*9a985c72*](https://github.com/Alf-Melmac/slotbotServer/commit/9a985c72298f5321000dd0f7581ceb8b11fca0ba)*)*
* Permissions no longer need to be managed entirely through Discord roles. This also removes the need for the auto-generated Slotbot\_Admin and Slotbot\_Event\_Manage roles. On servers where these roles have already been created, they will not be removed automatically.
* Community administrators can grant community members the right to edit events and the community. Roles can also be synced with Discord roles.
* Community members are automatically removed when they leave the linked Discord server. *(commit:* [*04ac047e*](https://github.com/Alf-Melmac/slotbotServer/commit/04ac047ee4361fa7fda82709948b0223e7a35305)*)*
* With the new image upload, images can now be easily uploaded to events instead of having to insert a link. *(commit:* [*31cdeecc*](https://github.com/Alf-Melmac/slotbotServer/commit/31cdeecc7b2721119b32567905e14b855876d691)*)*
* This change is in preparation for the upcoming change for Discord links, which can no longer be used indefinitely outside the app: [https://www.reddit.com/r/DataHoarder/comments/16zs1gt/cdndiscordapp\_links\_will\_expire\_breaking/](https://www.reddit.com/r/DataHoarder/comments/16zs1gt/cdndiscordapp_links_will_expire_breaking/)

## 🐞 Bug Fixes

* Event editing sometimes displayed the state before the last change. *(commit:* [*49f066a7*](https://github.com/Alf-Melmac/slotbot-frontend/commit/49f066a7f72c1453ec5b1f1d22b55ce059140cf3)*)*
* Event pictures can be removed again. *(commit:* [*fee0f12c*](https://github.com/Alf-Melmac/slotbotServer/commit/fee0f12c248fbe3359a932bf56f2481239d31652)*)*
* Notifications are recalculated when a slot is deleted. *(commit:* [*7e0e8491*](https://github.com/Alf-Melmac/slotbotServer/commit/7e0e84917ab8fc11ffc5b9d9cbffc96e7f01df80)*)*
* Users who have not participated in an event could not open any events after logging in. `(Thanks Andy for the report)` *(commit:* [*54e6a489*](https://github.com/Alf-Melmac/slotbotServer/commit/54e6a489541c5a0bcbd6b58fb28a3084fffb8465)*)*
* Changing the slot via the website no longer causes an error. *(commit:* [*dce36c5e*](https://github.com/Alf-Melmac/slotbotServer/commit/dce36c5e460027041e97c9fef75397700d86fcce)*)*
* In addition to the [slot](/en/integrations/discord/bot-commands/slot) command, the [random slot](/en/integrations/discord/bot-commands/random-slot) command also sends the unslot and slot messages in the correct order when changing slots. *(commit:* [*dce36c5e*](https://github.com/Alf-Melmac/slotbotServer/commit/dce36c5e460027041e97c9fef75397700d86fcce)*)*
* A user's Steam ID can be removed again. *(commit:* [*24048d03*](https://github.com/Alf-Melmac/slotbotServer/commit/24048d03bf7f715da58d98c1b31a9a8af04bad3c)*)*

## 🔨 Technical

* Support for current browsers only. *(commit:* [*ceca85e5*](https://github.com/Alf-Melmac/slotbot-frontend/commit/ceca85e5bff33b86d2aaeae99aafec2d4729f77b)*)*
