Skip to content

v1.1.0

Latest

Choose a tag to compare

@TrongAJTT TrongAJTT released this 16 Oct 17:28

Added

  • URL Extractor: Two new export format parameters

    • <urlo> - Extract URL origin (scheme://host:port) following CORS/security standards
    • <urlp> - Extract URL path (origin + pathname without query parameters or fragments)
    • Smart default port removal: automatically removes port 80 for HTTP and 443 for HTTPS
    • Updated parameter documentation with examples in the format template selector
  • Instance Manager: New append mode state persistence

    • Instance now remembers whether tabs were last opened in "Replace" or "Append" mode
    • Users can continue working in the same mode when reopening instances
    • Improved workflow consistency for tab management
  • URL Editor: New feature for batch URL transformation

    • Edit and transform multiple URLs using find & replace functionality
    • Efficient bulk operations for URL modification
    • Streamlined interface for quick URL updates

Fixed

  • Profile Management: Resolved critical data persistence issue
    • Instance manager state (including last saved time, last opened time, and mode preferences) was not being saved when exporting/importing profiles
    • Now properly saves and restores complete instance data with profile operations
    • Users can backup and restore full extension state without losing instance history

Changed

  • URL Extractor: Enhanced available parameters display
    • Added new parameters to the parameters help dialog
    • Improved documentation and examples for each export format option