Changelog
Version history and updates for Web, Mobile and Telegram applications
🌐
Web Application
Active: v1.0.50
• Mar 6, 2026
Version 1.0.50 ▼
Released: March 6, 2026
- ✅ [Web][API] Market derivatives API updates (shared backend): controllers, resources, migrations, and feed wiring
- ✅ [Web][Infra] bootstrap/app.php + config/supervisor.php: bootstrap and supervisor updates
- ✅ [Web][Dev] MarketDerivativesListTest and SingleMarketFeedTest: coverage for derivatives and feeds
Version 1.0.49 ▼
Released: March 5, 2026
- ✅ [Web][UI] site-header.blade.php: header partial updates
Version 1.0.48 ▼
Released: March 3, 2026
- ✅ [Web][UI] Landing page layout, copy, and dashboard screenshots refreshed (blade, CSS, and images)
- ✅ [Web][UI] Demo landing page demo.blade.php added/updated for dashboard preview
- ✅ [Web][Build] Vite bundles refreshed: new logsPage CSS/JS, manifest updates, and removal of legacy public/spa bundle
- ✅ [Web][API] Shared backend email center and templated mail endpoints (EmailAdminController, GenericUserMail, Email* models)
Version 1.0.47 ▼
Released: March 2, 2026
- ✅ [Web][UI] Landing page dashboard copy and styling updates (blade + CSS)
- ✅ [Web][UI] Logs page CSS/JS and manifest bundle refresh
- ✅ [Web][API] Email (welcome, plan updated, daily report) and logs sync endpoints (shared backend)
- ✅ [Web][Dev] Tests for logs sync and landing page dashboard screenshot (shared backend)
Version 1.0.46 ▼
Released: March 2, 2026
- ✅ [Web][UI] resources/views/features.blade.php, user-statistics.blade.php: content updates
- ✅ [Web][API] Bot save validation, admin/report/trade/user API updates (shared backend)
📱
Mobile Application
Active: v1.0.53
• Mar 11, 2026
Version 1.0.53 ▼
Released: March 11, 2026
- ✅ [App][UI] IndexPage.vue: dashboard page updates
- ✅ [App][Build] Refreshed app bundle and APK (public/app + dist-capacitor)
Version 1.0.52 ▼
Released: March 6, 2026
- ✅ [App][UI] New Market View page and router updates; MarketCard + DerivativePriceChart + IndexPage improvements
- ✅ [App][API] Market derivatives API updates (shared backend): controllers, resources, migrations, and feed wiring
- ✅ [App][Build] Refreshed app bundle and APK (public/app + dist-capacitor)
Version 1.0.51 ▼
Released: March 5, 2026
- ✅ [App][UI] LoggInCard.vue: auth component updates
- ✅ [App][Build] public/app bundle and APK refresh
Version 1.0.50 ▼
Released: March 4, 2026
- ✅ [App][UI] Bots CreatePage, ViewPage: layout, validation, and bot.ts types
- ✅ [App][UI] IndexPage, HeaderSection, RecentTopTradesAllUsers, TopPerformingBotsAllUsers: dashboard updates
- ✅ [App][Build] public/app bundle and APK (ht-bot-1.0.49) refresh
- ✅ [App][Dev] QuasarScreenshotDemoTest and dashboard screenshot visual QA skill
Version 1.0.49 ▼
Released: March 3, 2026
- ✅ [App][UI] Quasar dashboard charts (BookedUnbookedPnlChart, CumulativePnlChart) and SidebarSection tuned for new reports navigation
- ✅ [App][UI] New EmailCenterPage and updated reports ListPage wired into router and layout
- ✅ [App][Build] New APK build (dist-capacitor, public/app index.html) and refreshed app assets
- ✅ [App][Dev] Browser login/signup/screenshot tests and report helpers updated for new layout
🤖
Telegram Bot
Active: v6.7.11
• Mar 11, 2026
Version 6.7.9 ▼
Released: March 5, 2026
- ✅ [Telegram][Backend] CommonBotProcessManager, CommonBotProcessManagerFacade, Bots model, BotManageLogics: process manager and bot logic updates
- ✅ [Telegram][Infra] bootstrap/app.php: app bootstrap updates
Version 6.7.8 ▼
Released: March 4, 2026
- ✅ [Telegram][Backend] StoreBotRequest, BotResource: bot save validation and API resource updates
- ✅ [Telegram][Backend] SyncTableToLocalThoughApi: sync command updates
- ✅ [Telegram][Dev] QuasarScreenshotDemoTest and dashboard screenshot visual QA skill/prompt
Version 6.7.7 ▼
Released: March 3, 2026
- ✅ [Telegram][Backend] Central email infrastructure: EmailConnection/EmailTemplate models, migrations/seeders, and AccountManagerFacade wiring for templated mails
- ✅ [Telegram][Backend] EmailAdminController API and routes for admin email center actions
- ✅ [Telegram][Backend] GenericUserMail + users/generic.blade template for reusable user emails
- ✅ [Telegram][Infra] Deployment config: ht-vm-1 env path and nginx config updates
- ✅ [Telegram][Dev] AdminEmailCenterTest, DemoPageTest, browser login/signup/screenshot tests, and tinker helpers updated
Version 6.7.6 ▼
Released: March 2, 2026
- ✅ [Telegram][Backend] Daily user dashboard email pipeline: event, listeners, mail, and SendDailyUserEmailReportCommand
- ✅ [Telegram][Backend] User welcome, plan updated, and bot safe mode email notifications wired via new Mail and Listener classes
- ✅ [Telegram][Backend] LogsSyncController API and SyncLogsFromUrl command to sync logs from external URLs
- ✅ [Telegram][Backend] BotRunLogics, SystemManagerFacade, TelegramManagerFacade: wiring for new email and logging flows
- ✅ [Telegram][Dev] Tests for emails, logs sync, APK filename download, and landing dashboard screenshot
Version 6.7.5 ▼
Released: March 2, 2026
- ✅ [Telegram][Backend] BotController: saveBot validation via StoreBotRequest, toggle safe mode spacing
- ✅ [Telegram][Backend] AdminController, ReportController, TradeController, UserController: API updates
- ✅ [Telegram][Backend] LandingPageController, EnsureDefaultDatabase middleware: updates
- ✅ [Telegram][Backend] Bots model, Derivatives, HasDateMethods: model updates
- ✅ [Telegram][Backend] BotManageLogics, BotRunLogics, BotManagerFacade, TradeManagerFacade, BaseDemateProviders, OrderType: service updates
- ✅ [Telegram][Backend] Migration: add is_auto_safe_mode_on to bots table
- ✅ [Telegram][Backend] routes/api.php: route updates
- ✅ [Telegram][Backend] resources/views: features.blade.php, user-statistics.blade.php updates
- ✅ [Telegram][Dev] AdminDashboardSummaryTest, AdminBotsListFiltersTest, BotSaveValidationTest, TradeListFiltersTest, BotSafeModeReportTest: test updates