# v3.2.9 - 19th February 2026

## 🆕 All-Day bookings now show working hours

All-day bookings now display the **actual working hours time range** they represent (e.g., **08:00 – 18:00**). This helps users understand what “All Day” means for a specific building, especially where working hours vary by location.

### What’s changed

#### My bookings page

All-day booking cards now show:

* **Primary text:** All Day
* **Secondary text:** Working hours range (e.g., **08:00 – 18:00**) shown beneath in smaller, lighter text

#### Single-Day booking form

When selecting an **All Day** slot:

* The date remains the primary label
* The working hours range appears alongside it (e.g., **08:00 – 18:00**)

#### Multi-Day booking form

Slot type options now include working hour ranges:

* **All Day:** Open → Close (e.g., **08:00 – 18:00**)
* **Morning:** Open → 12:00 (e.g., **08:00 – 12:00**)
* **Afternoon:** 12:00 → Close (e.g., **12:00 – 18:00**)

This ensures multi-day bookings clearly show the time range being applied.

#### Home page schedule drawer

All-day bookings now display in the format:

**All Day (08:00 – 18:00)**

***

## 🆕 Meeting rooms can now be booked in 15-minute increments

Meeting rooms can now be booked in **15-minute increments**, allowing shorter and more flexible meetings while keeping the time picker easy to use.

### What’s changed

#### 15-Minute minimum duration for meeting rooms

Meeting room bookings can now be as short as:

* **2:00 PM – 2:15 PM**

Bookings shorter than 15 minutes are blocked with the validation message:

**“Minimum duration is 15 minutes”**

#### Manual time entry supports any minute value

When booking a meeting room:

* You can manually type times like **2:15 PM** or **2:45 PM**
* The time will be accepted (as long as it passes working hours validation)

#### Dropdown still shows 30-minute intervals

To keep the time picker simple for most users:

* The dropdown list still shows **:00 and :30** options for quick selection
* Manual entry enables 15-minute (or any) precision when needed

#### Larger time picker dropdown

The time picker dropdown is now taller


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.meetuma.ai/uma-knowledgebase/release-notes/web/2026/v3.2.9-19th-february-2026.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
