Skip to content

Releases: devnamdev2003/ai-desktop-assistant

Aivora v0.1.9

Choose a tag to compare

@devnamdev2003 devnamdev2003 released this 26 Sep 12:54
just

Aivora v0.1.8

Choose a tag to compare

@devnamdev2003 devnamdev2003 released this 26 Sep 06:17

update UI

Aivora v0.1.7

Choose a tag to compare

@devnamdev2003 devnamdev2003 released this 21 Sep 19:15
feat: update Gemini model version to 3.5-flash-lite in chat and OAuth…

Aivora v0.1.6

Choose a tag to compare

@devnamdev2003 devnamdev2003 released this 21 Sep 18:50

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

Choose a tag to compare

@devnamdev2003 devnamdev2003 released this 19 Sep 19:23

feat: update version to 0.1.5 and adjust release URLs in configuration files

Aivora v0.1.4

Choose a tag to compare

@devnamdev2003 devnamdev2003 released this 19 Sep 19:16
feat: implement update checking and installation functionality with u…

Aivora v0.1.3

Choose a tag to compare

@devnamdev2003 devnamdev2003 released this 19 Sep 18:53

implement streaming response feature for assistant messages

Aivora v0.1.2

Choose a tag to compare

@devnamdev2003 devnamdev2003 released this 19 Sep 18:16

fix issue related to screen size

Aivora v0.1.1

Choose a tag to compare

@devnamdev2003 devnamdev2003 released this 19 Sep 17:48

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

Choose a tag to compare

@devnamdev2003 devnamdev2003 released this 19 Sep 14:48

Initial release of Aivora.

  • Windows desktop AI assistant
  • Floating orb interface
  • Automatic update support