Skip to content

FlashForgeUI v1.0.4-alpha.2 (Pre-release)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Jan 02:18
· 9 commits to main since this release
91d137f

FlashForgeUI v1.0.4-alpha.2 (Pre-release)

Bug Fixes & Improvements

  • Debug Logging System: Complete overhaul of debug mode (be53b98)

    • Persistent logs stored in userData/logs directory for troubleshooting
    • Network-specific debug logs for connection diagnostics
    • Added CLI flags --debug and --debug-network
    • Added nested network logging option
    • Added a button in Settings to open the logs folder
  • IFS Dialog: Refactor from hard-coded dialog to standard component (e14e058)

    • Responsive layouts: horizontal (1x4), vertical (4x1), square (2x2), and compact modes
    • Availability messaging for non-AD5X printers
  • Camera Stream: Refactor to go2rtc streaming gateway (462f35a)

    • Unified streaming gateway using go2rtc binary for MJPEG and RTSP streams
    • Native <video> element playback replacing JSMpeg canvas rendering
    • Go2rtcBinaryManager for binary lifecycle, config generation, and process spawning
    • Go2rtcService for stream management via go2rtc REST API
    • video-rtc.js custom element supporting WebRTC/MSE/MJPEG playback modes
    • Automatic format detection and protocol handling for both built-in and custom cameras