> For the complete documentation index, see [llms.txt](https://nexas-ridewiz.gitbook.io/myagents.plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nexas-ridewiz.gitbook.io/myagents.plus/product-development/changelog/imagen+-changelog.md).

# Imagen+ (changelog)

**Version 1.7**

```
[NEW] FLUX Dev
[NEW] FLUX Pro
[NEW] FLUX 1.1 Pro
[NEW] FLUX Schnell
[NEW] Stable Diffusion Image Ultra
[NEW] Stable Diffusion Image Core
[NEW] Stable Diffusion 3 Medium
[NEW] Stable Diffusion 3 Large
[NEW] Stable Diffusion 3 Large Turbo
[NEW] Stable Diffusion 3.0 Medium
[NEW] Stable Diffusion 3.5 Large
[NEW] Stable Diffusion 3.5 Large Turbo
[NEW] API providers replaced with engines
[NEW] Option to enable multiple engines
[NEW] Selectable engine for image generation
[NEW] Customizable supported sizes for each engine
[NEW] Art styles configuration for each engine
[NEW] Lighting styles configuration for each engine
[NEW] Mood options for each engine
[NEW] hCaptcha integration added
[NEW] Cloudflare Turnstile integration added
[NEW] Google OAuth login provider
[NEW] Microsoft OAuth login provider
[NEW] Vkontakte OAuth login provider
[NEW] Maintenance mode added
[NEW] Simplified registration process
[NEW] Automatic sitemap generation
[NEW] Features section added to home page
[NEW] Admin engines management section
[NEW] Admin 2-Factor Authentication
[NEW] Admin cron job management section
[NEW] Admin captcha providers section
[NEW] Admin OAuth providers section
[UPDATE] Improve image generation box design
[UPDATE] Google reCAPTCHA relocated to the captcha providers section
[UPDATE] Facebook OAuth moved to the OAuth providers section
[PATCH] Compatibility update for PHP 8.2
[PATCH] Laravel 10.48.22 compatibility update
```

**Version 1.6**

```
[NEW] Image thumbnail generation
[NEW] WEBP conversion for faster image loading
[NEW] Support for direct URLs for images and S3
[NEW] Configurable image display count on the homepage and explore page
[UPDATE] Stable Diffusion API endpoint upgraded
[FIX] PayPal package error resolved
[FIX] Database installation issue fixed
```

**Version 1.5**

```
[NEW] OpenAI DALL-E 3 integration
[NEW] Support for Stability AI (Stable Diffusion 1.6)
[NEW] Default theme mode option (Auto, Light, Dark)
[NEW] Toggle visibility of the language menu in the navbar
[UPDATE] Updated dark mode color scheme
[FIX] Mollie payment error resolved
[FIX] Watermark display error fixed
[FIX] Dark logo display issue corrected
```

**Version 1.4**

```
[NEW] Added Stable Diffusion API
[NEW] Support for negative prompts
[UPDATE] Images open in the same window
```

**Version 1.3**

```
[NEW] Stability AI (Stable Diffusion) integration
[NEW] Image watermark feature added
[NEW] Option to enable/disable watermark per plan
[UPDATE] Home page generator box design refreshed
[UPDATE] Simplified signup process
[FIX] Stripe payment error resolved
[FIX] Mollie payment error corrected
[FIX] Installation permissions error resolved
```

**Version 1.2**

```
[NEW] Dark mode option
[NEW] Bad word filter added
[FIX] Pagination error in admin panel for generated images fixed
[FIX] DigitalOcean Spaces issue resolved
[FIX] Amazon S3 error corrected
[FIX] Storj Cloud storage error fixed
[FIX] Backblaze B2 issue resolved
[UPDATE] Subscription auto-renewal after expiration
[UPDATE] AI API section revised
```

**Version 1.1**

```
[NEW] Image visibility settings (Public/Private)
[NEW] Image search functionality
[FIX] Cloudflare R2 update error resolved
[FIX] Backblaze upload error fixed
```

**Version 1.0**

```
- Initial Release
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://nexas-ridewiz.gitbook.io/myagents.plus/product-development/changelog/imagen+-changelog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
