# Change Log

## 2024 Jul 11

* Filter out Webflow bots skewing results.
* "Scheduled" functionality for Tests. Start and end a Test automatically on specific dates.
* Integration with Mixpanel: [Docs](/integrations/mixpanel.md)
* Ability to connect a Conversion to more than one element.
* Setting to only count a Conversion once per Tested User
* Setting to only count a Conversion for Tests on the same page as the Conversion.
* Improve the format of data returned by Export.
* Automatically scheduled exports to email.
* Numerous performance improvements for the Webflow App.
* Numerous performance improvements for accounts with a lot of Tested Users.
* Numerous small improvements to the UI/UX and fixed various bugs.

## 2024 May 20

* Integration with Google Analytics 4: [Docs](/integrations/google/google-analytics-4.md)
* Force a variant based on a URL search param: [Docs](/features/tests/force-variants.md)
* Fix a bug with P2BB being inaccurate.
* Add the ability to invite Guest Users to your Optibase account.
* Migrated the Webflow App to V2.
* Made numerous small improvements to the UI/UX and fixed various bugs.

## 2024 Apr 18

* Major improvements to the Web App UI.
* Enable sorting of Tests, Conversions, and Variants.
* Add the ability to track users across different domains.
* Add support for Back-end Conversion Events.
* Fixed various bugs.

## 2024 Mar 29

* Added a Multivariate Test Type.
* Define the % traffic that should go to each Variant.
* Support for embedded Hubspot forms.
* Functionality to share Results of a Test publicly.
* Filter results by date.
* Filter exports by date.
* Restrict Tests based on Browser and OS.
* Made numerous improvements to the UI/UX and fixed various bugs.

## 2024 Mar 13

* Create a more detailed, separate Results Page in the Web App.
* Add Scroll Depth, Time on Page, and Page View Conversion Types.
* Disable Optibase for crawlers (Google Bot, etc.).
* Speed up the script initialization.
* Format large numbers.
* Add the ability to preview a specific Variant.
* Made numerous small improvements to the UI/UX and fixed various bugs.

## 2024 Feb 28

* Redesigned the Webflow App and made it more intuitive.
* Add the ability to hide columns in tables such as Views and Conversion Events.
* Made numerous small improvements to UI/UX and fixed various bugs.

## 2024 Feb 10

* Resolved an issue causing flickering, where the Main Variant was displayed before the Variant specifically selected for the Tested User.
* Optibase now monitors entire user sessions on your website, rather than tracking only a single page load.
  * Displayed Variants now remain consistent for each Tested User.
  * Conversion Events are now linked to previously shown variants, not just the current page.
* Introduced an Events page to view details about individual Views and Conversion events.
  * Also added Events tabs to the Test page for insights into Views and Conversion Events related to a specific test.
* Implemented the functionality to export all testing data in CSV format.
* Made numerous small improvements to UI/UX and fixed various bugs.


---

# 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.optibase.io/change-log.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.
