Skip to content

Releases: ValueCell-ai/valuecell

ValueCell-0.1.19-beta

15 Dec 11:06
e5fe7c3

Choose a tag to compare

We're excited to release version 0.1.19, featuring full internationalization support, TradingView integration, enhanced portfolio management, and comprehensive analytics tracking.

Key Features

🌍 Internationalization (i18n)

  • Full Multi-language Support: Comprehensive internationalization implemented across the application, allowing users to access ValueCell in their preferred language.

📊 TradingView Integration

  • Professional-grade Charts: Integrated TradingView plugin for displaying index and stock data with advanced charting tools.
  • Unified Data Rendering: Temporarily shifted all stock data rendering to TradingView, minimizing errors in stock data retrieval.
  • Enhanced Homepage Layout: Redesigned homepage with TradingView index widgets and improved parameter displays.

🎨 UI/UX Enhancements

  • Visual Updates: Added a new logo and implemented a loading progress bar with health check functionality.
  • Improved User Interfaces: Enhanced model validation UI and API key input for smoother configurations.
  • Custom Save Locations: Enabled portfolio image saving to custom locations via system dialog.
  • Window & Scroll Optimization: Adjusted minimum window dimensions, removed sidebar scrollbars, and standardized scroll behavior across portfolio and chat UIs.
  • Clearer Error Messages: Enhanced API connection failure messages for better clarity and guidance.

📈 Strategy Management

  • Streamlined Strategy Handling: Added delete buttons for strategy prompts and automatic strategy name generation.
  • Exposed Settings: Made decision interval settings visible during strategy creation.
  • Improved Modals: Enhanced strategy modals with refined defaults, error handling, and callback functionality for navigation.
  • Tooltips & Insights: Added tooltips to explain stopped strategies.

💼 Portfolio Features

  • Seamless Initialization: Portfolios can now initialize with existing positions for improved data reliability.
  • Portfolio Sharing: Introduced a new modal for portfolio sharing functionality.
  • Publishing Upgrades: Improved publishing flow with virtual exchange icon support.
  • PnL Integration: Incorporated total PnL and percentage into strategy summaries.

📊 Analytics & Tracking

  • Comprehensive Tracking: Added client-side tracking with backend analytics integration for the desktop app.
  • Enhanced User Insights: Included user_id tracking in login and logout events.
  • Client ID Analytics: Implemented event tracking for client ID creation.

🤖 Agent Improvements

  • Super Agent Reasoning: Introduced advanced reasoning capabilities for more intelligent decision-making.
  • Optimized Preloading: Improved preload_local_agent_classes with name-based filtering, better timing, and caching.
  • Windows Compatibility: Added timeout handling to prevent deadlocks during local agent class resolution on Windows.

🔌 Exchange & Trading

  • Connection Testing: Added functionality to test exchange connections.
  • Virtual Exchange Enhancements: Introduced warnings for unintended exchange_id in virtual trading mode with proper assignments.
  • Hyperliquid Support: Exchange connection testing now supports Hyperliquid parameters.
  • AI Model Organization: Sorted AI models based on configuration status for better usability.

What's Changed

  • feat(agent): enhance preload_local_agent_classes to filter by names list by @vcfgv in #553
  • fix(frontend): prevent page refresh when pressing Enter in API input fields by @PotatoZhou in #559
  • feat(ui):Update API connection failed error message by @MXD66 in #567
  • fix:fix total equity zero by @su8su in #566
  • feat: add TradingView plugin to display the index and stock information by @byronwang2005 in #511
  • fix(tracker): split useEffect hooks avoid resend, and dynamically retrieve tracker user_id by @DigHuang in #569
  • feat: enhance model validation and API key input UI by @DigHuang in #571
  • chore: temporarily switch to TradingView for all stock data rendering by @DigHuang in #572
  • feat(i18n): implement full internationalization support, superseding #570 by @byronwang2005 in #573
  • release: add 0.1.19 tag by @DigHuang in #574

Full Changelog: v0.1.18...v0.1.19

ValueCell-0.1.18-beta

09 Dec 10:55
8e78ea8

Choose a tag to compare

What's Changed

  • style: adjust window minimum dimensions & rm scrollbar in sidebar by @DigHuang in #555
  • feat: enable custom save location for portfolio images via system dialog by @DigHuang in #554
  • feat(ui): implement a progress and a new logo with health check. by @DigHuang in #556
  • release: add 0.1.18 tag by @hazeone in #560

Full Changelog: v0.1.17...v0.1.18

ValueCell-0.1.17-beta

08 Dec 11:21
99468c0

Choose a tag to compare

What's Changed

  • feat: Add Delete Button for Strategy Prompts by @PotatoZhou in #542
  • feat: Initialize Portfolio with Existing Positions and Enhance Data Fetching Reliability by @lukecold in #463
  • fix(api): add trailing slashes to API endpoint URLs for conversations, watchlist, and strategies by @DigHuang in #547
  • refactor(scroll): unify scroll styling and cleanup portfolio/chat UI by @DigHuang in #548
  • fix: adjust DialogFooter margin & exchange_id assignment for virtual exchanges. by @DigHuang in #550
  • fix(strategy): add warning for non-intended exchange_id in virtual trading mode by @vcfgv in #549
  • chore(icon): replace sidebar Market icon. by @DigHuang in #551
  • release: release v0.1.17 by @hazeone in #552

New Contributors

Full Changelog: v0.1.16...v0.1.17

ValueCell-0.1.16-beta

05 Dec 11:06
b63e8ea

Choose a tag to compare

What's Changed

  • feat(strategy): add error handling to strategy creation modals by @DigHuang in #529
  • chore: remove unused code by @su8su in #528
  • fix(strategy): handle division by zero in portfolio summary calculation by @vcfgv in #530
  • feat(analytics): implement client ID analytics event tracking on creation by @DigHuang in #535
  • feat: standardize placeholder text for exchange API credentials by @MXD66 in #536
  • feat(portfolio): enhance publish functionality and add virtual exchange icon by @DigHuang in #537
  • feat(strategy): add callback functionality to CopyStrategyModal for navigation by @DigHuang in #538
  • fix(agent): add timeout handling for local agent class resolution to prevent deadlocks on Windows by @vcfgv in #533
  • refine: agent class preloading timing and cache by @vcfgv in #540
  • fix(modals): adjust DialogFooter alignment in CreateStrategyModal and CopyStrategyModal by @DigHuang in #539
  • chore: bump version to v0.1.16 by @su8su in #541

Full Changelog: v0.1.15...v0.1.16

ValueCell-0.1.15-beta

04 Dec 10:41
f82029a

Choose a tag to compare

What's Changed

  • feat(strategy): refine strategy modals defaults and copy handling by @DigHuang in #521
  • chore: bump version to v0.1.15 by @su8su in #524

Full Changelog: v0.1.14...v0.1.15

ValueCell-0.1.14-beta

04 Dec 09:20
5862cd9

Choose a tag to compare

What's Changed

  • feat: add extra field for strategy detail by @su8su in #513
  • chore: update table header from 'Trading Portfolio' to 'Model' for clarity by @DigHuang in #512
  • fix: create strategy response by @su8su in #507
  • fix: fix create strategy agent by @su8su in #515
  • chore: bump version to v0.1.14 by @su8su in #518

Full Changelog: v0.1.13...v0.1.14

ValueCell-0.1.13-beta

03 Dec 10:41
e8c3f2f

Choose a tag to compare

What's Changed

  • feat(tracking): enhance user tracking by including user_id in login and logout events by @DigHuang in #504
  • chore: enable search_crypto in Research agent by @su8su in #508
  • chore: bump version to v0.1.13 by @su8su in #509

Full Changelog: v0.1.12...v0.1.13

ValueCell-0.1.12-beta

02 Dec 09:24
7e67f76

Choose a tag to compare

What's Changed

  • fix(backend): disable control thread for local development environment by @vcfgv in #494
  • chore: update edgartools to version 4.34.0 by @vcfgv in #496
  • refactor(strategy): update strategy props to use Strategy type and enhance portfolio sharing functionality by @DigHuang in #492
  • refactor(rank): rename 'Return' to 'P&L' in RankBoard component and simplify strategy detail display by @DigHuang in #498
  • chore(home): comment out unused components and API calls in HomeLayout and Home files by @DigHuang in #500
  • feat: Expose decision interval in Strategy Creation by @byronwang2005 in #499
  • feat(trace): add client-side tracking and backend integration for analytics in the desktop app by @DigHuang in #501
  • chore: bump version to v0.1.12 by @su8su in #503

Full Changelog: v0.1.11...v0.1.12

ValueCell-0.1.11-beta

01 Dec 10:53
1b802fb

Choose a tag to compare

What's Changed

  • feat(strategy): add tooltip for stopped strategy with reason by @vcfgv in #478
  • feat(strategy): integrate total PnL and percentage in strategy summary by @vcfgv in #481
  • fix(tauri): login with deep link focus by @DigHuang in #485
  • feat(strategy): AI model sorted by configuration status by @hazeone in #486
  • fix(rank): update default days to 7 and adjust tab labels in RankBoard component. by @DigHuang in #487
  • feat: add SharePortfolioModal for portfolio sharing functionality by @DigHuang in #483
  • feat: introduce super agent reasoning by @vcfgv in #477
  • fix(exchanges): exchange connect test add param for hyperliquid by @hazeone in #488
  • fix(strategy): calculate total PnL percentage correctly in portfolio summary by @vcfgv in #489
  • chore: bump version to v0.1.11 by @vcfgv in #490

Full Changelog: v0.1.10...v0.1.11

ValueCell-0.1.10-beta

01 Dec 06:36
511a535

Choose a tag to compare

Version 0.1.10 is a hotfix release that resolves the virtual trading bug.

What's Changed

  • fix(trading): paper trading factory init error by @hazeone in #480
  • release: hot fix release v0.1.10 by @hazeone in #482

Full Changelog: v0.1.9...v0.1.10