# October 2022

### October 18th

* Fixed page titles not appearing on custom pages
* Added a customer app preference setting for Theater Mode on Lessons with videos.
* Theater mode now expands to 100% of the screen
* Topic replies marked as correct have an improved design across dark and light themes.
* Fixed color picker not working on manually added variants for custom merch
* Customer accounts will now be locked if exceeding more than 5 failed login attempts, and admins have the capability to unlock customer accounts.
* Improved [Mailchimp Tag](/managing-your-site/settings/integrations/mailchimp.md#mailchimp-tags) syncing - now syncing status-pending and status-pending-canceled Mailchimp tags for subscriptions that have not yet been paid for, or for subscriptions that have been removed after the customer clicks "no thanks" on the abandoned subscription CTA
* Improved notification display for questions asked on lessons
* Fixed Wistia Stat API authentication
* Changed reports to calculate from sub\_total as opposed to total\_cents (which includes tax and shipping)
* When creating a course, the current author is now pre-selected as the course author
* Fixed container classes causing a shift of filtering items on content views
* Enabled the slimmed down version of the editor for subscription plan descriptions
* Changed community topic title to be an h1 tag (retaining h4 styling)
* Moved the site title from an h1 tag to an h2 tag


---

# 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://docs.mavenseed.com/changelog/2022/october-2022.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.
