> ## 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 21.11.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.19.0" serverNew frontend="1.18.0" frontendNew />

## ⭐ New Features

* A whole set of mobile upgrades:
  <img src="https://mintcdn.com/alfsentwicklungen/R9sT0X0JtadNzbUf/images/faq/changelog/update-20251121/Mobile-Calendar.png?fit=max&auto=format&n=R9sT0X0JtadNzbUf&q=85&s=8118b0189c0cad2352af974f68809778" alt="" width="740" height="800" data-path="images/faq/changelog/update-20251121/Mobile-Calendar.png" />
  * New weekly view for the event calendar. *(commit: [e80e7e51](https://github.com/Alf-Melmac/slotbot-frontend/commit/e80e7e519bd9762b1ee3fef35013f4928719401f))*
  * Refined navigation and footer. Menu items no longer disappear; they tuck into an overflow menu. *(commit: [b3c57815](https://github.com/Alf-Melmac/slotbot-frontend/commit/b3c57815a644d5428d2ef275b6c549e7bfcb19b7))*
  * Most browsers now prompt you to install Slotbot to your home screen. Once installed, it behaves just like a native app. *(commit: [e92591f5](https://github.com/Alf-Melmac/slotbot-frontend/commit/e92591f54ba3e019dbebee23704d2d93c6991d9b))*
* Calendar and event details now display which community is hosting the event. *(commit: calendar [e80e7e51](https://github.com/Alf-Melmac/slotbot-frontend/commit/e80e7e519bd9762b1ee3fef35013f4928719401f), [eaf5c096](https://github.com/Alf-Melmac/slotbotServer/commit/eaf5c09641fc43791b9e98d05f8ecf0d3565875d) event details [cd309655](https://github.com/Alf-Melmac/slotbot-frontend/commit/cd309655c06686006f45a990a1d1b2e615951725), [6cec3ea5](https://github.com/Alf-Melmac/slotbotServer/commit/6cec3ea52ec84329f673cdb10264cc405fc3f14f))*
* The calendar also displays the name of the event type, not just the color. *(commit: [e80e7e51](https://github.com/Alf-Melmac/slotbot-frontend/commit/e80e7e519bd9762b1ee3fef35013f4928719401f), [eaf5c096](https://github.com/Alf-Melmac/slotbotServer/commit/eaf5c09641fc43791b9e98d05f8ecf0d3565875d))*
* Language selection is also available for users who are not logged in. *(commit: [b3c57815](https://github.com/Alf-Melmac/slotbot-frontend/commit/b3c57815a644d5428d2ef275b6c549e7bfcb19b7))*
* The [Getting Started Guide](/en/getting-started) is now linked right above the global calendar to help new communities get started more quickly. *(commit: [89f0daf5](https://github.com/Alf-Melmac/slotbot-frontend/commit/89f0daf562ccf8a3cd548f5dbf3962447b28a566), [1140ebf3](https://github.com/Alf-Melmac/slotbot-frontend/commit/1140ebf3eda11f32a36197250aae605c72499bc4))*
* While editing an event description or composing a new homepage post ... *(commit: [c3ec6c6a](https://github.com/Alf-Melmac/slotbot-frontend/commit/c3ec6c6ad68738d8778b5ecd99713b0b874dc259))*
  * you now see a drop indicator when dragging blocks or images, so it is clear where content will land.
  * the currently selected image receives a subtle outline.
  * focusing an image no longer offers text-highlighting controls.
* In the event details, event planners can see when participants slotted, unslotted and swapped slots with each other. This information is also available for past events. *(commit: [f4927bbb](https://github.com/Alf-Melmac/slotbot-frontend/commit/f4927bbbfcdebe61900798fbd6e852bd7211db45))*
* Event requirements are now available to everyone. Learn more about [configuring requirements](/en/communities/event-requirements). *(commit: [cd50d421](https://github.com/Alf-Melmac/slotbot-frontend/commit/cd50d42113f2523108023baa77ce7e3233eaefae), [c1127cac](https://github.com/Alf-Melmac/slotbotServer/commit/c1127cac0b29b581b7b5e02793b330cb002268c3))*
* TTT-Winter-Design *([#609](https://github.com/Alf-Melmac/slotbot-frontend/pull/609) by [MenomDE](https://github.com/MenomDE))*

## 🐞 Bug Fixes

* Communities with an enabled homepage were redirected to the calendar instead of landing on their homepage. *(commit: [cfa4f74c](https://github.com/Alf-Melmac/slotbot-frontend/commit/cfa4f74c6ef74a4600d18ed5d41ce21dadc1e4aa))*
* Communities that include their name inside the logo now show their name on smaller screens. *(commit: [b3c57815](https://github.com/Alf-Melmac/slotbot-frontend/commit/b3c57815a644d5428d2ef275b6c549e7bfcb19b7))*
* When an error occurred, two calendars were visible. One had skeletons and the other was empty. *(commit: [e80e7e51](https://github.com/Alf-Melmac/slotbot-frontend/commit/e80e7e519bd9762b1ee3fef35013f4928719401f))*
* Rows that only resemble lists and are labelled with a number no longer increase the character limit by one more than necessary. *(commit: [8bff29fe](https://github.com/Alf-Melmac/slotbot-frontend/commit/8bff29fe4db4921ec54af842fd5f54dfa9ffa2ec))*

## 🔨 Technical

* Upgraded to Java 25 *(commit: [962783af](https://github.com/Alf-Melmac/slotbotServer/commit/962783af8ea9174992835e27d485411de25246b8))*, supported Discord Components v2 *(commit: [cb62f66d](https://github.com/Alf-Melmac/slotbotServer/commit/cb62f66dd3d0a5ff5c05896a03b6fb9f574f4795))*, and rolled out Mantine v8 *([#606](https://github.com/Alf-Melmac/slotbot-frontend/pull/606))*.
