Changelog

Every release, most recent first.

Latest
v0.4.113
Shipped
2026-08-31
Releases
143
Changes
1049
v0.4
5 releases
v0.4.113
12 changes
Latest

Charting

  1. 01Dragging the end of a snapped drawing lands exactly where the magnet points
  2. 02A new channel draws its parallel straight through the data point you magnetized to
  3. 03Watchlist sparklines stretch to fill their column, so small moves are easier to read
  4. 04The chart stays smooth while you pan, zoom and hover, even with a lot on screen
  5. 05Zoom steps are evenly spaced from the widest view to the tightest, spinning the wheel faster covers more ground per notch, and bars stay crisp at every step instead of sharpening only once you stop
  6. 06Timeframes can be labelled the traditional way — M5, H1, D1
  7. 07Chart panes open and close straight away, with no bounce
  8. 08Jump to Now is a small chevron now, leaving more of the chart visible
  9. 09On Linux, the mouse pointer is no longer oversized over the terminal
  10. 10The drawing toolbar now floats over the chart, so opening it no longer shifts the candles
  11. 11The instrument island steps aside while the drawing toolbar is open
  12. 12Multi-chart layouts draw a divider line between charts
v0.4.94
6 changes

Charting and Text

  1. 01The magnet no longer stays stuck on after switching away from the terminal and back
  2. 02The instrument island brightens for the pane you are working in, rather than the one you are pointing at
  3. 03Chart layout icons are larger and easier to hit
  4. 04Text arrives with the app instead of a moment later, and no longer shifts as it settles
  5. 05The terminal logo links back to the site
  6. 06A security fix, and steadier handling of links the terminal opens for you
v0.4.80
9 changes

Navigation, Charting and Desktop

  1. 01The navigation rail was redesigned, with a live news ticker and weather
  2. 02News sources can be managed from the connections section of the navigation palette
  3. 03Charting regained functionality missing since the engine rework
  4. 04Candle bodies can take an optional vertical gradient fill
  5. 05Chart screenshots render sharper and truer to what is on screen
  6. 06Chart header icons are larger and the instrument selector was tidied
  7. 07Desktop app now support Linux and Windows
  8. 08New app icons for the desktop app and the installable web app
  9. 09The terminal redraws less and stays responsive under load
v0.4.61
10 changes

Charting and Navigation

  1. 01The desktop app was rebuilt: it opens faster, remembers its window size and position between launches
  2. 02Charts open with data straight away instead of coming up empty
  3. 03Chart zooming was overhauled, with animations and clarity being the focus
  4. 04Duplicate and out-of-order candles no longer glitch the chart, and gaps sit at the right place on the time axis
  5. 05Drawings now have undo and redo, plus a magnet mode that snaps them to candles
  6. 06Chart colours follow the current theme, including on charts saved with older colour settings
  7. 07A new navigation rail replaces the settings menu and connections drawer, with a command palette, an account sheet and a profile card in the footer
  8. 08The top bar was reworked with pill-style tabs and a repositioned menu toggle
  9. 09Grid panes resize more predictably and columns size themselves to the content
  10. 10Fixed a security issue around session identity
v0.4.0
7 changes

Architecture, App Direction, Core Logic

  1. 01Started the replacement process of the previous application with the custom charting implementation as the core of the product — charts, order entry, open positions, watchlists and journaling
  2. 02Introduction of the desktop application
  3. 03Retired the old web app along with its residual logic
  4. 04Consolidated onto one backend and retired the second
  5. 05Brought the platform up to current major versions throughout and removed redundancies
  6. 06Standardised broker connections on a single storage path shared by the terminal and the services behind it
  7. 07Sign-ups pause during maintenance
v0.3
4 releases
v0.3.3
5 changes

Charting

  1. 01Added brush (freehand) drawing tool with full selection, dragging, and cloning support
  2. 02Added rectangle drawing tool with resizable corners
  3. 03Added rectangle extension options to extend edges to chart boundaries
  4. 04Added rectangle hide sides options to show only fill with top/bottom borders
  5. 05Added linear regression (parallel lines) drawing tool for quick channel notation
v0.3.2
1 change

Charting

  1. 01Fixed instrument selection from dropdowns and modals not updating the active chart
v0.3.1
20 changes

Charting

  1. 01Added fullscreen mode for expanded chart viewing
  2. 02Added resizable chart panes with smooth animated transitions
  3. 03Added drag-and-drop support for rearranging panels with visual feedback
  4. 04Added multi-selection for drawings with unified selection management
  5. 05Added drawing settings panel for adjusting styles and extension options
  6. 06Added measurement indicators for line drawings
  7. 07Added options to extend lines to chart start or end
  8. 08Added position visualization with MFE/MAE zone overlays
  9. 09Added saved layouts with account level persistence
  10. 10Added layout renaming and unsaved changes tracking
  11. 11Added default visible bars configuration for zoom control
  12. 12Added price line customization options in chart themes
  13. 13Added settings panel with tabbed interface for chart configuration
  14. 14Added toolbar integration in left pane
  15. 15Improved gridline rendering with enhanced price and time step calculations
  16. 16Improved spring animations for smoother, more responsive pane transitions
  17. 17Improved stats panel to conditionally display based on visible bar range
  18. 18Improved click handling with outside-click detection to deactivate chart
  19. 19Improved resize behavior by blocking mouse events during pane adjustments
  20. 20Improved chart configuration persistence via localStorage
v0.3.0
3 changes

Charting

  1. 01Added an interactive chart view inside trade reports
  2. 02Added timeframe switching, multi-pane layouts, and optional chart syncing
  3. 03Added drawing tools and indicator overlays to support deeper post-trade review
v0.2
1 release
v0.2.0
49 changes

Data Architecture, Testing, Security, Performance

  1. 01Performed end-to-end testing of entire MVP
  2. 02Refactored backend architecture
  3. 03Implemented unified ticker-per-exchange framework
  4. 04Introduced day planning/emotion sketch
  5. 05Added routes for syncing instruments from brokers with admin access validation
  6. 06Implemented fetching and storage of broker instrument metadata in Firestore
  7. 07Created utility functions for managing and retrieving broker instruments
  8. 08Enhanced InstrumentsTab on CRM page with sync functionality, filtering, and sorting
  9. 09Added BreakoutPDF-specific OKX websocket for live price updates
  10. 10Implemented subscription management, price caching, and automatic reconnection
  11. 11Implemented ledger entry recording from BreakoutPDF data import
  12. 12Added Ledger module to accounts slide for viewing entries by broker or globally
  13. 13Created utility functions for symbol mapping between Breakout and OKX formats
  14. 14Connected analytics filtering system
  15. 15Atomized data imports to prevent inconsistent state on page refresh
  16. 16Modularized broker backend for improved extensibility
  17. 17Added column visibility toggle to Open and Closed Positions cards
  18. 18Added broker column displaying icon and name for each position
  19. 19Added quantity and notional size columns for clearer position sizing
  20. 20Improved Breakout live price feed reliability with automatic reconnection on connection drop
  21. 21Created UI components for reference-only badges (BreakoutPDF ephemeral positions update only when new PDF with closing side is provided)
  22. 22Unified position tracking across all brokers for global monitoring
  23. 23Improved FIFO matching for better scaling
  24. 24Unified timestamp handling between server and client across all API routes
  25. 25Unified cross-device data synchronization for instant updates
  26. 26Extracted logic for populating existing trade reports with position and timeline data
  27. 27Enhanced trade import flow to store fills and compute positions in a single operation
  28. 28Added action bar to trade report cards for report-specific actions
  29. 29Enhanced UI consistency across the application
  30. 30Optimized analytics calculations using standardized timestamp utilities
  31. 31Streamlined trade report deletion to properly clean up all associated data
  32. 32Streamlined journal context architecture
  33. 33Developed journal creation and editing functionality
  34. 34Unified and centralized user-facing notification system
  35. 35Improved application loading efficiency
  36. 36Added filter options to trades slide modules
  37. 37Scoped localStorage preferences to user and device
  38. 38Optimized loading, broker logic, authentication, notifications, keyboard shortcuts, positions, and websockets
  39. 39Implemented subscription plan limits for data retention, daily trades, broker connections, and imports
  40. 40Fixed memory leaks
  41. 41Conducted security review and improved overall security posture
  42. 42Implemented session-based authentication with database verification for admin roles
  43. 43Added limited functionality badge to features which may not yet function correctly
  44. 44Enabled changing email for accounts with email registration
  45. 45Implemented new control group Spectrum for user-manageable valence per control
  46. 46Enhanced middleware security and error handling
  47. 47Established comprehensive input validation
  48. 48Removed build versioning
  49. 49Launched preview
v0.1
133 releases
v0.1.99.99
15 changes

Data Flow, Navigation, Animations, Accessibility

  1. 01Removed all mock data
  2. 02Wired up the isolated applets across all sections for the core UX data flow
  3. 03Introduced placeholder cards during window resize or slide space changes
  4. 04Updated all control UI to automatically sort items with their respective order settings
  5. 05Fixed horizontal carousel navigation being blocked after returning from top slide
  6. 06Improved state synchronization between vertical and horizontal carousels
  7. 07Enhanced carousel swipe animations with smoother, more fluid transitions when using mouse swiping
  8. 08Eliminated visual jitter when swiping between sections while grid is unlocked
  9. 09Improved keyboard navigation by preventing tab access to inactive vertical carousel slides for better accessibility
  10. 10Added ability to clear local storage and session storage from the account page
  11. 11Fixed trade errors filtering in analytics cards to properly identify trades with specific errors
  12. 12Renamed trade duration classification from "Types" to "Terms" throughout the application for clearer terminology
  13. 13Refined analytics calculation system to derive position data directly from trade reports
  14. 14Enhanced initial account data structure to ensure all default settings are properly configured during registration
  15. 15Ready for final testing before preview
v0.1.99.98
24 changes

Architecture, Profile Management, Performance

  1. 01Performed final architectural enhancements and consolidations in preparation for final data flow interrogations
  2. 02Isolated app-specific providers to prevent unnecessary code loading on public pages
  3. 03Removed provider dependencies from shared components for better modularity
  4. 04Refactored malignant controls to align to the modular controls architecture
  5. 05Unified the control system across all applets and services, improving consistency and reliability
  6. 06Added new control to monitor euphoria
  7. 07Added new initial default optional Play, 'Breakout Strategy' to enhance clarity of Play use-case
  8. 08Corrected usage of state stores and serverside vs clientside rendering
  9. 09Fixed profile picture upload system separation on app subdomain vs. root pages
  10. 10Added cache-busting timestamps to profile images for immediate visual updates
  11. 11Enhanced page load performance for home, login, and account pages
  12. 12Unified reporter terminal styling with spring carousel card design system
  13. 13Implemented dynamic card rounding throughout reporter terminal responding to user preferences
  14. 14Added dynamic shadow intensity controls matching carousel shadow system
  15. 15Redesigned all toggles with succinct pill-style containers and consistent hover states
  16. 16Standardized all toggle inner button rounding for refined appearance
  17. 17Synchronized custom UI component colors with application-wide color scheme
  18. 18Fixed journal configurator appearing on subsequent logins after using default settings
  19. 19Improved state synchronization when updating journal configuration to ensure all states reflect changes immediately
  20. 20Enhanced optimistic updates to maintain consistency across current journal state
  21. 21Various optimizations including home pages and app animations
  22. 22Updated home page with further featurettes showcasing the app's USPs
  23. 23Password strength bubble styling redesigned
  24. 24Email wording made clearer
v0.1.99.97
20 changes

Reporter Terminal Redesign, Reporting Architecture, Layout Consistency

  1. 01Completely rebuilt reporter terminal with modern layout and comprehensive trade thesis documentation
  2. 02Implemented chart area with media toggle for Chart/Screenshots/Video views
  3. 03Added positions section with expandable trade cards showing P&L, grades, and detailed execution data
  4. 04Created unified control system with stars-based quality ratings and action buttons
  5. 05Integrated report mode toggle with visual indicators for active routing
  6. 06Built comprehensive rules section with checkbox selection and hover states
  7. 07Implemented Play parent-child classification architecture where each Play defines optional default Tactic/Type/Stop/Timeframe
  8. 08Created nested dropdown interface for managing Play child classifications
  9. 09Added all initial optional tag groups to reporter terminal: Mindstate, Fatigue, Inertia, Conviction, Motivation, Focus, Self control
  10. 10Implemented trade errors section with selectable error types and descriptions
  11. 11Updated backend registration flow to initialize Plays with proper default child classifications
  12. 12Enhanced Plays module to support editing Play defaults through dropdown selectors
  13. 13Moved chart/screenshot/video toggle to bottom of chart area for better workflow
  14. 14Positioned grid/list toggle above positions section for improved accessibility
  15. 15Fixed app header positioning preventing content layout shifts
  16. 16Enhanced layout consistency across vertical slides with proper height calculations
  17. 17Moved navigation bar and What's New button from global layout to the center slide of the vertical carousel for better contextual positioning
  18. 18Navigation elements now only appear on main app content slide and hide when navigating to top or bottom vertical slides
  19. 19Improved vertical carousel slide height management to account for header overlay on appropriate slides
  20. 20Upgraded changelog system with publication control allowing draft entries to be created and refined before release
v0.1.99.96
30 changes

User Interface Refinements, pAivlov Framework, Developer Tools

  1. 01Enhanced main application carousel animations to provide a responsive and appealing experience
  2. 02Completely redesigned tradeReport cards from the ground up in preparation for final data flow interrogation
  3. 03Created an isolated, comprehensive drag-and-drop interface for eventual report customization implementation
  4. 04Enhanced tradeReport details with better formatting and information display
  5. 05Specified and commenced the full framework for pAivlov functionality
  6. 06Upgraded pAivlov settings interface to accommodate the full framework
  7. 07Improved pinned sections functionality in CRM with persistent storage across sessions
  8. 08Added testing page wrapper for easier component development and iteration
  9. 09Improved typography and shadow styles throughout interface
  10. 10Updated header scaling behavior for more responsive interactions
  11. 11Redesigned profile menu with unified system that works consistently across all pages
  12. 12Improved profile menu animations with smooth transitions and enhanced visual feedback
  13. 13Enhanced profile menu positioning and visibility handling for better accessibility
  14. 14Added intelligent menu state management that automatically closes when navigating or scrolling
  15. 15Profile menu now adapts button visibility based on current page context
  16. 16Improved profile hover interactions with refined scaling and visual effects
  17. 17Enhanced account and settings buttons with clearer icons and improved layouts
  18. 18Restored developer panel integration with streamlined access from profile menu for admins
  19. 19Improved logout process with better state cleanup and user feedback
  20. 20Consolidated four separate profile menu components into single maintainable system
  21. 21Removed unnecessary borders and cleaned up profile area styling
  22. 22Enhanced profile display with improved photo positioning and initialization
  23. 23Added click-outside detection for more intuitive menu behavior
  24. 24Improved menu toggle functionality with better state synchronization
  25. 25Enhanced header interactions with profile menu integration across home and app views
  26. 26Simplified date handling across user-related features for better consistency
  27. 27Added keyboard shortcuts for pAivlov activation/chat toggling and improved shortcut handling in input fields
  28. 28Implemented shortcut prevention system to avoid conflicts when typing in forms
  29. 29Enhanced component capturing functionality for testing and documentation
  30. 30Made ASCII art smaller for console output for better application logging and debugging
v0.1.99.95
13 changes

Performance Optimization, WebSocket Context Enhancement, Layout Personalization

  1. 01Implemented comprehensive performance optimization across all dashboard cards and components to reduce unnecessary re-renders
  2. 02Added intelligent memoization system that monitors and prevents redundant component updates
  3. 03Migrated real-time data streaming to new optimized WebSocket-based architecture for faster position and account updates
  4. 04Introduced optimized subscriptions for more efficient state management and selective component updates
  5. 05Implemented user-specific layout storage system that preserves grid configurations per user, per device across sessions
  6. 06Added automatic layout migration when switching between accounts or devices
  7. 07Pruned entire codebase for redundant syntax and cleaned directory structure
  8. 08Improved email template system with updated designs for account notifications and customer service communications
  9. 09Added profiler analysis tools for monitoring application performance and identifying optimization opportunities
  10. 10Enhanced animation smoothness in journal configuration interface with precision timing adjustments
  11. 11Improved grid layout rendering performance by optimizing context provider subscriptions
  12. 12Updated "What's New" feature flag naming from "New" to "Brand New" for better clarity
  13. 13Consolidated deprecated email templates and improved template organization
v0.1.99.94
17 changes

Email Templates, Module Shipping Management, Onboarding Flow

  1. 01Automated new module registry to update during deployment
  2. 02Added intermediary What's New and Module Registry notification formatter in CRM Shipping section
  3. 03Updated all email templates with responsive layouts for better display across devices and various screen sizes
  4. 04Fixed email template image references and adjusted spacing for more consistent visual appearance across all communications
  5. 05Renamed "What's New" tab to "Shipping" to better reflect module and feature deployment management
  6. 06Added comprehensive module registry view in CRM for tracking and managing module releases
  7. 07Implemented CRM Subheader component for improved navigation and context within admin tools
  8. 08Enhanced module management with editing capabilities for module metadata and release information
  9. 09Added timestamp synchronization for modules and updates to use actual release dates
  10. 10Improved module addition workflow with dependency validation and layout verification
  11. 11Added layout validation and progress tracking for module deployment process
  12. 12Hardened notification system for available modules, new features, and product announcements
  13. 13Hardened module registry management system for tracking and deploying new modules to users
  14. 14Enhanced module check API to provide better metadata during onboarding and account setup
  15. 15Improved onboarding flow to automatically initialize user preferences and properly set completion status for new accounts
  16. 16Reorganized journal layout removing redundant cards and consolidating functionality into comprehensive overview
  17. 17Streamlined code structure across multiple components for improved maintainability
v0.1.99.93
29 changes

"What's New" System, New Module Grace, Journal Management Enhancements

  1. 01Introduced comprehensive notification system for tracking new features, modules, and product updates
  2. 02Added What's New pane that displays new modules available to add, feature announcements, improvements, and product news
  3. 03Created centralized registry system combining module updates with manual feature announcements
  4. 04Added notification badge to navigation showing count of unacknowledged items
  5. 05Implemented empty state for What's New modal when there are no pending notifications
  6. 06Added support for custom action buttons in notifications for deep links and external resources
  7. 07New modules can be added directly from the notification modal with one click
  8. 08Feature announcements support rich content including images, videos, and learn-more links
  9. 09Notifications are grouped by type (modules, features, announcements, improvements) for better organization
  10. 10Added acknowledge system to track which notifications users have seen across devices
  11. 11Notifications persist until user acknowledges them, ensuring important updates aren't missed
  12. 12Improved user onboarding by proactively surfacing new capabilities and features
  13. 13Module notification system integrated with module versioning and registry
  14. 14Added user-friendly icons for different notification types
  15. 15Redesigned Journal Overview card with comprehensive session management
  16. 16Added interactive journal switcher with dropdown menu showing all available journals
  17. 17Created quick-access buttons for creating new journals directly from the overview
  18. 18Improved current context display showing session information
  19. 19Added quick statistics for journals at a glance
  20. 20Enhanced journal metadata display with currency, age, and starting balance
  21. 21Streamlined journal configuration cards with improved pAivlov and risk management settings
  22. 22Removed redundant journal activity, stats, creator, and pages/sessions cards
  23. 23Consolidated journal functionality into a single, comprehensive overview interface
  24. 24Added journal age tracking showing days since creation
  25. 25Enhanced page and session selection with visual active state indicators
  26. 26Improved journal configuration pane with cleaner shadow styling
  27. 27Updated settings panel with improved disabled state styling
  28. 28Moved reusable form components to centralized custom UI directory
  29. 29Improved component organization for better code maintainability
v0.1.99.92
8 changes

Journal Setup, Risk Management, AI Settings

  1. 01Added quick setup option with default journal configuration for faster onboarding
  2. 02Renamed setup button from "Cancel" to "Use Defaults" to clarify its purpose
  3. 03Redesigned journal layout with three dedicated setting cards: Risk Management, Difficulty Settings, and pAivlov AI configuration
  4. 04Expanded risk management controls with more detailed parameter configuration options
  5. 05Added comprehensive AI assistant preferences including analysis frequency, insight types, feedback style, and notification settings
  6. 06Improved animation smoothness for setup interface transitions
  7. 07Enhanced default journal creation to include complete AI configuration settings
  8. 08Reorganized journal workspace layout for better access to core settings and management features
v0.1.99.91
13 changes

Email System Enhancements, Template Management, Admin Tools

  1. 01Unified email template system with improved organization and version control
  2. 02Added support for custom HTML email composition with live preview mode
  3. 03Email templates now save and load automatically including custom subject lines and sender addresses
  4. 04Improved email template interface with template selection that persists between sessions
  5. 05Enhanced email composer with switchable preview modes for testing layouts before sending
  6. 06Added master template and minimal example templates for easier custom email creation
  7. 07Reorganized email template files into versioned folders for better maintenance and development
  8. 08Improved email template loading system with better error handling and fallback support
  9. 09Enhanced email sending API to support custom HTML alongside standard templates
  10. 10Added better email queuing with detailed logging for admin monitoring
  11. 11Improved Content Security Policy to support external email template resources
  12. 12Enhanced email template rendering with improved conditional logic handling
  13. 13Streamlined email template data interfaces with better type safety
v0.1.99.90
1 change

Bug Fixing Pass

  1. 01Resolved lingering issues from recent refactors to prepare for final core functionality improvements
v0.1.99.89
13 changes

Broker Connection Management, Breakout Trading Parser, API Structure

  1. 01Added ability to remove and restore broker connections while preserving historical data
  2. 02Broker connections now display account identifiers (wallet addresses or account numbers) for easier identification
  3. 03Added toggle to view all broker connections including previously removed ones
  4. 04Improved broker connection interface with inline status indicators and action buttons
  5. 05Enhanced Breakout statement parser to handle concatenated size and symbol fields in transaction data
  6. 06Improved Breakout parser support for Unicode characters in numerical fields (em dashes, non-breaking hyphens)
  7. 07Implemented FIFO (First-In-First-Out) position matching for Breakout trading data
  8. 08Enhanced position creation logic to properly group opening and closing trades
  9. 09Added support for partial position closes and multi-fill position entries in Breakout data
  10. 10Improved handling of DCA (Dollar Cost Averaging) entries in position calculations
  11. 11Broker connections now store account identifiers for display purposes
  12. 12Added new API endpoints for managing individual broker connections
  13. 13Improved broker connection refresh behavior to prevent stale cached data
v0.1.99.88
8 changes

Journal System Architecture, Code Quality, Type Safety

  1. 01Corrected journal lookup system from name-based to ID-based architecture for improved reliability
  2. 02Removed backwards compatibility code for cleaner, more maintainable codebase
  3. 03Enhanced TypeScript type safety across broker processing and tradeReport systems
  4. 04Simplified broker data processing to properly separate journal-agnostic positions from journal-specific tradeReports
  5. 05Cleaned up redundant parameters in broker processing interfaces
  6. 06Fixed metadata parameter mismatches in Hyperliquid position creation
  7. 07Improved code maintainability by removing 290+ lines of legacy lookup code
  8. 08Added new Closed Positions card to Trades layout for better position tracking
v0.1.99.87
8 changes

Breakout Broker Integration Improvements

  1. 01Enhanced Breakout PDF import to automatically detect and extract account numbers from PDF headers
  2. 02Account number field now auto-populates when uploading a Breakout statement, eliminating manual entry
  3. 03Improved trade grouping logic to intelligently combine related fills into complete positions
  4. 04Added support for tracking both open and closed positions from Breakout statements
  5. 05Enhanced duplicate detection to prevent re-importing existing trades
  6. 06Added automatic tradeReport generation when uploading Breakout PDFs with journal context
  7. 07Streamlined broker connection workflow by removing manual account number requirement
  8. 08Removed unused font files to reduce application size
v0.1.99.86
10 changes

CRM Administration, Code Quality, Deployment Monitoring

  1. 01Removed unused imports and legacy code from CRM client interface for improved performance
  2. 02Cleaned up deprecated feedback and support message handling in admin panel
  3. 03Improved type safety throughout admin dashboard by removing generic types and properly typing data structures
  4. 04Streamlined user status and admin privilege management functions
  5. 05Enhanced message attachment display with proper image optimization
  6. 06Improved thread and message state management for more reliable admin communications
  7. 07Refined deployment monitoring interface with better type definitions
  8. 08Optimized admin dashboard initialization and authentication checks
  9. 09Improved message timestamp handling and display formatting across admin views
  10. 10Cleaned up unused modal components and helper functions for lighter page weight
v0.1.99.85
8 changes

CRM System Performance & Efficiency

  1. 01Dramatically improved CRM message loading performance by eliminating redundant database listeners
  2. 02Consolidated all message data into a single global listener, reducing database queries and network overhead
  3. 03Messages now load instantly when switching between threads or users
  4. 04Optimized thread list performance by implementing user data caching
  5. 05Reduced unnecessary database calls when viewing client conversations
  6. 06Improved inbox responsiveness when navigating between conversations
  7. 07Enhanced real-time message sync across all CRM views
  8. 08Streamlined data flow between global inbox and individual client views
v0.1.99.84
1 change

Security Enhancements

  1. 01Application security enhanced
v0.1.99.83
3 changes

Security Headers, Email Templates, Logging

  1. 01Updated security policy to allow Google Tag Manager image resources
  2. 02Corrected email template list to reflect actually available templates
  3. 03Enhanced logging strategy
v0.1.99.82
24 changes

API Security, Rate Limiting, File Upload Protection

  1. 01Implemented comprehensive five-tier rate limiting system for all data API endpoints protecting against abuse and ensuring fair resource allocation
  2. 02Added intelligent rate limit categorization with READ operations allowing higher request volumes while WRITE operations have stricter limits
  3. 03Integrated specialized rate limits for resource-intensive operations including HEAVY computations, UPLOAD file transfers, and BULK data processing
  4. 04Applied rate limiting protection across broker transaction endpoints for fills and ledger data
  5. 05Enhanced control management endpoints with write operation rate limiting
  6. 06Protected customization endpoints for theme and palette operations with appropriate limits
  7. 07Secured journal management operations including creation, updates, and hierarchical data fetching
  8. 08Added rate limiting to AI assistant message storage endpoints
  9. 09Protected tradeReport operations including fetch, update, and deletion with tiered limits
  10. 10Implemented rate limiting for user profile operations and username availability checks
  11. 11Enhanced file upload security with comprehensive validation including size limits, MIME type verification, and magic byte checking
  12. 12Added filename sanitization to prevent path traversal and malicious file naming attacks
  13. 13Implemented dangerous content detection for uploaded files including PDFs and images
  14. 14Updated broker connection endpoints with enhanced file validation for document uploads
  15. 15Secured feedback and support submission endpoints with image upload validation
  16. 16Refined Content Security Policy by removing unsafe directives and blob protocol for improved browser security
  17. 17Implemented OAuth state parameter with CSRF protection for Google authentication to prevent cross-site request forgery attacks
  18. 18Added secure state generation and verification system for OAuth flows with automatic cleanup
  19. 19Enhanced webhook security with HMAC-SHA256 signature verification to prevent unauthorized deployment requests
  20. 20Improved session management with better cookie handling and domain configuration for enhanced security
  21. 21Updated Firestore security rules to prevent privilege escalation and unauthorized data access
  22. 22Restricted sensitive security logging to development environments only to prevent information leakage in production
  23. 23Added detailed documentation for rate limiting framework including migration patterns and endpoint protection strategies
  24. 24Improved error handling and logging for file validation processes to aid in debugging and security monitoring
v0.1.99.81
1 change

Security Enhancements

  1. 01Application security enhanced
v0.1.99.80
27 changes

CRM Interface Enhancements, Communications Hub, System Monitoring

  1. 01Reorganized admin navigation to place Communications Hub as the first section for faster access to user interactions
  2. 02Improved subscription plan selector with refined theming, clearer visual feedback, and immediate updates when selecting different plans
  3. 03Enhanced edit user interface to stay open after saving changes for continuous workflow without needing to reopen
  4. 04Updated edit user button styling to better match overall CRM interface design
  5. 05Removed unnecessary animations and transitions from user editing forms for snappier interaction
  6. 06Improved communications panel with draggable border between sections for customized workspace layout
  7. 07Enhanced feedback and support thread cards with consistent theming and visual hierarchy
  8. 08Fixed thread card selection behavior to allow deselecting active threads by clicking them again
  9. 09Added automatic thread deselection when switching between feedback and support tabs for clearer navigation
  10. 10Implemented instant feedback when marking threads as read, unread, favorite, or deleted without waiting for server response
  11. 11Increased height of user communications area in admin panel to display more conversation history
  12. 12Removed redundant title from communications section for cleaner interface
  13. 13Optimized spacing in global inbox card view for better content density
  14. 14Added view mode persistence to remember your preference between card and table layouts in communications
  15. 15Fixed ticket number colors to remain consistent regardless of theme customization
  16. 16Completely rebuilt system logs section with expanded display area showing full height of available space
  17. 17Added comprehensive log management tools including copy all logs and copy individual log entries
  18. 18Introduced log accumulation to keep all incoming logs during session rather than replacing them
  19. 19Added severity filtering to system logs with dropdown selector for error, warning, info, and debug levels
  20. 20Implemented manual log refresh button to pull new logs on demand between automatic updates
  21. 21Added clear logs button to reset log history when needed
  22. 22Enhanced log display with table structure for seamless text selection and copying without extra line breaks
  23. 23Created sticky header in system logs that stays visible while scrolling through log entries
  24. 24Added live log counter showing total number of logs currently displayed
  25. 25Standardized dropdown styling across blogs and system sections to match button design
  26. 26Updated search fields in blogs and users sections with consistent styling matching other interface controls
  27. 27Improved overall visual consistency throughout CRM interface with refined borders, colors, and spacing
v0.1.99.79
12 changes

Global Inbox, Communications Management, Email Templates

  1. 01Introduced comprehensive Global Inbox for managing all user communications across feedback, support and email complimenting the individual user comms panel
  2. 02Added ability to view, filter, and manage all user threads from a centralized interface with table and card view modes
  3. 03Implemented thread management tools including mark as read/unread, favorite, pin, and delete capabilities
  4. 04Added real-time tracking of unread messages from users with visual indicators and counts
  5. 05Integrated email template system directly into communications panel for quick user outreach
  6. 06Enhanced thread detail view showing full message history with user profile information
  7. 07Added keyboard shortcuts for faster message replies and thread navigation
  8. 08Improved thread status management with support for open, closed, pending, and resolved states
  9. 09Created resizable panel layout allowing customization of workspace for efficient multitasking
  10. 10Added automatic message read tracking when viewing thread conversations
  11. 11Enhanced visual organization with color-coded ticket numbers and status badges
  12. 12Improved user identification with profile pictures and contact information in thread listings
v0.1.99.78
6 changes

CRM Notifications System, Admin Tools, Service Worker Architecture

  1. 01Enhanced notification subscription validation with detailed status reporting
  2. 02Improved push notification delivery with better error handling and diagnostics
  3. 03Admin service worker now automatically updates all messages when a thread is marked as deleted
  4. 04Separated service workers for admin and app environments with specialized functionality for each
  5. 05Added support for different notification types with smart routing to relevant subdomains
  6. 06Improved notification reliability with better subscription state management
v0.1.99.77
21 changes

Communications System, Admin CRM, Deployment Monitoring

  1. 01Implemented unified messaging system for user feedback and support requests
  2. 02Added real-time thread management with message history, status tracking, and admin response capabilities
  3. 03Introduced resizable column layouts in admin communications panel for flexible workspace organization
  4. 04Enhanced CRM interface with customizable accent colors and font selection for personalized theming
  5. 05Added support for image attachments in feedback and support messages with direct paste and upload
  6. 06Implemented persistent state for communications tabs, selected users, and active threads
  7. 07Added visual indicators for unread messages, favorite threads, and conversation status
  8. 08Introduced batch operations for marking threads as read or unread across multiple items
  9. 09Enhanced user profile display with copyable fields for account numbers, usernames, and email addresses
  10. 10Added conversation expansion view to review full message history within thread cards
  11. 11Enhanced feedback submission with optional email confirmation and ticket number generation
  12. 12Improved thread organization with type filtering
  13. 13Added status toggling for support to reopen or close conversations as needed
  14. 14Fixed resizable communications panel to prevent layout expansion with proper width constraints and smooth boundary handling
  15. 15Implemented deployment email notification system across all environment branches with detailed commit information
  16. 16Enhanced deployment statistics display with accurate aggregate counts across all deployments
  17. 17Optimized feedback pane performance with improved state management
  18. 18Enhanced image display in feedback threads for better quality and loading performance
  19. 19Improved thread state synchronization to reflect real-time status updates
  20. 20Improved code quality with performance optimizations in CRM layout rendering
  21. 21Centralized email template type definitions for consistent system-wide communication
v0.1.99.76
3 changes

Feedback System, Keyboard Shortcuts, Broker Integration

  1. 01Added new feedback submission feature accessible via Shift+F keyboard shortcut
  2. 02Improved keyboard shortcut handling to prevent conflicts when typing in text areas
  3. 03Fixed broker connection issue to properly save journal, page, and session information
v0.1.99.75
6 changes

Optimization, Journal Initialization, UI Polish

  1. 01Improved journal initialization to properly restore user's last active journal, page, and session on app load
  2. 02Enhanced journal configurator pane
  3. 03Added click event protection to cookies disclaimer
  4. 04Optimized tradeReport loading
  5. 05Improved position loading
  6. 06Fixed unnecessary re-renders in app layout by removing unused dependencies
v0.1.99.74
4 changes

Login Security, Journal Selection, App Initialization

  1. 01Added IP-based access control for Google authentication to enhance security during maintenance periods
  2. 02Improved journal selection to remember and restore previously active journal on app load
  3. 03Optimized loading screen transitions for smoother fade effects throughout initialization
  4. 04Enhanced app initialization sequence
v0.1.99.73
9 changes

Journal System Migration, State Management, Performance Optimization

  1. 01Migrated journal data management to new state system for improved performance and reliability
  2. 02Optimized journal loading and data synchronization across all dashboard components
  3. 03Improved journal context selection and auto-selection behavior when switching between journals, pages, and sessions
  4. 04Enhanced journal configurator with better data handling and update mechanisms
  5. 05Streamlined broker connection management with journal integration
  6. 06Improved tradeReport modal functionality with updated journal references
  7. 07Optimized app initialization sequence for faster load times and better data consistency
  8. 08Enhanced pages and sessions card with improved state management
  9. 09Updated all journal-related cards with more efficient data loading patterns
v0.1.99.72
3 changes

CRM Navigation, Profile Positioning, Carousel UX

  1. 01CRM subdomain now remembers and restores your last visited tab through browser URL
  2. 02Improved profile photo positioning to prevent initial animation flicker on page load
  3. 03Main app carousel enhancements
v0.1.99.71
1 change

Carousel Performance, Animations

  1. 01Optimization pass
v0.1.99.70
8 changes

Registration, Account Setup, Data Congruency

  1. 01Removed redundant user doc fields
  2. 02Added Terms of Service and Privacy Policy acceptance requirement during Google onboarding with checkbox and links
  3. 03Updated user follower and following counts to use arrays instead of numeric values for improved tracking
  4. 04Refined username availability indicator to show only when username is taken with clearer visual feedback
  5. 05Improved Google sign-in flow to capture registration subdomain and set proper default values for new accounts
  6. 06Enhanced welcome email button styling for better visual presentation
  7. 07Streamlined account setup process to use consistent user data structure across all authentication methods
  8. 08Refined getting started guidance in welcome email to focus on immediate first steps with the platform
v0.1.99.69
6 changes

Account Security, Authentication Improvements, Data Model Refinement

  1. 01Enhanced account security for Google-authenticated users by preventing password reset attempts and email changes through traditional flows
  2. 02Added clear messaging in account settings to guide Google users toward appropriate account management channels
  3. 03Improved authentication system to properly distinguish between email and Google authentication methods
  4. 04Streamlined user profile data structure for better performance and consistency
  5. 05Enhanced registration flow to properly track authentication methods and account access levels
  6. 06Improved verification email system to maintain correct subdomain routing across all authentication flows
v0.1.99.68
4 changes

Registration Flow, Email Verification, Context Performance

  1. 01Registration success message now displays prominently on login page after account creation
  2. 02Email verification welcome messages now direct users to their correct subdomain-specific dashboard
  3. 03Improved registration-to-login transition timing for smoother user experience
  4. 04Enhanced journal data loading reliability when switching between user sessions
v0.1.99.67
5 changes

Registration and Email Verification Improvements

  1. 01Extended post-registration redirect delay to allow more time to view success message
  2. 02Redesigned password strength indicator with improved styling and positioning
  3. 03Shortened welcome email call-to-action button text for cleaner appearance
  4. 04Simplified welcome email onboarding tip content
  5. 05Improved error handling formatting for authentication flows
v0.1.99.66
2 changes

Email Verification and Onboarding Flow

  1. 01Welcome emails are now sent automatically after email verification for new users
  2. 02Streamlined post-verification redirect flow for faster access to login
v0.1.99.65
5 changes

Access Control System, Open Beta Support, Email Verification

  1. 01Introduced access level system for controlled feature rollout during open beta period
  2. 02All new user registrations now start with preview-level access to the platform
  3. 03Users with preview access are automatically redirected to the appropriate application environment
  4. 04Email verification links now correctly direct users to the subdomain where they registered
  5. 05Enhanced registration flow to track and preserve user access permissions
v0.1.99.64
4 changes

Journal Configuration System, Risk Management, Data Structure Improvements

  1. 01Added automatic journal recreation when the last journal is deleted to ensure continuous trading records
  2. 02Wired up risk parameter system
  3. 03Wired up journal configurator to load and save existing journal settings
  4. 04Standardized currency and balance management across journal creation and configuration
v0.1.99.63
4 changes

Code Organization and Component Structure

  1. 01Reorganized pAivlov AI assistant component to improved application structure
  2. 02Removed remnant modals no longer in use and consolidated internal development tools
  3. 03Streamlined component import paths for better maintainability
  4. 04Upgraded the Add Broker module to support step process UI for enhanced UX
v0.1.99.62
7 changes

Journal Configuration, Risk Management, Email/Domain Config

  1. 01Added daily reset time and timezone settings for loss limits with customizable reset times
  2. 02Introduced drawdown cap feature with adjustable breach and buffer levels for enhanced risk management
  3. 03Added visual reference lines to example chart showing breach (purple) and buffer (red) limits in both drawdown and run-up views
  4. 04Improved example chart controls with configurable hit rate and risk-reward ratio settings for realistic performance modeling
  5. 05Enhanced currency input fields with scroll wheel support for faster value adjustments
  6. 06Added scroll wheel navigation to dropdown selects for quicker option selection
  7. 07Streamlined email hosting architecture and unified parent domain backend
v0.1.99.61
6 changes

Onboarding Cleanup, Journal Setup, Input Controls

  1. 01Removed legacy onboarding steps for a cleaner first-time experience
  2. 02Simplified account setup flow with focused journal configuration and risk parameters initialization
  3. 03Improved currency inputs with clearer controls and better mobile usability
  4. 04Updated currency type toggle behavior for more predictable selection
  5. 05Polished modal behavior and layering for more reliable interactions
  6. 06General stability improvements and minor fixes
v0.1.99.60
4 changes

Welcome Email, Profile Image Management, App Branding

  1. 01Welcome email now properly personalizes with recipient's name
  2. 02Profile image deletion now persists correctly when reopening the profile editor
  3. 03Profile image updates from authentication providers no longer override user-uploaded images
  4. 04App branding log removed from onboarding screens for cleaner first-time experience
v0.1.99.59
3 changes

Google Authentication and User Onboarding

  1. 01Improved Google sign-in experience by silently handling authentication cancellations without showing error messages
  2. 02New users signing up with Google are now guided to complete onboarding before accessing the app
  3. 03Enhanced error handling to distinguish between user-initiated cancellations and actual authentication failures
v0.1.99.58
6 changes

Privacy Policy, Terms of Service, Google OAuth Documentation

  1. 01Updated Privacy Policy with detailed explanation of authentication methods including email/password, Google sign-in, and passkey options
  2. 02Added transparency about Google OAuth data sharing, clarifying that only email, profile name, and profile picture are received (never Google passwords)
  3. 03Documented Firebase Authentication and Google Cloud Platform as third-party service providers
  4. 04Updated Terms of Service to reflect multiple account creation methods including third-party authentication
  5. 05Added clarification that users signing in with Google must comply with Google's terms and privacy policies
  6. 06Specified account security responsibilities for OAuth-based accounts
v0.1.99.57
6 changes

Google Authentication, Email Templates, OAuth Integration

  1. 01Added option to sign up and log in with Google
  2. 02New users signing up with Google receive welcome emails automatically without verification requirement
  3. 03Enhanced email templates with responsive design that adapts to light and dark modes
  4. 04Improved OAuth redirect handling across all subdomains for smoother authentication
  5. 05Updated Content Security Policy to support Google profile images
  6. 06Streamlined password visibility toggle with improved button styling
v0.1.99.56
6 changes

Authentication Pages, Password UX, Page Layout

  1. 01Improved page layout structure on login, register, and password reset pages for better visual balance
  2. 02Added password visibility toggle with eye icon across all authentication forms
  3. 03Enhanced password reset flow with real-time password validation feedback showing strength requirements
  4. 04Added visual confirmation when passwords match during reset and registration
  5. 05Improved page transitions between authentication pages for smoother navigation
  6. 06Enhanced form accessibility with proper autocomplete attributes for better browser integration
v0.1.99.55
9 changes

Theme Customization, Maintenance Mode, UI Polish

  1. 01Added separate accent opacity controls for light and dark modes, allowing independent customization of button and toggle transparency in each theme
  2. 02Enabled maintenance mode toggle across all deployment environments for easier site-wide announcements
  3. 03Added theme switcher to custom theme editor for real-time preview of light and dark mode color choices
  4. 04Disabled shadow intensity controls in dark mode where shadows are not visible
  5. 05Improved changelog page responsiveness on mobile devices
  6. 06Refined visual styling of custom theme delete buttons for cleaner appearance
  7. 07Enhanced footer layering to prevent visual conflicts with page content
  8. 08Removed subtle scale animation from header on hover for more stable navigation
  9. 09Disabled bounce scroll behavior on home pages for smoother scrolling experience
v0.1.99.54
9 changes

Custom Themes & Layouts, Calendar & tradeReports

  1. 01Added custom theme creation with color pickers for all theme colors supporting both light and dark modes
  2. 02Added custom color palette creation with accent, positive, and negative color customization
  3. 03Added accent opacity control for toggles, sliders, and interactive elements
  4. 04Added ability to save, load, and delete custom themes and palettes with confirmation dialogs
  5. 05Added live preview mode for custom themes with instant visual feedback across the entire interface
  6. 06Improved layout management system to organize layouts by workspace slide for better data handling
  7. 07Enhanced calendar card design with cleaner header layout and improved visual consistency
  8. 08Improved tradeReports card with optimized shadow intensity options and better scrolling behavior
  9. 09Enhanced tradeReports card with optimized header and footer heights for more compact design
v0.1.99.53
9 changes

Breakout Broker Integration, API Route Reorganization, PDF Import System

  1. 01Started BreakoutPDF broker support with PDF-based trade import (no API)
  2. 02Broker selection now displays enabled brokers first, followed by not yet implemented ones alphabetically
  3. 03Reorganized API routes into clearer structure with broker-specific transaction endpoints
  4. 04Created dedicated upload interface for Breakout PDF statements with drag-and-drop support
  5. 05Added global PDF drop zone for quick Breakout statement uploads from anywhere in the app if a Breakout broker is saved
  6. 06Implemented automatic trade extraction and deduplication from Breakout PDF account statements
  7. 07Added support for importing both trade fills and ledger entries (deposits, withdrawals, financing) from separate PDFs
  8. 08Broker connections now show platform-specific actions (PDF upload for Breakout, API import for others)
  9. 09Updated all trade import and report management endpoints to use new organized route structure
v0.1.99.52
5 changes

Passkey Authentication, Account Security

  1. 01Added passkey support for faster and more secure sign-in using fingerprint, face, or device PIN
  2. 02Passkey authentication now available as a quick-access option on the login screen for saved users
  3. 03New passkey management section in account settings to create and remove passkeys
  4. 04Account page displays passkey status and last usage timestamp
  5. 05Enhanced security initialization to support biometric authentication features
v0.1.99.51
10 changes

Theme Management, Visual Enhancements, Profile Menu

  1. 01Added four new dark mode themes: Risk, Brother, True, and Pretty with distinct color palettes
  2. 02Theme styles now automatically reset to default when switching from dark-only themes to light mode
  3. 03Enhanced floating profile menu with smoother animations and improved positioning
  4. 04Profile menu now appears closer to the edge when header is hidden
  5. 05Improved tradeReports scrolling with intelligent fade effects that adapt based on scroll position
  6. 06tradeReports now show shadows that match card styling for better visual depth
  7. 07Removed unnecessary hover shadow effects from individual tradeReport items
  8. 08Refined theme color system for better consistency across card backgrounds and borders
  9. 09App background colors now properly reflect selected theme in both light and dark modes
  10. 10Fixed calendar card styling to ensure proper visual hierarchy within themed layouts
v0.1.99.50
1 change

Main Dropdown Menu

  1. 01Resolved issues with main drop down menu
v0.1.99.49
1 change

Bug fixing

  1. 01Bug fixing
v0.1.99.48
9 changes

Bug fixing, Bug fixing, App Loading, Settings Panel, Analytics Display, Bug fixing

  1. 01Bug fixing
  2. 02Improved login page visual centering for better feng shui
  3. 03Enhanced app loader with smooth fade-in
  4. 04Bug fixing
  5. 05Fixed initial slide position to load correctly from saved preferences to avoid hydration issue
  6. 06Optimized settings panel close animation on mobile devices for snappier feel
  7. 07Bug fixing
  8. 08Refined empty state display in analytics cards for cleaner appearance
  9. 09Bug fixing
v0.1.99.47
1 change

Cleaning

  1. 01Removed extraneous debugging
v0.1.99.46
1 change

Backend issue

  1. 01Fixed backend issue #3
v0.1.99.45
1 change

Backend issue

  1. 01Fixed backend issue #2
v0.1.99.44
1 change

Backend issue

  1. 01Fixed backend issue
v0.1.99.43
8 changes

Authentication & Account Management

  1. 01Email verification now required for all new accounts before first login
  2. 02Added ability to resend verification emails from login page when verification is needed
  3. 03Expired verification links can now be regenerated with new email request
  4. 04Username uniqueness is now validated during registration to prevent duplicates
  5. 05Profile images and display names are saved immediately during account creation
  6. 06Login now properly tracks user activity timestamps for account monitoring
  7. 07Improved error messages to clearly indicate when email verification is needed
  8. 08Automated account cleanup for unverified accounts
v0.1.99.42
1 change

Account Setup, Error Handling, Logging Improvements

  1. 01Fixed timestamp tracking when new accounts are created
v0.1.99.41
10 changes

Account Setup, Registration Security, and User Experience Improvements

  1. 01Added stop loss tracking system with multiple stop loss strategy types to help users categorize their stop approaches
  2. 02Updated initial trade data setup to include stops collection during account creation
  3. 03Improved password strength validation with detailed requirements checking and visual feedback during registration
  4. 04Redesigned password input field with visual strength indicator to guide users toward secure passwords
  5. 05Changed registration success notifications to display in green while keeping error notifications in red for better visual distinction
  6. 06Simplified login page animations for smoother transitions between different login states
  7. 07Fixed logout animation behavior to properly reset interface state
  8. 08Optimized changelog page by moving animation rendering to client-side component for better performance
  9. 09Improved changelog parsing to extract version information directly from markdown format
  10. 10Adjusted email verification page layout to display login button before redirect message
v0.1.99.40
5 changes

Grid Layout, Performance Optimization, Visual Interface

  1. 01Added grid preview toggle in settings to control real-time layout updates while dragging cards
  2. 02Improved rendering performance by only loading visible slides and immediate neighbors
  3. 03Adjusted floating profile circle size for better mobile display
  4. 04Reorganized journal layout positions for improved card flow and organization
  5. 05Enhanced changelog generation to correctly track all commit changes since last production deployment with improved deduplication
v0.1.99.39
1 change

Slide Rendering Optimization

  1. 01Improved carousel performance
v0.1.99.38
5 changes

App Loading, Pull to Refresh, Visual Polish, Mobile UX

  1. 01Corrected app loading screen title and loading bar for cleaner startup experience
  2. 02Improved pull-to-refresh animation with smoother rotation and opacity transitions
  3. 03Enhanced color palette selector in layout customizer with circular color swatches
  4. 04Updated layout customizer to use more appropriate theme resolution method
  5. 05Attention given to mobile layout and sizing
v0.1.99.37
8 changes

Documentation Organization, Trade Analytics, Broker Integration

  1. 01Improved timestamp handling throughout the trading analytics system for more reliable date and time calculations
  2. 02Enhanced position analytics to correctly handle trade opening and closing times
  3. 03Fixed equity curve calculations to accurately display trading performance over time
  4. 04Improved volume tracking and aggregation across all trading periods
  5. 05Enhanced trade statistics to properly reflect daily, weekly, and monthly performance metrics
  6. 06Updated performance analysis calculations for more accurate win rates and profit metrics
  7. 07Refined risk metrics calculations including drawdown and exposure tracking
  8. 08Improved broker icon display in the Add Broker card with better visual alignment and consistent sizing across all platforms
v0.1.99.36
8 changes

tradeReports, Data Import, Timestamp Handling

  1. 01Improved tradeReport date display to properly show creation dates
  2. 02Enhanced import data functionality for broker connections with better validation
  3. 03Fixed execution time calculations to accurately reflect first and last trade times
  4. 04Improved trade duration tracking across open and closed positions
  5. 05Enhanced timestamp handling for trades imported from different broker platforms
  6. 06Fixed date formatting for tradeReports to show consistent and accurate dates
  7. 07Improved reliability when displaying trade execution timestamps
  8. 08Enhanced data consistency when viewing historical trade information
v0.1.99.35
14 changes

tradeReports Redesign, Visual Layout Updates

  1. 01Replaced large accepting incoming badge with compact purple accent bar on left edge
  2. 02Streamlined active report badge with smaller, more subtle design
  3. 03Improved symbol display showing up to 3 symbols inline with directional arrows
  4. 04Enhanced report classification with bolder play names and redesigned grade badges
  5. 05Repositioned report type badges with improved visual hierarchy
  6. 06Consolidated execution, tactic, and stop information into compact secondary line
  7. 07Updated tag display with smaller, uppercase styling for cleaner appearance
  8. 08Added notes preview that shows first line of report notes
  9. 09Improved empty state messaging with clock icon for waiting trades
  10. 10Optimized spacing and padding throughout report cards for better information density
  11. 11Enhanced color contrast for better readability of profit and loss figures
  12. 12Added plus sign prefix to positive P&L amounts for immediate recognition
  13. 13Refined hover states and transitions on action buttons
  14. 14Improved dark mode appearance across all report card elements
v0.1.99.34
16 changes

Calendar Animations, tradeReports Interface, Navigation Improvements

  1. 01Improved calendar month transitions with consistent animation speed and timing
  2. 02Fixed "Today" button in calendar to properly disable when already viewing the current month
  3. 03Redesigned tradeReport card
  4. 04Added broker platform icons to trading reports for visual identification of trading platforms
  5. 05Repositioned add/edit report button to top-right corner of each report entry
  6. 06Changed add/edit report button styling to show red when no report exists and green when report is present
  7. 07Combined performance metrics and broker information into a single visual block
  8. 08Removed position count and symbol display from main tradeReports view
  9. 09Moved report status indicator from non-interactive icon to actionable button
  10. 10Improved visual hierarchy in tradeReports card for easier scanning
  11. 11Enhanced report entry layout to emphasize key performance data
  12. 12Adjusted spacing and padding in tradeReports for better readability
  13. 13Calendar now maintains proper layer order during month transition animations
  14. 14Improved calendar state management to prevent visual glitches during navigation
  15. 15Enhanced calendar grid rendering to support overlapping month transitions
  16. 16Fixed changelog layout
v0.1.99.33
1 change

Image Handling and Version Management

  1. 01Improved SVG handling on home page
v0.1.99.32
25 changes

tradeReports Integration, Calendar Animations, Navigation Enhancements

  1. 01tradeReports now display actual trading positions with real profit and loss data
  2. 02Calendar card shows trades from your actual trading history with daily summaries
  3. 03Calendar displays profit/loss totals and win rates for each trading day
  4. 04Added smooth slide transitions when navigating between months in calendar
  5. 05Calendar automatically groups multiple positions traded on the same day
  6. 06tradeReports list shows complete position details including symbols and directions
  7. 07Added visual indicator showing which trades have been documented with reports
  8. 08Improved tradeReports display with better organization of position information
  9. 09Added button to create reports for undocumented trades directly from the list
  10. 10Report creation now automatically navigates to the reporting interface
  11. 11Enhanced calendar to distinguish between open and closed positions
  12. 12Trade statistics now calculate from your actual trading activity
  13. 13Position counts and profit/loss values update in real-time across all cards
  14. 14Added keyboard shortcut to return to main view from top or bottom panels
  15. 15Improved navigation system for smoother transitions between different sections
  16. 16Performance optimizations for faster loading of trade history
  17. 17Better memory efficiency when displaying large numbers of trades
  18. 18Fixed date formatting to properly show trade timing across different time zones
  19. 19Removed outdated integration progress documentation from active guides
  20. 20Virtual scrolling added for smooth performance with hundreds of tradeReports
  21. 21tradeReports now show individual position symbols with visual direction indicators
  22. 22Clicking a tradeReport automatically scrolls to the top of the reporting form
  23. 23Added visual feedback showing currently active tradeReport being documented
  24. 24Improved empty state messages when no trade data is available
  25. 25Enhanced report form with contextual information about positions being documented
v0.1.99.31
12 changes

Chart Controls, Volume Analytics, Developer Tools

  1. 01Added time period selector to Equity Curve chart with trade-by-trade, daily, and monthly aggregation options
  2. 02Added time period selector to Volume chart with daily, weekly, and monthly aggregation options
  3. 03Added cumulative mode toggle to Volume chart to view running totals
  4. 04Moved Volume chart control buttons from floating overlay into card title bar for cleaner interface
  5. 05Standardized control button styling and layout across all chart cards
  6. 06Control buttons now match card corner rounding for consistent visual design
  7. 07Reordered Equity Curve chart controls with period selector appearing first
  8. 08Changed Volume chart to display daily data by default instead of monthly aggregation
  9. 09Added chart debugging panel for testing data flow and visualization behavior
  10. 10Improved drag handle hover effect with accent color highlighting
  11. 11Fixed drag handle cursor behavior to better indicate draggable state
  12. 12Enhanced chart tooltip labels to distinguish between period and cumulative values
v0.1.99.30
1 change

Broker Logo Scaling Refinement

  1. 01Improved consistency of broker icon sizes across the homepage
v0.1.99.29
3 changes

Broker Display and SVG Asset Support

  1. 01Reordered broker icons on homepage for improved visual presentation
  2. 02Improved handling of static image assets in production builds
  3. 03Fixed content type handling for vector-based broker logos and icons
v0.1.99.28
25 changes

Data Integration, Analytics System, Performance Enhancements

  1. 01Prioritized Hyperliquid broker platform at the top of broker selection list
  2. 02Enhanced broker icon display to show grayscale effect when platform is disabled
  3. 03Updated broker credential form fields with clearer labels specific to each platform
  4. 04Improved Hyperliquid connection form with wallet address field labels for better clarity
  5. 05Connected analytics dashboard to display real trading data instead of placeholder values
  6. 06Added automatic data loading when switching between journals, pages, and sessions
  7. 07Implemented smart position fetching that only loads needed data for better performance
  8. 08Enhanced equity curve chart with trade-by-trade, daily, and monthly aggregation options
  9. 09Added adaptive dot sizing on equity curve based on data density for clearer visualization
  10. 10Improved chart transitions with smooth fade effects when switching aggregation types
  11. 11Moved chart controls from overlay to title bar for cleaner interface
  12. 12Updated Risk Metrics card to display actual calculated values from trading activity
  13. 13Enhanced Dashboard Stats card to show real trade counts and performance metrics
  14. 14Added Performance Analysis card showing actual time-based and strategy-based results
  15. 15Improved Asset Distribution chart to display real position allocation across markets
  16. 16Updated Emotion Analysis card with actual trading pattern insights
  17. 17Enhanced Advanced Metrics card with calculated risk-adjusted performance ratios
  18. 18Added Volume Chart showing real trading volume distribution over time
  19. 19Implemented loading states with skeleton animations while data is being fetched
  20. 20Added empty states with helpful guidance when no trading data is available
  21. 21Improved error handling with clear messages when data fails to load
  22. 22Enhanced tradeReport system to automatically link positions with analysis
  23. 23Added support for tracking multiple broker connections in single journal
  24. 24Improved position data organization for faster analytics computation
  25. 25Optimized memory usage for handling large trading datasets
v0.1.99.27
4 changes

Progressive Web App Configuration

  1. 01Updated manifest file reference to use standard web extension for improved browser compatibility
  2. 02Enhanced Progressive Web App (PWA) installation reliability across different browsers and platforms
  3. 03Fixed manifest file detection to follow web standards and best practices
  4. 04Improved consistency between initial page load and dynamic theme updates for PWA functionality
v0.1.99.26
25 changes

Journal Cards, Calendar Layout, Broker Integration

  1. 01Redesigned journal cards with consistent styling and improved visual hierarchy
  2. 02Updated journal overview card with refined spacing and modern typography
  3. 03Enhanced journal statistics card with better metric displays and color-coded sentiment indicators
  4. 04Improved journal list card layout with cleaner item presentation
  5. 05Refreshed recent entries card with streamlined entry previews
  6. 06Updated calendar with refined grid spacing and improved day cell borders
  7. 07Enhanced calendar header with subtle border styling on day labels
  8. 08Adjusted calendar padding for better visual balance
  9. 09Added subtle opacity to out-of-month dates in calendar for clearer focus
  10. 10Improved card title alignment with consistent left padding
  11. 11Reorganized broker icon assets into dedicated structure
  12. 12Enhanced icons for broker platforms including Binance, Bybit, Hyperliquid, MetaTrader, Breakout, Aster, Lighter, Kraken, Coinbase, and Tealstreet
  13. 13Introduced new animated broker showcase on homepage with smooth scale transitions
  14. 14Updated broker icons display with refined shadow effects and improved visual presentation
  15. 15Replaced static broker list with responsive grid layout supporting multiple screen sizes
  16. 16Enhanced FAQ section with animated purple gradient borders and glow effects on interaction
  17. 17Added smooth color transitions when expanding FAQ items
  18. 18Improved FAQ hover states with subtle visual feedback
  19. 19Updated login security to use generic error messages preventing account enumeration
  20. 20Removed specific validation error messages during login for enhanced security
  21. 21Consolidated login error display for cleaner user experience
  22. 22Enabled SVG image optimization with security policies
  23. 23Added new broker connections management card to accounts layout
  24. 24Introduced add broker card for easier broker integration
  25. 25Reorganized accounts page layout with improved card sizing and positioning
v0.1.99.25
20 changes

Calendar System, App Loading, Tag Management, Visual Refinements

  1. 01Added comprehensive calendar view with daily trade summaries showing profit/loss and trade counts
  2. 02Calendar now displays milestone markers for significant achievements like profit records and trade count milestones
  3. 03Calendar shows alert indicators for important events like risk limits and margin warnings
  4. 04Calendar includes note markers for strategy reviews and planning sessions
  5. 05Improved app loading experience with cleaner, single-line loading status display
  6. 06Simplified loading transitions for smoother startup experience
  7. 07Enhanced tag management layout with responsive grid that adapts to available space
  8. 08Tags now arrange dynamically based on screen width for optimal display
  9. 09Simplified background styling across account and goodbye pages for more consistent appearance
  10. 10Removed gradient backgrounds in favor of solid colors for cleaner visual presentation
  11. 11Refined calendar day cells with improved spacing and shadow effects for better depth perception
  12. 12Calendar days now show daily statistics including trade counts and performance metrics
  13. 13Improved calendar navigation with more responsive controls for switching months
  14. 14Enhanced "go to today" button positioning in calendar for easier access
  15. 15Calendar automatically groups multiple events per day and displays combined totals
  16. 16Streamlined advanced metrics display for better readability of hold time comparisons
  17. 17Adjusted loading task visibility logic to show current operation more clearly
  18. 18Removed unnecessary animation complexity from app initialization sequence
  19. 19Calendar cells now use consistent border styling that matches overall theme
  20. 20Enhanced calendar event data with detailed trading statistics and performance indicators
v0.1.99.24
4 changes

Changelog System Improvements, Deployment Process Refinements

  1. 01Enhanced changelog formatting to use correct titles instead of heading markers for cleaner display
  2. 02Improved changelog generation to accurately capture all changes since last version
  3. 03Updated changelog parser to correctly extract newly-formatted titles from entries
  4. 04Improved version tracking to better identify changes between releases
v0.1.99.23
16 changes

Grid Layout, Visual Enhancements, tradeReports

  1. 01Reorganized Analytics section for better information hierarchy and flow
  2. 02Repositioned key cards including notifications, metrics, and statistics for easier access
  3. 03Adjusted Controls section layout to optimize space usage and card arrangement
  4. 04Refined Journals section card positioning for improved workflow
  5. 05Updated Accounts section grid sizing for better card proportions
  6. 06Refined Terminal color theme with improved accent and positive value colors for better readability
  7. 07Enhanced color contrast makes it easier to distinguish between different value types
  8. 08tradeReports now showcase diverse execution types, play styles, and trade grades
  9. 09Enhanced data includes multiple position references
  10. 10Introduced new Calendar card to the Trades section
  11. 11Reorganized Trades dashboard layout with improved card sizing and positioning
  12. 12Open Positions card repositioned to span full width at the bottom for better visibility
  13. 13Adjusted card heights to provide more vertical space for detailed information
  14. 14Cleaned up outdated technical documentation to keep guides current and relevant
  15. 15Removed historical documentation that is no longer applicable to the current system
  16. 16Streamlined documentation structure for easier navigation
v0.1.99.22
15 changes

Grid System, Dashboard Cards, Chart Enhancements

  1. 01Added boundary protection to prevent cards from being positioned outside the viewable area
  2. 02Cards now stay within horizontal boundaries when dragging or resizing
  3. 03Improved grid layout validation to ensure consistent card placement
  4. 04Renamed "Controls" card to "Controls Filter" on Analytics slide for clearer functionality
  5. 05Removed statistics overview section from Errors card for a simpler, cleaner interface
  6. 06Updated Risk Metrics card layout to show titles and values on the same line for better space efficiency
  7. 07Improved vertical alignment of stat titles with their values
  8. 08Redesigned chart control buttons to match the card title action area styling
  9. 09Replaced text button labels with intuitive icons (speech bubble for tooltips, ruler for scales)
  10. 10Added persistent settings for both Equity Curve and Volume charts
  11. 11Chart display preferences (scales, chart type, tooltips, data points) now save automatically
  12. 12Reordered chart controls for better logical grouping
  13. 13Removed minimum size constraints from all dashboard cards for now
  14. 14Cards can now be resized to fit your preferred layout without restrictions
  15. 15Enhanced grid responsiveness across all workspace layouts
v0.1.99.21
6 changes

Settings Panel, Chart Display

  1. 01Added individual reset buttons for different settings categories
  2. 02Improved theme toggle placement and accessibility
  3. 03Enhanced chart display controls with new tooltip visibility toggle
  4. 04Refined grid card layouts for better content distribution
  5. 05Updated account number format to support expanded user capacity
  6. 06Streamlined chart card interface by removing redundant information displays
v0.1.99.20
3 changes

Profile Photos, UI Improvements

  1. 01Profile photos now maintain their custom positioning when returning to login screen
  2. 02Improved password field behavior on login screen for better browser compatibility
  3. 03Numerous UI improvements
v0.1.99.19
4 changes

Chart Display, Settings UX

  1. 01Removed unused stats footer from controls analysis display for cleaner interface
  2. 02Updated equity curve chart visualization for better performance
  3. 03Streamlined trade filtering display across analytics cards
  4. 04Enhanced settings panel UX, removed unusable settings from mobile settings panel
v0.1.99.18
3 changes

Password Reset

  1. 01Added password reset request button to account settings
  2. 02Improved password reset email delivery system
  3. 03Enhanced error handling and user feedback when requesting password resets
v0.1.99.17
6 changes

Email Verification, UI Updates

  1. 01Added email verification for new account signups
  2. 02Improved password reset email delivery
  3. 03Enhanced email template system for better reliability
  4. 04Streamlined account setup process with verification step
  5. 05Fixed tab indexing between slides
  6. 06Updated scrollbar colors
v0.1.99.16
8 changes

Account Settings, Email Management

  1. 01Added ability to change email address with verification process
  2. 02Simplified profile display with improved username visibility
  3. 03Added cancel button when making profile changes
  4. 04Improved profile picture refresh after updates
  5. 05Reorganized account cards layout for better usability
  6. 06Added new grade management functionality
  7. 07Updated email notification templates for milestones and weekly reports
  8. 08Streamlined account deletion process
v0.1.99.15
3 changes

Profile Pictures

  1. 01Fixed profile picture loading to support all image hosting services
  2. 02Improved profile menu animation smoothness
  3. 03Enhanced profile picture repositioning to work with existing images
v0.1.99.14
2 changes

Profile Pictures

  1. 01Improved profile picture display consistency across account settings
  2. 02Enhanced profile update system for more reliable saving of changes
v0.1.99.13
3 changes

Account Settings Redesign

  1. 01Simplified account settings page with cleaner interface
  2. 02Enhanced account deletion flow with clearer confirmation process
  3. 03Streamlined profile editing with single save action for all changes
v0.1.99.12
3 changes

Account Settings, Bug Fixes

  1. 01Fixed login page animation timing issues for smoother transitions
  2. 02Improved account deletion button layout and consistency
  3. 03Updated storage system for better reliability
v0.1.99.11
3 changes

Profile Picture Upload

  1. 01Corrected ability to upload and position profile pictures during account creation
  2. 02Profile pictures are now saved and displayed immediately after registration
  3. 03Improved user experience by allowing profile customization from the start
v0.1.99.10
3 changes

Registration System

  1. 01Enhanced registration access
  2. 02Improved registration process
  3. 03Added better error handling and debugging for registration attempts
v0.1.99.9
4 changes

tradeReports, Account Setup

  1. 01Improved tradeReport display with better organization of execution details
  2. 02Enhanced grade visualization throughout the application
  3. 03Added comprehensive trade type categorization
  4. 04Streamlined initial account setup process for new users
v0.1.99.8
2 changes

Analytics Controls

  1. 01Renamed error tracking category to trade errors for better clarity
  2. 02Updated filter system to use consistent terminology throughout the app
v0.1.99.7
1 change

App Manifest Update

  1. 01Removed outdated manifest file reference to improve compatibility with modern browsers
v0.1.99.6
3 changes

Registration System

  1. 01Enhanced account creation reliability with automatic error recovery
  2. 02Improved registration process to better handle setup failures
  3. 03Fixed account initialization to ensure proper user setup on first registration
v0.1.99.5
2 changes

Registration System

  1. 01Enhanced registration rate limiting
  2. 02Improved account creation reliability for verified users
v0.1.99.4
2 changes

Registration Experience

  1. 01Fixed username availability checking to prevent unnecessary validation
  2. 02Streamlined profile image upload process during account creation
v0.1.99.3
3 changes

Registration Page Protection

  1. 01Fixed issue where registration page was requiring authentication
  2. 02Registration page now properly accessible without needing to login first
  3. 03Improved authentication flow for new users signing up
v0.1.99.2
1 change

Navigation Improvements

  1. 01Registration bug fixing
v0.1.99.1
8 changes

Dashboard Layout, Navigation

  1. 01Reorganized dashboard cards for better workflow and clarity
  2. 02Removed outdated analytics and trading cards that were no longer needed
  3. 03Added new notifications card to track system updates
  4. 04Added new controls analysis card for better oversight
  5. 05Improved trade statistics display with dedicated stat cards
  6. 06Streamlined account management process
  7. 07Enhanced username availability system during registration
  8. 08Fixed navigation between login and registration pages
v0.1.99.0
4 changes

Card Design, MVP Ready

  1. 01Introduced reusable card templates for consistent styling across different card types
  2. 02Enhanced AI insights and suggestions cards with refined visual hierarchy
  3. 03Improved card styling consistency and maintainability throughout the interface
  4. 04Ready for final MVP functionality
v0.1.98.99
4 changes

Grid System Refinements

  1. 01Cleaned up and simplified card rendering system for better performance
  2. 02Removed unused analytics components to streamline the interface
  3. 03Improved card styling consistency across all workspace layouts
  4. 04Enhanced visual polish for card borders and shadows
v0.1.98.98
4 changes

Dashboard Card System

  1. 01Streamlined card properties across all dashboard sections for better consistency
  2. 02Improved card dragging functionality for easier dashboard customization
  3. 03Enhanced card title interaction when rearranging layout
  4. 04Optimized card rendering for better performance across all modules
v0.1.98.97
4 changes

Card Visual Updates

  1. 01Refined alert styling with improved color accents and borders
  2. 02Enhanced visual consistency across all dashboard cards
  3. 03Added "Coming Soon" indicators to features currently in development
  4. 04Improved card title display and border styling throughout the app
v0.1.98.96
2 changes

Theme, Visual Enhancements

  1. 01Enhanced button interactions with smoother color transitions
  2. 02Refined animation timing for a more responsive feel
v0.1.98.95
3 changes

Performance Optimization

  1. 01Enhanced animation smoothness throughout the app
  2. 02Improved rendering performance for smoother experience
  3. 03Consolidated animation styles for better visual consistency
v0.1.98.94
3 changes

Grid Shadow Animation

  1. 01Added smooth fade-in effect for card shadows when layouts load
  2. 02Improved visual polish during grid transitions
  3. 03Various bug fixing
v0.1.98.93
4 changes

Layout Management System

  1. 01Added ability to save and restore custom layouts for each section
  2. 02Layouts now automatically sync when switching between different sections
  3. 03Settings panel cleaned up and reorganized for better usability
  4. 04Minor refinements to changelog display
v0.1.98.92
3 changes

App Load Transition

  1. 01Added smooth opacity fade-in for app background during load
  2. 02Improved visual transition between login and main app screens
  3. 03Reduced jarring background color shift with smoother opacity animation
v0.1.98.91
3 changes

Version Synchronization

  1. 01Improved version tracking consistency across the application
  2. 02Enhanced changelog version display accuracy
  3. 03Fixed minor formatting issues in changelog presentation
v0.1.98.90
5 changes

App Animation, Changelog

  1. 01Improved smoothness of app entrance animation
  2. 02Added changelog link to home page preview section
  3. 03Enhanced version parsing for better changelog display
  4. 04Refined opacity transition timing for cleaner visual entrance
  5. 05Fixed version sync system to use package.json as source of truth
v0.1.98.89
11 changes

Automated Changelog, Build Process

  1. 01Created automated changelog generation system
  2. 02Added changelog display page at /changelog route
  3. 03Implemented API endpoint to parse and serve changelog data
  4. 04Enhanced npm run go and npm run force workflows with auto-generated changelogs and commit messages
  5. 05Added support for 4-part versioning (major.minor.patch.build)
  6. 06Updated version bumping system to reset build number when incrementing patch/minor/major
  7. 07Changed default version bump to build instead of patch for both workflows
  8. 08Fixed build error detection to prevent deploying broken code
  9. 09Added user-facing changelog writing guidelines to prevent technical details in public changelog
  10. 10Fixed multiple TypeScript and ESLint errors for clean builds
  11. 11Enhanced CardTitle component to support icons and action buttons
v0.1.98.88
2 changes

Changelog Display, API

  1. 01Added new page to view the complete changelog history
  2. 02Created API endpoint to serve changelog content to the application
v0.1.98.87
10 changes

App Entrance, Profile Menu

  1. 01Moved app entrance animation from whole app to content area only, keeping header stable
  2. 02Enhanced content animation with smooth spring physics
  3. 03Added opacity fade-in to content entrance for smoother reveal
  4. 04Coordinated header slide-down animation with content when ready
  5. 05Added staggered navbar rendering for polished entrance effect
  6. 06Adjusted floating profile circle position closer to right edge
  7. 07Repositioned profile menu dropdown higher in floating mode with circle layered on top
  8. 08Prevented profile circle auto-hide when menu is open
  9. 09Added smooth exit animations to profile menu
  10. 10Separated opacity from transform in profile menu animations
v0.1.98.86
9 changes

App Header Animations

  1. 01Added spring animation to app header that slides down from offscreen on mount
  2. 02Implemented proper mount/unmount animations when toggling header visibility
  3. 03Added height and opacity animations to header for smooth transitions
  4. 04Created floating profile picture transition when header is hidden with diagonal slide animation
  5. 05Added auto-hide feature for floating profile on desktop
  6. 06Added hover area in top-right corner to reveal hidden profile on desktop
  7. 07Combined multiple spring animations for coordinated transforms
  8. 08Profile now animates smoothly when switching between header and floating modes
  9. 09All animations use consistent spring physics
v0.1.98.85
11 changes

App Loader Redesign

  1. 01Redesigned app loader with beautiful spring-based animations
  2. 02Replaced Framer Motion with React Spring for better physics-based animations
  3. 03Added animated progress bar with bouncy spring physics
  4. 04Created scrolling task list showing current loading state with smooth transitions
  5. 05Added bottom gradient fade effect for task list overflow
  6. 06Consolidated individual slide loading tasks into single "Loading slides" task
  7. 07Implemented staggered delays between task state updates for smoother visual flow
  8. 08Adjusted container width to accommodate longer task names
  9. 09Created polished completion sequence with fading tasks and title
  10. 10Used trail effect for task list animations
  11. 11All animations use spring physics for cohesive, natural movement
v0.1.98.84
7 changes

Settings Panel Refactor

  1. 01Fixed settings panel vertical centering in desktop mode
  2. 02Refactored settings panel into modular component structure for better maintainability
  3. 03Created main settings component with transition and drag handling logic
  4. 04Created sub-components for general settings, appearance, keyboard shortcuts, and app info
  5. 05Created sub-component for grid customization and theming options
  6. 06Reduced app header component size by 70% through better code organization
  7. 07Improved code organization with clean separation of concerns
v0.1.98.83
3 changes

Shadow Settings

  1. 01Changed default shadow intensity from "none" to "medium" for better visual depth
  2. 02Renamed shadow intensity labels: "medium" now displays as "Default", "default" displays as "Small"
  3. 03Reset to Default button now sets shadow intensity to "medium"
v0.1.98.82
4 changes

Dynamic Styles Scoping

  1. 01Scoped text size, padding, and icon size scaling to only affect grid dashboard containers
  2. 02App header and settings panel now maintain consistent sizing regardless of text size setting
  3. 03Scoped card border hiding to only affect grid cards, preserving settings panel borders
  4. 04Changed Grid Compactor default to ON when clicking Reset to Default button
v0.1.98.81
1 change

Grid Padding Animation

  1. 01Updated Bottom Space slider display range for better clarity
v0.1.98.80
7 changes

Carousel, Grid Layout

  1. 01Fixed carousel bottom cutoff issue when app header is visible
  2. 02Changed vertical carousel slides from fixed heights to percentage-based for proper container adaptation
  3. 03Changed horizontal carousel to respect flex container height
  4. 04Added configurable padding controls to Grid Settings panel: Top Space, Side Space, Bottom Space
  5. 05Implemented automatic grid recalculation when padding changes
  6. 06Optimized padding change transitions for smooth, synchronized visual updates
  7. 07Grid layout now adjusts symmetrically on both sides when changing side padding
v0.1.98.79
4 changes

App Animation

  1. 01Removed individual card fade-in animations for instant display
  2. 02Added smooth slide-up spring animation for entire app on load
  3. 03App now slides up from below with spring physics
  4. 04Improved perceived performance by eliminating staggered card animations
v0.1.98.78
9 changes

Unified App Loader

  1. 01Created centralized app initialization system with progress tracking
  2. 02Added beautiful loading screen with centered title matching login animation
  3. 03Implemented slide preloading for all sections
  4. 04Removed individual slide loading fallbacks for seamless experience
  5. 05Loading bar now uses user's accent color from settings
  6. 06App renders in background during loading for instant display on completion
  7. 07Created types for loading states and progress tracking
  8. 08Built app initializer hook for managing initialization tasks
  9. 09Loading screen shows compact progress bar below centered title
v0.1.98.77
3 changes

Home Page Enhancements

  1. 01Made FAQ section collapsible with expand/collapse functionality
  2. 02Added Supported Exchanges section displaying 10 eventual integrations
  3. 03Created broker icon components for Binance, Bybit, Hyperliquid, MetaTrader, Breakout, Aster, Lighter, Kraken, Coinbase, and Interactive Brokers
v0.1.98.76
4 changes

Card Components, App Header

  1. 01Created centralized card title component for consistent layout
  2. 02Refactored 54 card components to use new card title component
  3. 03Removed duplicate title rendering logic from all cards
  4. 04Added shadow to app header for better visual separation
v0.1.98.75
4 changes

Layout Management

  1. 01Added Layout Management section to settings panel with copy layout and reset buttons
  2. 02Implemented layout persistence to localStorage for all layouts
  3. 03Added current layout and breakpoint display with user-friendly names
  4. 04Updated controls and journals default layouts with improved card heights
v0.1.98.74
4 changes

Settings Panel

  1. 01Fixed mobile settings panel drag-to-close animation issue
  2. 02Panel no longer snaps to top before exit animation when dragged down
  3. 03Implemented proper transform combination for smooth animations
  4. 04Added callback to reset panel offset only after exit animation completes
v0.1.98.72
10 changes

Grid System, Settings Panel

  1. 01Refactored grid gap functionality to use cell padding instead of grid spacing
  2. 02Grid gap now applies as inner padding within each cell, pushing cards inward without affecting grid calculations
  3. 03Updated positioning logic to apply gap as padding offset
  4. 04Updated grid calculations to remove gap from all width/height calculations
  5. 05Updated all layout content files to use new padding-based approach
  6. 06Added "Card Gap" slider control back to settings
  7. 07Grid cards now maintain consistent sizing while gap creates visual spacing through padding
  8. 08Settings panel divs now respond to card rounding setting dynamically
  9. 09Updated all container divs to use dynamic border radius from card rounding setting
  10. 10Replaced hardcoded rounding classes with dynamic styles
v0.1.98.71
6 changes

Settings Panel UI

  1. 01Replaced all inline toggle switches with custom toggle button component
  2. 02Replaced HTML range inputs with custom slider component for Grid Gap and Text Size controls
  3. 03Added accent color prop to toggle and slider components that dynamically responds to color palette settings
  4. 04Fixed toggle and slider sizing to use fixed pixel dimensions (unaffected by text size changes)
  5. 05Improved slider layout with full-width display and additional padding
  6. 06Standardized thumb sizes across toggle and slider components
v0.1.98.70
3 changes

Settings Panel

  1. 01Removed row height control from grid settings panels (no longer user-adjustable)
  2. 02Settings panel scrollbar now hides when Card Scrollbars setting is disabled
  3. 03Settings panel border radius now dynamically matches card rounding setting
v0.1.98.69
1 change

Home Page

  1. 01Updated Preview pricing card
v0.1.98.68
1 change

Project Configuration

  1. 01Created changelog commit script to automate version bumping, committing, and pushing
v0.1.98.67
1 change

Project Configuration

  1. 01Added git push to changelog workflow for automatic remote sync
v0.1.98.66
2 changes

Project Configuration

  1. 01Started change log!
  2. 02--