Skip to content

v0.5.4 — Bug Fix Release

Choose a tag to compare

@notgate notgate released this 06 Apr 11:10

Bug Fixes

  • #57 Duplicate tabs: Opening the same config file now switches to the existing tab instead of creating a duplicate.
  • #58 SOCKS5 proxy groups ignored in Saved Config jobs: Global proxy groups were not restored when loading via config_path. Fixed create_job to apply proxy_groups from GuiConfig.
  • #59 Job dialog proxy group override ignored when pipeline proxy_mode=None: Selecting a proxy group in New Job had no effect if proxy mode wasn't already set. Now auto-elevates to Rotate.
  • #60 Output file named "New_Config_1" for Current Tab jobs: Fixed create_job to rename from the file stem using pipeline_path when the pipeline has a default name.
  • #61 CRITICAL WebView2 Out of Memory with SOCKS5 proxies: The jobs_list IPC broadcast (every 500ms) was serializing up to 500 ResultEntry structs with full block_results — potentially MB of JSON per message. recent_results is now excluded from jobs_list and only fetched on demand by the debug log dialog.