Changelog
Version history and updates for Web, Mobile and Telegram applications
🌐
Web Application
Active: v1.0.73
• Jun 9, 2026
Version 1.0.73 ▼
Released: June 9, 2026
- ✅ [Web][Build] Removed deprecated public assets: llm-full.txt, llm.txt, sitemap.xml cleanup
- ✅ [Web][Backend] Route updates: web.php additions for backup download and docs routing
- ✅ [Web][Dev] Tests: SqliteDatabase trait integration across all feature/unit tests
Version 1.0.72 ▼
Released: June 4, 2026
- ✅ [Web][UI] Dashboard screenshots refreshed (bot list/view, trade list/view, dashboard)
- ✅ [Web][UI] Trade feeds view: Blade template updates
- ✅ [Web][Backend] Landing page controller updates
Version 1.0.71 ▼
Released: June 1, 2026
- ✅ [Web][UI] Feed views redesign: Trade/command/user-report/header/footer with P&L glow, compact stats layout
- ✅ [Web][UI] User Statistics: Page header with logo, user info, feeds link, bucket feed link fix
- ✅ [Web][UI] Page Layout: Navbar section slot support in page.blade.php
- ✅ [Web][Backend] Feeds: CommonFeedController and Feed model updates for redesigned feed views
Version 1.0.70 ▼
Released: May 29, 2026
- ✅ [Web][Backend] Landing page controller updates for market data
- ✅ [Web][Dev] Tests: AdminMachineDashboardTest coverage expansion
Version 1.0.69 ▼
Released: May 27, 2026
- ✅ [Web][UI] Status page redesign with service health check display and AllServiceCheck integration
- ✅ [Web][UI] Landing page, new-landing, pricing page content and CSS updates
- ✅ [Web][UI] How it works page updates
- ✅ [Web][UI] Market page template update and dashboard screenshots refresh
- ✅ [Web][UI] Cookie consent banner, page layout refinements, GA4 tag injection
- ✅ [Web][Build] Sitemap generation updates and public build assets refreshed
📱
Mobile Application
Active: v1.0.76
• Jun 9, 2026
Version 1.0.76 ▼
Released: June 9, 2026
- ✅ [App][UI] Bot ViewPage: Trade management and layout updates
- ✅ [App][UI] BotCardCompact: Component layout refinements
- ✅ [App][UI] DemateAccountsPage: Demat account sync and management UI
- ✅ [App][Store] botList: State management updates
- ✅ [App][Build] APK rebuild and app asset bundles refreshed
Version 1.0.75 ▼
Released: June 4, 2026
- ✅ [App][UI] Bot ViewPage: Major layout refinements, BotCardCompact redesign
- ✅ [App][UI] IndexPage: Dashboard layout and info strip updates
- ✅ [App][UI] OpenTradesPnlChart: New chart component for open trades P&L
- ✅ [App][UI] AllMarketsPage: Market pages refinements
- ✅ [App][UI] DashboardInfoStrip: Component updates
- ✅ [App][Types] bot.ts: Type definitions updates
- ✅ [App][Build] APK rebuild and app asset bundles refreshed
Version 1.0.74 ▼
Released: June 1, 2026
- ✅ [App][UI] Trade Reel: New ReelPage and TradeReelCard for mobile swipe-through trade view
- ✅ [App][UI] Market Pages: AllMarketsPage per-market gainers/losers + suggestions; ViewPage suggestions panel, chart trade markers, dayHigh/dayLow
- ✅ [App][UI] Trades: ListPage reel button, derivative ID filter; TradeRow updates
- ✅ [App][UI] Admin: MarketFeedManagerPage major update, MarketFeedActionDialog redesign
- ✅ [App][UI] Support: SupportFAB redesign, SupportPage user context expansion
- ✅ [App][UI] Components: TradingViewChart, BotCardCompact, TradeCardNew, SidebarSection, DashboardInfoStrip updates
- ✅ [App][UI] Bot ViewPage updates and BotCardCompact redesign
- ✅ [App][System] Router: New reel route; Store: tradeList derivative filter; Types: auth/trade expansion
- ✅ [App][Build] APK rebuild and app asset bundles refreshed
Version 1.0.73 ▼
Released: May 29, 2026
- ✅ [App][UI] ScheduleManagerPage: New admin page for schedule orchestration management
- ✅ [App][UI] Bot ViewPage: Major rework with improved layout, interactions, and trade management
- ✅ [App][UI] TradeRow: New component for enhanced trade row display
- ✅ [App][UI] Components: BotCardCompact, TradeCardNew, DashboardInfoStrip, UserSafeStatsCard, MarketHolidaysCard, chart components (DailyPnl, DayOfWeek, SuggestedScript, TimeLog) refinements
- ✅ [App][Admin] MachineDashboardPage, DerivativeViewPage, TodayTradeAnalysisPage updates
- ✅ [App][UI] Pages: Investment, market, derivative, reports, trades, bots pages refinements
- ✅ [App][Infra] Axios boot, router routes expansion, auth types, SCSS updates
- ✅ [App][Build] App bundles and APK refreshed
Version 1.0.72 ▼
Released: May 27, 2026
- ✅ [App][UI] AllMarketsPage and Market/ViewPage refinements with safe stats display
- ✅ [App][UI] BotCardCompact redesign and ListPage rebuild with UserSafeStatsCard
- ✅ [App][UI] IndexPage layout updates
- ✅ [App][Admin] OpenSessionAnalysisPage: New page for session analysis
- ✅ [App][Admin] TradeAiAnalysisPage: New page for AI trade analysis
- ✅ [App][Admin] SidebarSection navigation routes expansion
- ✅ [App][Types] Updated TypeScript definitions (auth.ts, bot.ts)
- ✅ [App][Build] Android APK rebuild and public app bundle refresh
🤖
Telegram Bot
Active: v6.7.34
• Jun 9, 2026
Version 6.7.34 ▼
Released: June 9, 2026
- ✅ [Telegram][Backend] Market Feed over WebSocket: Route feed from market machine to hub, fast derivative sync (2s), sync-requested polling/ack, flush derivatives via WS
- ✅ [Telegram][Backend] WebSocket Client: machineClient.octane.js fast sync mode, derivative batch sync with ack, connection manager updates
- ✅ [Telegram][Backend] WebSocket Manager: marketFeedWebsockets.js polling interval optimization, fast sync trigger, sync-requested endpoint
- ✅ [Telegram][Backend] Octane Controller: WebSocket sync endpoints (/internal/machine-ws), demat account sync, machine dashboard history fix
- ✅ [Telegram][Backend] Machine Dashboard: AdminController dashboard history null-safe access, source validation, RAM/queue metrics extraction
- ✅ [Telegram][Backend] System Commands: BackupDatabase/RestoreDatabaseFromUrl commands, DatabaseBackup model/migration, SendBootNotificationToTelegramDevChannel
- ✅ [Telegram][Backend] Upstox Integration: RefreshAccessToken, SearchInstruments, TestUpstoxApis command, UpstoxApiManager improvements
- ✅ [Telegram][Backend] Config: hub.static_ip, market.static_ip, CORS origin updates
- ✅ [Telegram][Backend] CI/Testing: SqliteDatabase trait for test isolation, Postgres migration guards, deploy test gate
- ✅ [Telegram][Dev] Tests: SendBootNotificationToTelegramDevChannelTest, MarketFeedServerSplitTest, DbConnectionCheckTest, SqliteDatabase trait across all tests
Version 6.7.33 ▼
Released: June 4, 2026
- ✅ [Telegram][Backend] Machine Facades: TraderManagerFacade, MarketManagerFacade, HubManager/MarketManager/TraderManager/BotManager facades, MachineInterface
- ✅ [Telegram][Backend] Bot Engine: BotSingleProcess refactoring, BotManageLogics, BotResource/AdminBotResource updates, BotsTypes, BotManagerFacade
- ✅ [Telegram][Backend] Market: DistributeScriptsToTokens command, SyncDerivativeCommand updates, RouteTrait, allocation migration
- ✅ [Telegram][Backend] Market Feed: UpdateDerivativesBatchJob, MarketFeedManagerFacade, WebSocket provider (marketFeedWebsockets.js) updates
- ✅ [Telegram][Backend] Trade: TradeOpenMarketJob refinements, X1Facade strategy updates
- ✅ [Telegram][Backend] System: AllServiceCheck, StartReverbServer, SyncTableToLocalThoughApi, SystemManagerFacade, Octane config
- ✅ [Telegram][Backend] Admin API: OctaneController/UserController/LandingPageController updates, API route expansions
- ✅ [Telegram][Backend] Models & Services: AdminAccessToken, Services model, UpstoxManagerFacade, common helper updates
- ✅ [Telegram][Backend] Open Session: OpenSessionAnalysisJob updates
- ✅ [Telegram][Dev] Dependencies: package.json updates
Version 6.7.32 ▼
Released: June 1, 2026
- ✅ [Telegram][Backend] Trade Engine: TradeOpenJob/TradeCloseJob/TradeCloseDerivativeJob rewrites — concurrency, error handling, unique locking
- ✅ [Telegram][Backend] Market: Per-market gainers/losers API, root bot suggestions data API, action logs on admin feed manager
- ✅ [Telegram][Backend] Reverb Server: CheckReverbServer command and tests, StartReverbServer config migration
- ✅ [Telegram][Backend] Support Admin: Expanded conversation view with user bots/trades/onboarding stats
- ✅ [Telegram][Backend] Trade Model: Opposite trade loading fix, Bots.getStrategyFacadeClass, Strategies facade field, AccountManager login fix
- ✅ [Telegram][Backend] Trade List: Derivative ID filter on trade list API
- ✅ [Telegram][Backend] Config: CORS and sanctum config updates
- ✅ [Telegram][Backend] Feeds UI: Trade/command/user-report/header/footer views redesign with P&L glow effects
- ✅ [Telegram][Dev] Tests: TradeListFiltersTest, CheckReverbServerTest
Version 6.7.31 ▼
Released: May 29, 2026
- ✅ [Telegram][Backend] Schedule management: ServiceManagerCommand, ScheduleManagerController, ScheduleDefinition/ScheduleRunLog models with migrations and CRUD API
- ✅ [Telegram][Backend] Service health check: New service types migration, AllServiceCheck dedup logic, Services model updates
- ✅ [Telegram][Backend] Market: out_range column on derivatives, RouteTrait, SyncSingleMarketDerivativesJob, UpstoxManagerFacade/MarketManagerFacade updates
- ✅ [Telegram][Backend] Admin API: OctaneController, AdminController, ScheduleManagerController expansions, InternalOnlyMiddleware updates
- ✅ [Telegram][Backend] System: Market/Hub manager facades, SystemManagerFacade, TradeManagerFacade, ClearLogsCommand, common.php, OptionDirection enum updates
- ✅ [Telegram][Backend] Config: Market API token fix, sanctum config updates, new bot types
- ✅ [Telegram][Dev] Tests: AdminMachineDashboardTest, AllServiceCheckTest coverage expansion
Version 6.7.30 ▼
Released: May 27, 2026
- ✅ [Telegram][Backend] GA4 Measurement Protocol: InjectGoogleTag middleware, signup/bot-activated event listeners, Ga4MeasurementProtocolService
- ✅ [Telegram][Backend] User/Bot Safe Manager: BotSafeStat/UserSafeStat models, StoreBotSafeReport command, BotSafeManagerFacade/UserSafeManagerFacade
- ✅ [Telegram][Backend] Bot management: BotManageLogics trait, BotResource/AdminBotResource updates
- ✅ [Telegram][Backend] System commands: RebootMachine, SendBootNotificationCommand, ImportDatabaseDump, SyncTableToLocalThoughApi updates
- ✅ [Telegram][Backend] AI Trade Analysis: AnalyzeTradesCommand, TradeAiAnalysisJob/Service/Model with cost/usage tracking, OpenCodeGoApiService updates
- ✅ [Telegram][Backend] Service Health Check: AllServiceCheck command, Services model, ServiceLog model with migration, status page redesign
- ✅ [Telegram][Backend] Open Session Analysis: AnalyzeOpenSessionCommand, OpenSessionAnalysisJob, OpenSessionResult model with migration
- ✅ [Telegram][Backend] Market: MarketManagerFacade, MarketDerivativeResource, X1Facade/TradeOpenJob strategy refinements
- ✅ [Telegram][Backend] System: SystemManagerFacade, TradeManagerFacade, TradeManagerFacade updates
- ✅ [Telegram][Backend] Admin API: AdminController/UserController expansions, config/cors/sanctum/services GA4 config
- ✅ [Telegram][Dev] Tests: BotSafeManagerFacadeTest, UserSafeManagerFacadeTest, GoogleTagInjectionTest, StatusPageTest, AllServiceCheckTest