- FIX: Dall-e 3 images generated through the chat are being overcharged
- FIX: Users are not able to save the address at the checkout page to go to the payment page
- FIX: Users are not able to create new workspaces
- FIX: Users are not able to rename workspaces
- ENHANCEMENT: Synchronize ElevenLabs legacy voices as well
- FIX: Various minor bug fixes
- NEW: LaTeX support for mathematical formulas
- NEW: Implement member count limit (member cap) in workspaces based on plan
- NEW: Implement workspace count limit (workspace cap) globally and per user
- NEW: Add workspace usage log in app
- NEW: Develop admin analytics module
- NEW: Enable training assistants with PDF, DOCS, JSON, and other text-based files
- NEW: Implement capability to train assistants with web pages
- ENHANCEMENT: Copy and paste images directly from clipboard in chat interface
- ENHANCEMENT: Update Claude 3.5 Sonnet model to the latest version
- FIX: Unable to hide classifications even when the feature is disabled
- FIX: Avatars cannot generate initials for non-English characters
- FIX: Files are not being deleted when library item is removed
- FIX: Action buttons in the "Getting Started" section are not clickable on mobile
- FIX: Users are not auto-joining the invited workspace when email verification policy is set to strict
- FIX: 'instrumental' parameter must be a boolean in Composer tool
- FIX: Document titles are not being generated in languages other than English
- FIX: Code outputs in chat breaking mobile UI
- FIX: Mobile version lacks button to invite participants to workspace
- BUG: Cancelled subscription ends immediately instead of remaining active until end of billing cycle
- FIX: Composer tool returning timeout error
- FIX: Icons not visible on mobile landing page
- FIX: Claude Haiku model incorrectly calling file analysis capability when no file is uploaded
- Fixed: Corrected rendering of very small values on the credit ratios page
- Fixed: Resolved issue with tracking referral signups when using third-party login buttons
- Improved: Implemented various code optimizations and enhancements
- FIX: Resolved extra query input issue in the writer tool.
- FIX: Fixed 500 error occurring when selecting a currency other than USD.
- FIX: Removed unnecessary source files from the zip archive.(files starting with "._" symbols). Utilize the following terminal command to remove these files from your server:
```
find . -name '._*' -exec rm -rf {} +
```
Update Instructions:
- If you are unable to access the admin due to the 500 error, update the following files and clear the app cache:
- resources/views/templates/app/writer.twig
- src/Billing/Infrastructure/Currency/Exchange.php
- src/Billing/Infrastructure/Currency/RateProviders/NullRateProvider.php
- src/Presentation/RequestHandlers/Admin/SettingsRequestHandler.php
- src/Shared/Domain/ValueObjects/CurrencyCode.php
- /VERSION
- NEW: Azure TSS integration
- NEW: Voice management module
- NEW: Multi currency support
- NEW: Voiceover language filter
- NEW: New admin controls for features
- Set default language for Writer
- Set default model for Imagine
- Control imagine models globally
- Control voice over models globally
- Control chat models globally
- Set default model for Chat
- FIX: Various minor bug fixes and improvements
CHANGE LOG:
- NEW: AI Chat
- NEW: AI Chat Assistants
- NEW: AI Vision
- NEW: Option to resync plan snapshot configuration to the latest version
- FIX: Various minor bug fixes
- BUGFIX: Unable to download generated voices
UPDATE INSTRUCTION:
Update following files and clear the cache:
- /public/assets/app.js
- /public/assets/app.js.map
- /resources/views/templates/app/voiceover.twig
- /VERSION
- /resources/assets/js/app/voiceover.js
NEW: StabilityAI integration (text to image feature only)
NEW: Clipdrop integration (text to image feature only)
NEW: Clear cache directly from admin UI
NEW: Enable/Disable caching directly from admin UI
NEW: Enable/Disable debug mode directly from admin UI
NEW: Email verification system with 3 different policy: None, Relaxed, Strict
NEW: Google reCAPTCHA
NEW: Show Social Media Accounts, Business name and address on the footer
NEW: Api reference (Postman Collection)
ENHANCEMENT: Enhancements to the localization.
ENHANCEMENT: General enhancements to the imagine tool.
ENHANCEMENT: Landing page speed optimizations
BUGFIX: Payment gateways' status are now properly applied to the checkout UI
BUGFIX: Ai Writer responds in English only.
BUGFIX: Several other minor bugs fixed.
CHANGE LOG:
- FIX: Fatal error: Uncaught UnhandledMatchError: ...
UPDATE INSTRUCTION:
Following files should be updated:
- /src/Ai/Infrastruture/Services/ElevenLabs/TextToSpeechService.php