Changelog

All notable changes to Qwenta are documented here.


v1.0.0 — Enterprise Release

March 2026

Initial Release

Platform

  • Astro SSR with React islands architecture
  • PostgreSQL database with full schema (users, watchlists, portfolios, positions, transactions)
  • WalletConnect / MetaMask / SIWE authentication
  • Per-wallet data isolation

Dashboard

  • Live price chart with multi-timeframe support (1H, 4H, Daily, Weekly)
  • Period selector: 1D, 5D, 1M, 3M, 6M, 1Y, 2Y
  • Price chart with Bollinger Bands (BB) and SMA 20/50 overlays
  • RSI(14) chart with overbought/oversold reference lines
  • MACD + Signal + Histogram chart
  • Volume bar chart
  • Export to CSV and XLSX with all indicators

Watchlist

  • Multiple watchlists per user
  • Live price updates with daily change %
  • Notes per symbol
  • Full CRUD operations

Portfolio Tracker

  • Position tracking with weighted average cost calculation
  • Real-time unrealized P&L
  • Transaction history (BUY/SELL) with fee tracking
  • Portfolio summary (total value, cost, return)

Stock Screener

  • Filter by: RSI range, MACD direction, SMA crosses, price range, daily change
  • 5 built-in presets: Oversold, Overbought, MACD Bullish, Golden Cross, Momentum
  • Sortable results table

Multi-Symbol Compare

  • Compare up to 6 symbols simultaneously
  • Normalized % return chart from period start
  • Summary table with period returns and daily change

AI Analyst (QwenAI)

  • Powered by Qwen 2.5 via Ollama (100% private)
  • Full market context injection (OHLCV + all indicators)
  • Streaming responses
  • Chat history per session

Documentation

  • Full API Reference with interactive Try It
  • Getting Started guide
  • Video tutorial section
  • This changelog

Upcoming in v1.1.0

Estimated Q3 2026

  • Real-time WebSocket price feeds
  • Price alert system (email + webhook notifications)
  • Mobile-responsive layout improvements
  • Backtesting engine for simple strategies
  • Advanced screener: market cap, P/E ratio, beta filters

Upcoming in v1.2.0

Estimated Q4 2026

  • Multi-chain portfolio tracking (Ethereum, Solana, Base)
  • On-chain DeFi position integration
  • Team workspaces with role-based access
  • White-label deployment option