Aikeedo Logomarm
Back

What is new?

Stay updated with the latest features, enhancements, and bug fixes in Aikeedo. Learn about the new capabilities and improvements in each release.

v2.9.4

3 Nov, 2024

Bug fix 🪲

Fixed Azure voice samples loading

Resolved an issue where Azure voice samples were not loading properly.

Bug fix 🪲

Corrected post-signup checkout redirection

Fixed a redirection issue where users were being sent to the checkout page after completing signup and payment through pricing section.

Improvement ⚙️

Internal improvements

Various small internal improvements to enhance system performance.

v2.9.3

1 Nov, 2024

Improvement ⚙️

Minor internal improvements

Various small internal improvements to enhance system performance.

v2.9.2

30 Oct, 2024

Bug fix 🪲

Fixed DALL-E 3 chat image pricing

Corrected overcharging issue for DALL-E 3 images generated through chat.

Bug fix 🪲

Resolved checkout address submission

Fixed an issue preventing users from saving addresses during checkout.

Bug fix 🪲

Fixed workspace management

Addressed issues preventing users from creating and renaming workspaces.

Improvement ⚙️

Enhanced ElevenLabs voice synchronization

Added support for synchronizing legacy ElevenLabs voices.

v2.9.1

24 Oct, 2024

Bug fix 🪲

Minor bug fixes

Addressed various small issues to improve overall system stability and performance.

v2.9.0

23 Oct, 2024

New feature 🔥

LaTeX support for math formulas

Added support for rendering LaTeX mathematical formulas in chat and other text-based tools.

New feature 🔥

Workspace member and count limits

Implemented plan-based limits on the number of members per workspace and the total number of workspaces globally and per user.

New feature 🔥

Workspace usage logging

Introduced in-app logging of workspace usage for better tracking and management.

New feature 🔥

Admin analytics module

Added a comprehensive analytics module for administrators to gain insights into system usage and performance.

New capability ✔️

Enhanced AI assistant training

Enabled training of AI assistants using PDF, DOCS, JSON, and other text-based files, as well as web pages.

Improvement ⚙️

Clipboard image support in chat

Added the ability to copy and paste images directly from the clipboard in the chat interface.

Improvement ⚙️

Updated Claude 3.5 Sonnet model

Upgraded to the latest version of the Claude 3.5 Sonnet model for improved AI capabilities.

Bug fix 🪲

Fixed classification hiding

Resolved an issue where classifications couldn't be hidden even when the feature was disabled.

Bug fix 🪲

Improved avatar initial generation

Fixed a problem where avatars could only generate initials for English characters.

Bug fix 🪲

Corrected library item deletion

Addressed an issue where files were not being deleted when removing library items.

Bug fix 🪲

Fixed mobile UI issues

Resolved various mobile UI problems, including non-clickable action buttons on the 'Getting Started' page and missing workspace invitation buttons.

Bug fix 🪲

Corrected workspace auto-join behavior

Fixed an issue where users were not automatically joining invited workspaces when email verification policy was set to strict.

Bug fix 🪲

Addressed Composer tool errors

Fixed a bug where the Composer tool was returning timeout errors and corrected the 'instrumental' parameter type.

Bug fix 🪲

Improved multi-language document title generation

Fixed an issue where document titles were only being generated in English.

Bug fix 🪲

Resolved chat code output display on mobile

Fixed a bug where code outputs in chat were breaking the mobile UI.

Bug fix 🪲

Corrected subscription cancellation behavior

Fixed an issue where cancelled subscriptions were ending immediately instead of remaining active until the end of the billing cycle.

Bug fix 🪲

Addressed Claude model file analysis

Corrected a problem where the Claude haiku model was calling file analysis capabilities even when no file was uploaded.

Bug fix 🪲

Fixed landing page icon visibility on mobile

Resolved an issue where icons were not visible on mobile devices on the landing page.

v2.8.2

26 Sep, 2024

Bug fix 🪲

Fixed JS file loading on auth pages

Resolved an issue where JavaScript files were not loading properly on authentication pages.

v2.8.1

25 Sep, 2024

Bug fix 🪲

Fixed assets not loading on installation page

Resolved an issue where assets were not being properly loaded on the installation page, ensuring a smoother setup process for new users.

v2.8.0

25 Sep, 2024

New tool 💥

Introduced Composer tool for music and sound creation

Added a new tool that allows users to create music and sounds directly within the platform.

New integration 🔗

Integrated Suno AI for enhanced audio capabilities

Implemented Suno AI integration to provide advanced audio generation features.

New feature 🔥

Enabled file analysis for Claude and Cohere models

Added functionality for file analysis using Claude and Cohere AI models, expanding the platform's analytical capabilities.

New model ⚡

Introduced new FLUX.1 models: [dev] and [schnell]

Expanded model offerings with the addition of FLUX.1 [dev] and FLUX.1 [schnell], providing more options for AI-powered tasks.

New model ⚡

Added support for OpenAI o1-preview and o1-mini models

Integrated new OpenAI models, o1-preview and o1-mini, to offer users access to the latest AI technologies.

Improvement ⚙️

Enhanced OpenAPI Specification (OAS)

Made significant improvements to the OpenAPI Specification, enhancing API documentation and integration processes.

Bug fix 🪲

Implemented various fixes and improvements

Addressed multiple issues and made general enhancements across the platform to improve overall performance and user experience.

v2.7.3

11 Sep, 2024

Bug fix 🪲

Improved rendering of small values on credit ratios page

Enhanced the display of very small numerical values for better readability.

Bug fix 🪲

Enhanced referral signup tracking for third-party logins

Resolved an issue affecting the accurate tracking of referral signups when users utilize third-party login buttons.

Improvement ⚙️

Implemented code optimizations and enhancements

Various improvements to code efficiency and overall system performance.

v2.7.2

05 Sep, 2024

Bug fix 🪲

Resolved extra query input issue in writer tool

Fixed a problem where unnecessary query inputs were appearing in the writer tool interface.

Bug fix 🪲

Addressed 500 error when selecting non-USD currency

Corrected a server error that occurred when users selected a currency other than USD.

Improvement ⚙️

Removed unnecessary source files from zip archive

Cleaned up the zip archive by removing files starting with '._' symbols, improving package efficiency.


Update Instructions

Utilize the following terminal command to remove these files from your server:

find . -name '._*' -exec rm -rf {} +

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

v2.7.1

05 Sep, 2024

Bug fix 🪲

Resolved admin account creation issue post-installation

Fixed a bug preventing the creation of an admin account after completing the installation process.

Bug fix 🪲

Addressed 500 error after upgrading to v2.7

Corrected a server error that was occurring for some users after upgrading to version 2.7.


Update Instructions

Update the following files and clear the app cache:

  • /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

v2.7.0

04 Sep, 2024

New feature 🔥

Introduced Affiliate Module

Added a new affiliate system to expand user engagement and growth opportunities.

New integration 🔗

Integrated FLUX AI Models via Fal AI

Incorporated Flux Pro and Flux Realism models to enhance AI capabilities.

New model ⚡

Added latest Stable Diffusion models

Introduced SD Ultra, SD Core, SD3 Large, SD3 Large Turbo, and SD3 Medium for improved image generation.

New feature 🔥

Implemented plan-based feature toggling

Added ability to enable/disable writer templates, chat assistants, and chat models based on user plans.

New feature 🔥

Added global NSFW content filter configuration

Introduced a safety check toggle to filter NSFW content across supported models.

Improvement ⚙️

Enhanced Imagine tool

Various improvements to the Imagine tool for better user experience and functionality.

Improvement ⚙️

Added password setting for new user creation in admin panel

Administrators can now set passwords when creating new users through the admin interface.

Improvement ⚙️

Enabled custom script injection in authentication pages

Added the ability to inject custom script tags into authentication pages for enhanced flexibility.

Improvement ⚙️

Enhanced localization

Improved language support and translations throughout the application.

Bug fix 🪲

Resolved Voice Isolator output generation issue

Fixed a problem affecting the generation of outputs in the Voice Isolator tool.

Bug fix 🪲

Addressed assistant update errors

Corrected issues occurring during the update process for AI assistants.

v2.6.0

11 Aug, 2024

New feature 🔥

In-Chat Image Creation

Integrated the imagine tool directly into the chat interface for seamless image generation.

New capability ✔️

Multi-Format File Support in Chat

Added support for sending and querying various document types (PDF, DOC, DOCX, CSV, JSON, etc.) directly in chat.

New feature 🔥

Figma file for landing page theme

Provided Figma file for the landing page theme to Extended License holders.

New model ⚡

New OpenAI models

Added support for gpt-4o-mini, text-embedding-3-small, text-embedding-3-large, and text-embedding-ada-002 models.

Improvement ⚙️

Enhanced Mobile UI

Improved the mobile interface for a more user-friendly experience.

Bug fix 🪲

Various bug fixes and performance improvements

Addressed multiple issues and optimized overall system performance.

v2.5.1

18 July, 2024

Bug fix 🪲

Minor bug fixes and improvements

Addressed various small issues and made general enhancements to the system.

v2.5.0

14 July, 2024

New tool 💥

New Classifier tool

Introduced a new Classifier tool for improved data categorization.

New tool 💥

New Voice Isolator tool

Added a Voice Isolator tool for enhanced audio processing capabilities.

New model ⚡

Claude Sonnet 3.5 integration

Integrated the latest Claude Sonnet 3.5 model for improved AI interactions.

New capability ✔️

URL scraping in Chat tool

Enhanced the Chat tool to scrape and analyze information from given URLs.

New feature 🔥

API Tokens

Implemented API token functionality for secure API access.

New feature 🔥

Serper API cost calculation

Added cost calculation feature for Serper API usage.

New feature 🔥

Customizable accent color

Enabled accent color customization directly from the admin UI.

New feature 🔥

PWA support

Added Progressive Web App (PWA) support for improved mobile experience.

New integration 🔗

OneSignal Integration

Integrated OneSignal for web push notifications.

Improvement ⚙️

Automatic assistant and model selection

Implemented automatic selection of assistant and model based on the last message in chat conversations.

Improvement ⚙️

Added regenerate button for chat responses

Introduced a regenerate button to easily refresh chat responses.

Improvement ⚙️

Enhanced dashboard search functionality

Connected the dashboard search to the chat tool for improved user experience.

Improvement ⚙️

Display terms and policies at sign up

Added information about terms and policies on the sign-up page.

Improvement ⚙️

Mobile version enhancements

Implemented various improvements to the mobile version of the application.

Bug fix 🪲

Resolved imagine tool quality option error

Fixed an error occurring when selecting the quality option in the imagine tool.

Bug fix 🪲

Fixed Clipdrop availability in imagine tool

Addressed an issue where Clipdrop was not available in the imagine tool.

v2.4.3

02 July, 2024

Bug fix 🪲

Resolved voice generation issues

Fixed problems with generating voices using Azure TTS and Google TTS services.

v2.4.2

21 June, 2024

Improvement ⚙️

Enhanced language detection for Google Search in chat

Improved the accuracy of language detection when using Google Search capabilities within the chat feature.

v2.4.1

19 June, 2024

Bug fix 🪲

Minor bug fixes

Addressed various small issues to improve overall system stability.

v2.4.0

19 June, 2024

New capability ✔️

Web search in chat

Introduced real-time web browsing capabilities within the chat interface.

New integration 🔗

Serper API integration

Integrated Serper API to enhance search functionalities.

New integration 🔗

Cohere AI integration

Added support for Cohere AI models including Command R+, Command R, Command, and Command Light for various AI tasks.

Improvement ⚙️

Chat tool performance optimization

Refactored the chat tool to enhance overall performance and responsiveness.

Improvement ⚙️

Expanded localization

Added several missing translation strings to improve multilingual support.

Bug fix 🪲

Various bug fixes

Addressed multiple issues to improve system stability and user experience.

v2.3.0

12 June, 2024

New integration 🔗

Azure TTS integration

Integrated Azure Text-to-Speech service for enhanced voice synthesis capabilities.

New feature 🔥

Voice management module

Introduced a new module for managing and customizing voice options.

New feature 🔥

Multi-currency support

Added support for multiple currencies throughout the application.

New feature 🔥

Voiceover language filter

Implemented a language filter for the voiceover feature to streamline language selection.

Improvement ⚙️

Enhanced admin controls

Added new admin controls for managing default settings and global feature availability.

Bug fix 🪲

Minor bug fixes and improvements

Addressed various small issues and made general enhancements to improve user experience.

v2.2.2

29 May, 2024

Bug fix 🪲

Various minor bug fixes and improvements

Addressed multiple small issues and made general enhancements to improve system stability and performance.

v2.2.1

21 May, 2024

Bug fix 🪲

Various minor bug fixes

Resolved several small issues to improve overall system functionality.

v2.2.0

17 May, 2024

New tool 💥

AI Chat

Introduced a new AI-powered chat feature for enhanced user interactions.

New feature 🔥

AI Chat Assistants

Added customizable AI assistants to provide specialized support in chat conversations.

New feature 🔥

AI Vision

Implemented AI vision capabilities for image analysis and processing.

New model ⚡

GPT-4o integration

Added support for the GPT-4o model to enhance AI-powered functionalities.

New feature 🔥

Plan snapshot re-sync option

Introduced an option to re-synchronize plan snapshot configurations to the latest version.

Bug fix 🪲

Various minor bug fixes

Addressed multiple small issues to improve overall system stability and performance.

v2.1.4

10 May, 2024

Bug fix 🪲

Various minor bug fixes

Resolved several small issues to enhance system stability and user experience.

v2.1.3

4 May, 2024

Bug fix 🪲

Various minor bug fixes

Addressed multiple small issues to improve overall system functionality.

v2.1.2

3 May, 2024

Bug fix 🪲

Various minor bug fixes

Resolved several small issues to enhance system performance and reliability.

v2.1.1

27 Apr, 2024

Bug fix 🪲

Various minor bug fixes

Addressed multiple small issues to improve overall system stability and user experience.

v2.1.0

26 Apr, 2024

New integration 🔗

Google TTS integration

Integrated Google Text-to-Speech service for enhanced voice synthesis capabilities.

New integration 🔗

Anthropic / Claude AI 3 integration

Added support for Anthropic's Claude AI 3 model to expand AI functionalities.

New feature 🔥

Admin analytics dashboard overview

Introduced a new analytics dashboard for administrators to gain insights into system performance and usage.

New plugin 🧩

YooKassa Integration

Added YooKassa payment gateway integration (available as a plugin).

New plugin integration 🔗

Cloudflare R2 Integration

Integrated Cloudflare R2 for improved content delivery and storage (available as a plugin).

Bug fix 🪲

Various bug fixes

Addressed multiple issues to improve overall system stability and performance.

v2.0.1

12 Apr, 2024

Bug fix 🪲

Minor bug fixes

Resolved several small issues to improve system functionality and user experience.

v2.0.0

10 Apr, 2024

New feature 🔥

Workspaces & Teams

Introduced Workspaces & Teams for better organization and collaboration.

  • Create workspaces to organize AI creations and teams
  • Invite team members to workspaces
  • Subscribe to different plans in each workspace
  • Share AI creations with team members
New feature 🔥

New Appearance Settings

Enhanced user experience with new appearance options.

  • Enable/disable dark/light modes for app and theme through Admin UI
  • Select default mode (System, Dark & Light)
Improvement ⚙️

Revamped Billing and Payment Architecture

Completely redesigned billing and payment infrastructure.

  • Subscriptions moved from users to workspaces
  • Introduced Credit-addons for permanent, non-renewing extras
  • Added support for LifeTime deals
New feature 🔥

Plan Snapshots and Orders

Introduced flexible plan management and order tracking.

  • New Plan Snapshots for adjustable plan details
  • New Orders module for tracking order history
New integration 🔗

New Payment Gateways

Added new payment gateway integrations.

  • Paystack integration (Available through plugin)
  • Iyzico integration (Available through plugin)
New feature 🔥

Universal Usage Credit System

Implemented a unified credit system for all usage types.

New feature 🔥

Enhanced Script Tags and Analytics

Added support for various analytics and custom scripts.

  • Google Analytics integration
  • Google Tag Manager integration
  • Intercom integration
  • Custom script tags for page head, body, and footer sections
Improvement ⚙️

Modular Architecture

Introduced plugin-based architecture for extensibility.

  • New modular architecture for plugins
  • New theme architecture for easy theme switching
Improvement ⚙️

Enhanced Localization

Improved multilingual support throughout the application.

  • Language switcher in login/signup pages
  • Localized dates and currency display
New feature 🔥

Library Module

Introduced a centralized library for AI-generated content.

  • Automatic saving of documents, images, transcriptions, and speech generations
  • Option to share or keep generations private
New integration 🔗

File Storage (CDN) Options

Added support for multiple file storage solutions.

  • AWS S3 Integration (Available through plugin)
  • Digital Ocean Spaces Integration (Available through plugin)
  • Wasabi Integration (Available through plugin)
Improvement ⚙️

Tool Enhancements

Major updates to various tools.

  • Revamped Writer Tool with automatic saving and regeneration
  • Updated Coder Tool with improved UI
  • Completely redesigned Imagine Tool with new features
  • Revamped Transcriber Tool with advanced functionality
  • Enhanced VoiceOver Tool with new UI and OpenAI TTS integration
Improvement ⚙️

Admin Enhancements

Improved admin capabilities for better management.

  • Enhanced data management for orders, subscriptions, and workspaces
  • New data export features
  • Auto-update functionality (beta)
  • Global and per-plan feature management
New feature 🔥

Admin Dashboard

Introduced a new admin dashboard showing latest orders, subscriptions, and users.

v1.4.3

19 Jan, 2024

Bug fix 🪲

Resolved voice download issue

Fixed a problem preventing users from downloading generated voices.

v1.4.2

15 Jan, 2024

Improvement ⚙️

Minor system enhancements

Implemented various small improvements to enhance overall system performance.

v1.4.1

10 Jan, 2024

Bug fix 🪲

Fixed document file opening

Resolved an issue preventing users from opening generated document files.

Bug fix 🪲

Addressed Stable Diffusion image creation

Fixed a problem that was preventing image creation with Stable Diffusion.

Bug fix 🪲

Resolved mobile voice playback issues

Fixed issues with playing voice samples and generating audio on mobile devices.

Bug fix 🪲

Updated deprecated NumberFormatter constant

Addressed a deprecation warning related to the NumberFormatter::TYPE_CURRENCY constant.

v1.4.0

25 Dec, 2023

New integration 🔗

StabilityAI integration

Integrated StabilityAI for text-to-image generation capabilities.

New integration 🔗

Clipdrop integration

Added Clipdrop integration for text-to-image functionality.

New feature 🔥

Admin UI cache management

Implemented direct cache clearing and management options in the admin UI.

New feature 🔥

Email verification system

Introduced a new email verification system with three policy options: None, Relaxed, and Strict.

New integration 🔗

Google reCAPTCHA integration

Added Google reCAPTCHA support for enhanced security.

New feature 🔥

Enhanced footer customization

Added options to display social media accounts, business name, and address in the footer.

New feature 🔥

API reference documentation

Provided a Postman Collection for API reference documentation.

Improvement ⚙️

Localization enhancements

Improved and expanded localization support throughout the application.

Improvement ⚙️

Imagine tool enhancements

Implemented general improvements to the Imagine tool functionality.

Improvement ⚙️

Landing page optimization

Optimized the landing page for improved loading speed.

Bug fix 🪲

Payment gateway status display

Fixed issues with payment gateway status not being properly reflected in the checkout UI.

Bug fix 🪲

AI Writer language issue

Resolved a problem where the AI Writer was responding only in English.

v1.3.5

01 Dec, 2023

Bug fix 🪲

Resolved UnhandledMatchError

Fixed a fatal error caused by an unhandled match exception.

v1.3.4

29 Nov, 2023

Bug fix 🪲

Fixed usage credits display

Corrected an issue where zero usage credits were displayed as 'Unlimited' in the dashboard.

Bug fix 🪲

Addressed Stripe payment issue

Fixed a problem where payments with invalid card numbers were creating incomplete subscriptions in Stripe and activating plans in the app.

Bug fix 🪲

Resolved theme translation loading

Fixed an issue preventing theme translations from loading correctly.

v1.3.3

29 Nov, 2023

Bug fix 🪲

Fixed ElevenLabs voice list display

Resolved an issue preventing the ElevenLabs voice list from being displayed.

v1.3.2

25 Nov, 2023

Improvement ⚙️

Enhanced public web root flexibility

Made changes to facilitate easier renaming of the default public web root directory to public_html.

v1.3.1

24 Nov, 2023

Bug fix 🪲

Resolved installation page error

Fixed an 'Uncaught Error: Call to undefined function p__()' occurring on the installation page.

v1.3.0

24 Nov, 2023

New feature 🔥

Mobile-first design implementation

Redesigned the application with a mobile-first approach for improved responsiveness.

New feature 🔥

Full translation functionality

Integrated comprehensive translation capabilities throughout the application.

Improvement ⚙️

Revamped admin settings view

Updated the admin settings interface to align with the app's overall design for consistency.

Improvement ⚙️

Various design enhancements

Implemented multiple design improvements to enhance overall user experience.

v1.2.2

13 Nov, 2023

Bug fix 🪲

Fixed account menu rendering

Resolved an issue with incomplete rendering of the account menu in the sidebar.

Bug fix 🪲

Addressed SSO icon visibility

Fixed a problem where SSO icons were not visible on mobile devices.

Bug fix 🪲

Resolved SSO login data persistence

Fixed an issue where SSO login was showing data from previously authenticated accounts.

Bug fix 🪲

Corrected button outlines in Safari

Addressed incorrect button outline appearances in the Safari browser.

Improvement ⚙️

Updated required extensions list

Added the php-intl module to the list of required extensions.

v1.2.1

9 Nov, 2023

Bug fix 🪲

Resolved billing overview deprecation notice

Fixed a deprecated notice appearing in the billing overview section of the dashboard when usage credits were null.

v1.2.0

8 Nov, 2023

New tool 💥

Introduced Voiceover feature

Added a new Voiceover functionality to the application.

New feature 🔥

Implemented User Dashboard

Introduced a comprehensive dashboard for users to manage their account and activities.

Improvement ⚙️

Enhanced sidebar functionality

Upgraded the sidebar and extended its functionality to the user dashboard.

New feature 🔥

Added landing page toggle

Implemented settings to enable or disable the landing page.

New feature 🔥

User account management options

Added settings to enable/disable the signup form and user accounts globally.

New feature 🔥

Admin user creation

Implemented functionality for administrators to add new users directly.

Improvement ⚙️

General UI/UX enhancements

Made various improvements to the user interface and overall user experience.

Bug fix 🪲

Addressed Authorization header issue

Fixed a problem with missing Authorization headers in some Apache servers.

v1.1.0

27 Oct, 2023

New feature 🔥

Social login integration

Added support for login via Google, Facebook, LinkedIn, and Github.

Bug fix 🪲

Minor bug fixes

Resolved several small issues to improve overall system stability.

v1.0.0

22 Oct, 2023

Launch 🚀

Initial release

First public release of the application with core functionalities.

© 2024 Aikeedo. All rights reserved.