Changelog

Track all updates and improvements to Involvex

v0.0.16

Latest

Released on January 4, 2026

Highlights

  • 📱 Enhanced SearchScreen with AI chat and consolidated filters
  • 🌐 Shared Navigation component across web platform
  • 📊 New Dashboard widgets (Activity Feed, Quick Actions, Notifications)
  • ✨ Enhanced visual design with hover effects and animations
  • 🎨 Changelog page now uses HackerTheme for consistency

➕ Added

  • Mobile: AI chat floating action button in SearchScreen
  • Mobile: Long-press on items to open AI chat with context
  • Mobile: InfoCard preview mode integration in SearchScreen
  • Mobile: Active filters display with individual close buttons
  • Mobile: Filter count badge on filter icon
  • Mobile: Pull-to-refresh capability in SearchScreen
  • Mobile: Error state with retry button in SearchScreen
  • Mobile: Enhanced Recently Updated cards (wider, better styling)
  • Web: Shared Navigation component with active route highlighting
  • Web: Activity Feed dashboard widget showing recent actions
  • Web: Quick Actions panel for common tasks
  • Web: Notifications widget with unread count badge
  • Web: Navigation to Changelog page

⬆️ Improved

  • Mobile: SearchScreen stats display with bold monospace styling
  • Mobile: SearchScreen empty state with title and subtitle
  • Mobile: Consolidated filter UI into unified header
  • Mobile: Recently Updated cards increased from 140px to 180px width
  • Mobile: Added icon container, version badge, and date to Recently Updated cards
  • Web: StatsCard with hover effects, glow, and smooth transitions
  • Web: TrendingList with alternating row backgrounds and hover states
  • Web: TrendingList items with left border highlight on hover
  • Web: SubscriptionsList with action menus (View, Share, Remove)
  • Web: SubscriptionsList cards with hover effects and animations
  • Web: Changelog styling converted from Tailwind to HackerTheme
  • Web: Dashboard layout reorganized with new widget sections

Featured Updates

SearchScreen AI Integration

Complete AI chat integration in SearchScreen matching HomeScreen functionality with FAB, long-press gestures, and InfoCard preview mode.

SearchScreen.tsxaiChatStore.tsInfoCard.ts

Consolidated Search Filters

Unified filter UI showing active filters as removable chips, filter count badge, and clear all button for better UX.

SearchScreen.tsx

Web Navigation Component

Shared navigation component used across all web pages with HackerTheme styling, active route highlighting, and responsive layout.

Navigation.tsxdashboard.tsxchangelog.tsx

Dashboard Widgets

Three new dashboard widgets (Activity Feed, Quick Actions, Notifications) providing better user engagement and quick access to common tasks.

ActivityFeed.tsxQuickActions.tsxNotificationsWidget.tsx

Enhanced Component Visuals

All dashboard components enhanced with hover effects, smooth transitions, alternating backgrounds, and action menus for improved UX.

StatsCard.tsxTrendingList.tsxSubscriptionsList.tsx

Technical Details

Dependencies: No new dependencies added

Breaking Changes: None

Migrations: No database migrations required

Compatibility: React Native 0.83.1+, Remix 2.15+, Cloudflare Pages, TypeScript 5.8+

v0.0.15

Stable

Released on January 4, 2025

Highlights

  • 🤖 Multi-Provider AI Chat Support
  • 🔍 Advanced SearchScreen UI
  • 📱 InfoCard Preview Modal
  • ⚙️ OpenRouter Integration
  • 🎯 npm Category Filters

➕ Added

  • OpenRouter AI provider with Claude 3.5 Sonnet, GPT-4, Llama 2 model selection
  • OpenRouter API key configuration in Settings → AI Assistant
  • npm package category filters (12 categories: Frontend, Backend, CLI, Documentation, CSS, Testing, IoT, Coverage, Mobile, Frameworks, Robotics, Math)
  • Recently Updated Packages section in SearchScreen
  • InfoCard preview modal with optional in-app browser
  • InfoCard enable/disable setting
  • VSCode launch configs and build tasks
  • Enhanced VSCode settings for development

⬆️ Improved

  • SearchScreen UI: better spacing, styling, and visual hierarchy
  • Quick filter chips: more visible borders, better active states
  • Filter panel: enhanced padding, better organization
  • Settings screen: expanded AI section to 9 configuration options
  • Gradle configuration: fixed hard link issues on Windows

🔧 Fixed

  • Author URL case sensitivity (https://involvex.github.io/Involvex/)
  • Gradle hard link warnings with cross-drive configuration
  • TypeScript type definitions for OpenRouter provider

Featured Updates

OpenRouter Integration

Added complete support for OpenRouter API with secure key storage, model selection, and settings configuration.

aiClient.tsSettingsScreen.tsxsecureStorage.ts

SearchScreen Enhancements

Improved UI with npm category filters and recently updated packages section for better package discovery.

SearchScreen.tsxnpmService.ts

InfoCard Modal

Two-mode interface with preview cards and optional in-app WebView browser with share and external open options.

InfoCardModal.tsxInfoCard.ts

Technical Details

Dependencies: No new dependencies added (uses existing react-native-webview)

Breaking Changes: None

Migrations: No database migrations required

Compatibility: React Native 0.83.1+, TypeScript 5.9+

v0.0.14

Stable

Released on January 3, 2025

Highlights

  • ✨ Initial app version bump
  • 🐛 Bug fixes and improvements

➕ Added

  • Alert component to App.tsx

🔧 Fixed

  • Missing Alert import in App.tsx
  • TypeScript errors in type checking

Technical Details

Dependencies: None

Breaking Changes: None

Migrations: None

Compatibility: React Native 0.83.1+

v0.0.13

Stable

Released on January 2, 2025

Highlights

  • 🤖 AI-powered chat assistant
  • 💬 GitHub and npm support

➕ Added

  • AI-powered chat assistant for GitHub repositories and npm packages
  • Integration with Gemini and Ollama AI providers
  • Chat history management
  • Context-aware responses for repos and packages
  • Secure API key storage

⬆️ Improved

  • Home screen layout for better content discovery
  • User interface responsiveness

Technical Details

Dependencies: Added Zustand for state management

Breaking Changes: None

Migrations: None

Compatibility: React Native 0.83.1+