Releases: yukiarimo/yuna-ai
Releases · yukiarimo/yuna-ai
Release 7.2
What's New:
- Added SEO optimization in both
index.html
andyuna.html
- Added primary logic in
index.js
- Added regenerate and delete button for each message
- Removed
audiobooks
directory - Merged
login.html
intoindex.html
as a popup - Merged
router.py
into the main server code - REFACTORED browser extension from scratch
- General optimization and bug fixes
Full Changelog: v7.1...v7.2
Release 7.1
What's new:
- FULL UI REFACTORING FROM SCRATCH. Yuna Ai WebUI was rewritten with new ideas into a whole-new looking single-page application for better cross-platform support and easier usability
- Kawai Framework support was dropped and now replaced with Custom CSS and Bootstrap 5
- All tabs are now unified into a side-popup area and accessible using the "Yuna Main Menu Button"
- Creator Studio now is Himitsu Creator, with all functions unified into a single UI
- Himitsu & YUI menu
- New draggable call
- Improved client performance
- Fixed mirror naming issues
- Removed trashed old files
- Changed DOMNodeInserted to mutation observer because it is deprecated
- Removed unnecessary console logs
- Fixed dynamic history loading
- Simplified documentation a little bit (should work on that more)
- Fixed chat text generation (with AiFlow)
- Web Search now will be integrated directly into Himitsu & YUI
- And so much more!
Not working:
- Image uploading could break
- Call doesn't work
- Himitsu is not implemented
- Web Search is not implemented
- Chat history grouping doesn't work
- Creator studio generation is not starting
- Additional custom buttons were not added
- 50% of UI is WIP
What's Changed
- Release 7.1 by @yukiarimo in #124
Full Changelog: v7.0.3...v7.1
Release 7.0.3
What's New:
- Audiobook Generator V2
- AiFlow Integration (in beta; stable release in the New Year)
- New Landing Page
- Shell Script Update
- Mobile Sidebar Bug Fixed
- UI Improvements
Release 7.0.2
What's new:
- The AiFlow library is now used for almost all generations (beta)
- Audiobook Generator V2
- General UI improvements
Full Changelog: v7.0.1...v7.0.2
Release 7.0.1
Improvements:
- SSL certificates moved to the
lib/utils
- Alpha support for push notifications
- Fixed typos
- Full professional refactoring of main frontend and backend functions, kanojo and prompt template manager, and setup functions
- Loading speedup thanks to the removal of a few pause calls
Full Changelog: v7.0...v7.0.1
Release 7.0
What's Changed
- SFX Support
- New Kanojo Connect and Prompt Template logic
- On-Demand Dependency Loading
- Full-Stack speed-up
- SD Support Removed
- License Update
- New Templates
- Prompt Templates are now an integral part of the Kanojo block
- Refreshed Video Chat UI
- Removed Redundancies
- Creator Studio out of beta
- Added: Naked, Article, Presentation, and Audiobook Creation Support
- UI Simplification
- Removed Browser Extension Support
- Diary and Notes
- Automatic History Sorting
- Coqui XTTS-V2 and SpeechT5 Support Removed
- Updated Documentation
- Custom Config Full Support
- Full Video and Audio Calls Support (without hands-free mode)
- Docker Installation
- KoboldCPP (Based on llama.cpp) Backend Support Added
- Web Search Fixed
- Added Long Term Memory (alpha)
- Fixed 30 critical bugs
- New Domain
Full Changelog: v6.5.4...v7.0
Release 6.5.4
What's Changed
- Improved overall client stability: The page no longer reloads for basic actions; instead, it dynamically updates content from the server
- Enhanced config loading process and added a new settings block
- All custom settings are now saved in LocalStorage for improved user experience
- Removed news toggle (temporarily) and replaced it with a custom config toggle
- Generalized and removed duplicated functions for better code organization
- Updated sendMessage() function to use custom config
New Features
- Implemented logic for regenerate and copy text buttons for each message
- Added last_n_tokens_size, use_mmap, and offload_kqv parameters to the config for more customization options
- Integrated official Huggingface embeddings model for improved RAG (Retrieval-Augmented Generation) implementation
Bug Fixes
- Fixed function calling in HTML
- Resolved issues with tabs in the Creator Studio
- Corrected variable names and grammar errors throughout the codebase
- Attempted to fix Kanojo-related issues (work in progress)
Release 6.5.3
What's Changed
- Update Dockerfiles for new location by @0xGingi in #102
- Release 6.5.3 - Docker Bug Fix and README update by @yukiarimo in #103
Full Changelog: v6.5.2...v6.5.3
Release 6.5.2
What's Changed
- Docker + Hard Coded Names Backend Removal by @0xGingi in #96
- docs: update README.md by @eltociear in #100
- Release 6.5.2 by @yukiarimo in #101
What's New:
- Fixed the bugs in audio route for audio processing
- Added more audio modes:
siri-pv
andnative
- 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 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 andcommand+1-6
for the tabs - Improved the basic stuff
- Fixed bug with no enter in textarea
- Removed unnecessary code
- Full Docker Support for Windows and Linux
- Changed Creator Studio modes to: Naked (default), Presentation, and Article
- Added caching to speed up the front
- Used flex for messages (improves the location of the image on the PC)
- Stable call Q&A for images with voice input
- Removed flash messages support
- Added the notifications manager
New Contributors
- @eltociear made their first contribution in #100
Full Changelog: v6.5.1...v6.5.2
Release 6.5.1
What's new:
- New WebUI with a modern look
- Delay timeouts reduced to speed up the frontend
- CSS minified
- Stabilized JS scripts