Version 2.7.2 / 05 Sep, 2024
- 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
Version 2.7.1 / 05 Sep, 2024
CHANGE LOG:
- FIX: Admin account is not being created after the installation
- FIX: 500 error after upgrading to the v2.7
UPDATE INSTRUCTION:
- Update following files:
- src/Shared/Infrastructure/Twig/CustomExtension.php
- src/Application.php
- src/Presentation/Resources/Admin/Api/AffiliateResource.php
- src/Presentation/Resources/Admin/Api/PayoutResource.php
- src/Presentation/Resources/Api/AffiliateResource.php
- src/Presentation/Resources/Api/PayoutResource.php
- /VERSION
Version 2.7.0 / 04 Sep, 2024
CHANGE LOG:
- NEW: Affiliate Module
- NEW: Integration of FLUX AI Models via Fal AI (Flux Pro, Flux Realism)
- NEW: Latest Stable Diffusion models: SD Ultra, SD Core, SD3 Large, SD3 Large Turbo, SD3 Medium
- NEW: Toggle Writer templates based on plan
- NEW: Toggle chat assistants based on plan
- NEW: Toggle chat models based on plan
- NEW: Global configuration for Safety check (toggle NSFW content - not available for all models)
- ENHANCEMENT: Improvements to the Imagine tool
- ENHANCEMENT: Option to set user password during new user creation in the admin panel
- ENHANCEMENT: Ability to inject custom script tags into authentication pages
- ENHANCEMENT: Localization improvements
- FIX: Voice Isolator output generation issue
- FIX: Assistant update errors
- FIX: Various bug fixes and performance enhancements
Version 2.6.0 / 11 Aug, 2024
CHANGE LOG:
- NEW: In-Chat Image Creation: Seamlessly generate images within the chat interface using integrated imagine tool.
- NEW: Multi-Format File Support in Chat: Send and ask questions about documents directly in chat. Works with PDF, DOC, DOCX, CSV, JSON, and other text files.
- NEW: Figma file for the landing page theme. Available for Extended License holders at
https://docs.aikeedo.com/settings/figma
- NEW: OpenAI gpt-4o-mini model
- NEW: OpenAI text-embedding-3-small model
- NEW: OpenAI text-embedding-3-large model
- NEW: OpenAI text-embedding-ada-002 model
- ENHANCEMENT: Enhanced Mobile UI: Discover a more user-friendly mobile interface.
- FIX: Various bug fixes and performance improvements.
Version 2.5.1 / 18 July, 2024
CHANGE LOG:
- FIX: Minor bug fixes and improvements
Version 2.5.0 / 14 July, 2024
CHANGE LOG:
- NEW TOOL: Classifier
- NEW TOOL: Voice Isolator
- NEW: Claude Sonnet 3.5
- NEW: Chat tool now able to scrap the given URL and scan for the asked information
- NEW: API Tokens
- NEW: Cost calculation for the Serper API usage
- NEW: Now its possible to adjust the accent color (Aikeedo's default green color) directly from the admin UI
- NEW: PWA support
- NEW: OneSignal Integaration for web push notifications
- ENHANCEMENT: Now assistant and model is being selected automatically based on the last message in the chat conversation
- ENHANCEMENT: Regenerate button added for the chat responses
- ENHANCEMENT: Search for on the dashboard page is now connected to the chat tool
- ENHAANCEMENT: Show information about the terms and policies at sign up page
- ENHANCEMENTS: Minor improvements to the mobile version. More is coming soon.
- FIX: When quality option selected for the imagine tool, app throws an error: '' is not one of ["standard","hd"] - 'quality'
- FIX: Clipdrop option is not available in imagine tool
- FIX: Various other bug fix and improvements
Version 2.4.3 / 02 July, 2024
CHANGE LOG:
- FIX: Unable to generate voices with Azure TTS and Google TTS
Version 2.4.2 / 21 June, 2024
CHANGE LOG:
- Enhancement: Language detection in Google Search capability in chat
Version 2.4.1 / 19 June, 2024
CHANGE LOG:
- Minor bug fix
Version 2.4.0 / 19 June, 2024
- NEW: Web search (real time web browsing) in chat
- NEW: Integration with Serper API
- NEW: Integration with Cohere AI
- NEW: New model: Command R+ (chat, writer, coder and title generator)
- NEW: New model: Command R (chat, writer, coder and title generator)
- NEW: New model: Command (chat, writer, coder and title generator)
- NEW: New model: Command Light (chat, writer, coder and title generator)
- ENHANCEMENT: Chat tool refactored to improve performance
- ENHANCEMENT: Added several missing translation strings
- FIX: Various bug fixes