Skip to content

Releases: starfall-org/multigateway

v0.8.2

20 Jan 05:27

Choose a tag to compare

What's New

  • Refactored UI components for better navigation and profile management.
  • Implemented auto-save for LLM providers and profile settings.
  • Added batch operations for model management.
  • Migrated storage to Hive for improved performance.
  • Enhanced theme support and responsive layouts.
  • Fixed various stability and UI issues.

v0.8.1 - Storage System Improvements and Auto-save Features

20 Jan 02:02
38aaed2

Choose a tag to compare

🚀 New Features

Storage System Improvements

  • Fixed storage issues: Complete migration from synchronous to asynchronous storage methods with streams for reactive UI updates and better performance
  • Message storage optimization: Migrated message storage to raw JSON format for improved efficiency
  • Model identification standardization: Changed from modelName to modelId across services and models for better consistency

Auto-save Functionality

  • Provider auto-save: Removed manual save buttons, provider information is now automatically saved when edited
  • Profile auto-save: Enhanced user experience with automatic saving for profile configurations

Translation Management

  • Translation management page: Added new translation management page and controller with routing and menu integration

MCP and UI Improvements

  • New MCP tools tab: Replaced MCP server info and connection tabs with a dedicated tools tab
  • Enhanced STT model selection: Improved STT model selection with dropdown functionality
  • ThemeAwareImage widget: Introduced new widget for theme-aware image handling

Controller and State Management Enhancements

  • Dedicated controllers: Implemented separate controllers for update, user data, default options, and message operations
  • State management refactor: Utilized signals_flutter for improved state management across settings pages
  • MCP and LLM integration: Integrated MCP and LLM functionalities directly into the main project with new models and widgets

Build Improvements

  • Google Services cleanup: Removed Google Services plugin configuration from Gradle files for cleaner build process

🔧 Bug Fixes

  • Resolved storage performance issues through asynchronous method migration
  • Improved app stability through state management refactoring
  • Enhanced model management with standardized identification

📈 Performance Improvements

  • Faster UI responsiveness with storage streams
  • Reduced code complexity with auto-save functionality
  • Better user experience with more responsive interface

Full Changelog: v0.8.0...v0.8.1

MultiGateway v0.8.0 - AI Chat Assistant Update

19 Jan 13:24

Choose a tag to compare

What's New in Version 0.8.0

🎯 New Features

  • Better Chat Experience: Smoother conversations with improved message display
  • Voice Support: The app can now read messages out loud (Text-to-Speech)
  • File Sharing: Easily share and attach files in your conversations
  • Multi-language: Better support for different languages with built-in translation
  • Faster Performance: The app starts quicker and runs more smoothly

📱 What This Means for You

  • Easier to Use: Cleaner interface that's more intuitive
  • Works on More Devices: Compatible with older and newer Android phones
  • Better Reliability: Fewer crashes and bugs
  • Improved Accessibility: Voice features make the app more accessible

🔧 Behind the Scenes

  • Updated core components for better stability
  • Reduced app size while adding more features
  • Better memory usage means longer battery life
  • Enhanced security and data protection

📦 Download Options

We provide different versions optimized for your device type:

  • For most modern phones (2017+): Use the arm64-v8a version
  • For older phones (2012-2017): Use the armeabi-v7a version
  • For tablets/emulators: Use the x86_64 version

If you're not sure which one to download, try the arm64-v8a version first - it works on most modern Android devices.

🛠️ Installation

  1. Download the appropriate APK file for your device
  2. Enable "Install from unknown sources" in your Android settings
  3. Open the downloaded APK file to install
  4. Enjoy the improved AI chat experience!

v0.7.0

16 Jan 04:51

Choose a tag to compare

What's New in v0.7.0

New Features

  • Improved LLM provider integration
  • Enhanced chat interface with better message formatting
  • Added support for multiple attachment types

Bug Fixes

  • Fixed issues with message history not loading correctly
  • Resolved crashes when switching between different LLM providers
  • Fixed attachment handling for image files

Performance Improvements

  • Optimized memory usage during long conversations
  • Reduced startup time for the application
  • Improved response times for message processing

UI/UX Enhancements

  • Updated theme support with dynamic color options
  • Improved settings page organization
  • Better error handling and user feedback

Download APKs:

  • app-arm64-v8a-release.apk - For most modern Android devices (64-bit ARM)
  • app-armeabi-v7a-release.apk - For older Android devices (32-bit ARM)
  • app-x86_64-release.apk - For x86_64 devices/emulators
  • app-release.apk - Universal APK (larger size, works on all architectures)

Release v0.6.4

08 Jan 08:27

Choose a tag to compare

What's New

Improvements

  • Enhanced App Stability: Improved storage initialization for more reliable data persistence and faster app startup
  • Better Dark Mode: Refined dark mode surface colors for improved visual comfort
  • Simplified Provider Setup: Removed complex AI provider flags, making it easier to configure and use different LLM providers

Bug Fixes

  • Fixed provider grid view for smoother reordering experience
  • Improved model system reliability

Technical Changes

  • Modernized internal model system with standardized data serialization
  • Optimized storage performance with Hive box ready checks

Built from commit: 2b1d1dc

v0.6.1

07 Jan 11:51

Choose a tag to compare

Version 0.6.1 Release

Bug Fixes:

  • Fixed white screen issue when opening the app - Resolved the blank/white screen problem that users experienced on app launch

Technical Changes:

  • Updated version from 0.6.0 to 0.6.1
  • Split APK by ABI for better device compatibility
  • Optimized font assets (MaterialIcons reduced by 99.0%)

APK Files:

  • app-arm64-v8a-release.apk (20.9MB) - For 64-bit ARM devices
  • app-armeabi-v7a-release.apk (18.7MB) - For 32-bit ARM devices
  • app-x86_64-release.apk (22.3MB) - For x86_64 devices

Installation:

Choose the APK file that matches your device architecture for optimal performance.

v0.6.0 - Complete Project Restructuring

07 Jan 11:35

Choose a tag to compare

Complete project restructuring

v0.5.1

28 Dec 06:17

Choose a tag to compare

Full Changelog: v0.5.0...v0.5.1

Metalore v0.5.0 - Major Update

28 Dec 05:26

Choose a tag to compare

Metalore v0.5.0 - Major Update

What's New Since v0.4.2

Major Changes

  • Project Rename: The app is now called "Metalore" (formerly "AI Gateway")

New Features

  • Updated app icons and logo with a fresh new look
  • Improved text input experience with better tap handling
  • Redesigned sidebar with a modern, clean interface

Bug Fixes

  • Fixed token count display issues
  • Fixed a bug where providers would disappear after adding models
  • Various stability improvements

Improvements

  • Better theme colors and multilingual support
  • Performance optimizations and code quality improvements
  • Enhanced AI model management and organization

Full Changelog: v0.4.2...v0.5.0

AI Gateway v0.4.2

26 Dec 09:17

Choose a tag to compare

AI Gateway v0.4.2 - New Features and Improvements

What's Changed Since v0.4.1

New Features

  • Implemented URL context tool for Google AI
  • Applied theme-aware image filters to UI elements
  • Persist active sidebar state and prevent drawers from automatically closing on navigation
  • Implemented chat message versioning and refactored home screen UI.

Bug Fixes

  • Fixed dark mode issues with system theme detection
  • Secondary color now resets correctly on theme switch

Improvements

  • Refactored themes for better consistency

Full Changelog: v0.4.1...v0.4.2