Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 6.5.2 #101

Merged
merged 13 commits into from
Aug 12, 2024
Merged

Release 6.5.2 #101

merged 13 commits into from
Aug 12, 2024

Commits on Jul 19, 2024

  1. Optimization, 11labs and History Management Fix

    - Unnecessary scripts removed to speed up the client `script.min.js`
    - Moved Bootstrap to general `JS` folder
    - Removed WaifuCard and its dependencies
    - Moved `prompts.txt` to the lib directory
    - Added ElevenLabs support (11labs audio mode)
    - Fixed support for the chat history collections on the front
    - Removed Himitsu Old Code (for now)
    yukiarimo committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    feb192b View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    44664e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    d9d75b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Bug fixes and preparation for V7.0

    - New mode "fast-pv"
    - Fixed config.json param loading in settings
    - Used flex for messages
    - Improved usage of audio and image
    - Stable call Q&A for images with voice input
    - Fixed config for utils
    - Removed flash messages support
    - Intro to "notifications" (delta)
    yukiarimo committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    bc3cc98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea615cb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #96 from 0xGingi/dev - Docker Stuff

    Docker + Hard Coded Names Backend Removal
    yukiarimo authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    902243e View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Minimization, Bug Fixes, and Refactoring

    - Fixed bug with no enter in textarea
    - Removed unnecessary code
    - Docker and Extension is now in the lib/utils directory
    - Changed Creator Studio modes to: Naked (default), Presentation, and Article
    - Removed Tests
    - Added caching to speed up the front
    - Other minor stuff
    yukiarimo committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1f69a18 View commit details
    Browse the repository at this point in the history
  2. Browser Extension Improvement

    - Fix New Tab View
    - API usage added with cookie
    - Basic Dialog implementation
    yukiarimo committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    7b51b7f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. docs: update README.md

    Sensorship -> Censorship
    eltociear authored Aug 10, 2024
    Configuration menu
    Copy the full SHA
    e752c56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0b1dd2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #100 from eltociear/patch-1

    docs: update README.md
    yukiarimo authored Aug 10, 2024
    Configuration menu
    Copy the full SHA
    a2acfd1 View commit details
    Browse the repository at this point in the history
  4. Added the audio native mode and fixed hard coded issues

    - Fixed and added more audio modes
    - Improved the config and hard-coded stuff
    - Temporarily removed the emotional stuff (will be re-implemented with Himitsu)
    - Improved the setup index.sh file
    yukiarimo committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    e56ed27 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Server Optimization and POST request fixes

    - Changed the `.gitignore` file to support new directories
    - Created a new function for general config fetching `get_config` and added config as param for functions where possible
    - Fixed the hard-coded dependencies across multiple modules
    - Fixed audio processing
    - Fixed file upload and added RAG and Direct Q&A for it
    - Moved some garbage around
    - Removed unnecessary prints and console logs
    - Speeded up the initial launch by annihilating the unnecessary dependencies based on the user's configuration
    - Added some new params to the `config.json`
    - Fixed the camera view: now it's mirrored nicely
    - Changed the shortcuts for navigation to: `tab` -> open/close the sidebar and `command+1-6` for the tabs
    - Improved the basic stuff
    yukiarimo committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3c6a4fe View commit details
    Browse the repository at this point in the history