Releases: devnamdev2003/ai-desktop-assistant
Releases · devnamdev2003/ai-desktop-assistant
Release list
Aivora v0.1.9
Aivora v0.1.8
Aivora v0.1.7
feat: update Gemini model version to 3.5-flash-lite in chat and OAuth…
Aivora v0.1.6
add database setup script and user authentication service
Implemented a new script to set up the PostgreSQL database with necessary tables: users, refresh_tokens, conversations, chat_messages, and alembic_version.
Created an AuthService to manage user authentication, including Google OAuth integration, token management, and session handling.
Added methods for checking backend health, handling deep links, and managing user sessions.
Aivora v0.1.5
feat: update version to 0.1.5 and adjust release URLs in configuration files
Aivora v0.1.4
feat: implement update checking and installation functionality with u…
Aivora v0.1.3
implement streaming response feature for assistant messages
Aivora v0.1.2
fix issue related to screen size
Aivora v0.1.1
feat: implement maximize toggle functionality and enhance markdown formatting
- Added toggleMaximize method to manage window maximize state.
- Implemented unit tests for maximize toggle and markdown formatting.
- Enhanced markdown rendering using marked library with custom code block handling.
- Updated styles for markdown elements and code blocks for better UI.
- Introduced safe HTML handling for formatted text in chat messages.
- Added new prompt suggestions for user interactions.
Aivora v0.1.0
Initial release of Aivora.
- Windows desktop AI assistant
- Floating orb interface
- Automatic update support