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

Conversation

yukiarimo
Copy link
Owner

Check the commits log and the releases page for more details!

yukiarimo and others added 13 commits July 19, 2024 11:05
- 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)
- 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)
Docker + Hard Coded Names Backend Removal
- 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
- Fix New Tab View
- API usage added with cookie
- Basic Dialog implementation
Sensorship -> Censorship
- 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
- 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 yukiarimo added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request labels Aug 12, 2024
@yukiarimo yukiarimo merged commit ffc6d8b into main Aug 12, 2024
2 checks passed
Comment on lines +464 to +469
messageElement.innerHTML = `
<span class="badge ${sender === 'You' ? 'bg-primary' : 'bg-secondary'}">
${sender}
</span>
<div class="mt-1">${message}</div>
`;

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants