Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: serptools/serptools.github.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: serptools/serptools.github.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 20 files changed
  • 2 contributors

Commits on Sep 21, 2025

  1. Initial plan

    Copilot committed Sep 21, 2025
    Configuration menu
    Copy the full SHA
    9054ff9 View commit details
    Browse the repository at this point in the history
  2. Complete implementation of SerpTools scaling architecture

    Co-authored-by: devinschumacher <[email protected]>
    Copilot and devinschumacher committed Sep 21, 2025
    Configuration menu
    Copy the full SHA
    e5a7d1c View commit details
    Browse the repository at this point in the history
  3. Fix Next.js 15 dynamic params issue - params must be Promise in dynam…

    …ic routes
    
    Co-authored-by: devinschumacher <[email protected]>
    Copilot and devinschumacher committed Sep 21, 2025
    Configuration menu
    Copy the full SHA
    52a9fdd View commit details
    Browse the repository at this point in the history
  4. Add batch tool import system and library integration framework

    - Implement BatchToolImporter for parsing and importing tool lists
    - Add ConversionLibraryManager with ImageMagick, FFmpeg, VERT.sh integration
    - Create CLI commands: 'import' and 'libraries'
    - Support intelligent duplicate detection and conflict resolution
    - Include sample import file with user's requested formats
    
    Co-authored-by: devinschumacher <[email protected]>
    Copilot and devinschumacher committed Sep 21, 2025
    Configuration menu
    Copy the full SHA
    939071f View commit details
    Browse the repository at this point in the history
  5. Enhance batch importer with fuzzy duplicate detection and flexible pa…

    …rsing
    
    - Add support for input variations: "convert jpg to png", "jpg 2 png", "jpg → png"
    - Implement format aliases detection (jpg/jpeg, tiff/tif, mpeg/mpg, mov/qt)
    - Add semantic matching for tool names and IDs
    - Enhance parsing with prefix/suffix cleaning and multiple separator support
    - Add CLI test mode with --test-parsing flag
    - Improve reporting with match type grouping and detailed explanations
    
    Co-authored-by: devinschumacher <[email protected]>
    Copilot and devinschumacher committed Sep 21, 2025
    Configuration menu
    Copy the full SHA
    d721f43 View commit details
    Browse the repository at this point in the history
  6. Add comprehensive deployment documentation and visual walkthrough

    - Create detailed deployment guide with step-by-step process
    - Add visual walkthrough with expected outputs and timelines
    - Include quick reference card for essential commands
    - Document complete workflow from tool import to live website
    - Provide troubleshooting guidance and quality assurance steps
    
    Co-authored-by: devinschumacher <[email protected]>
    Copilot and devinschumacher committed Sep 21, 2025
    Configuration menu
    Copy the full SHA
    897c375 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #14 from serptools/copilot/fix-0199563a-249e-4c6d-…

    …b325-7d4cbfe2786f
    
    Implement comprehensive scaling architecture with batch import, library integration, and complete deployment documentation for thousands of conversion tools
    devinschumacher authored Sep 21, 2025
    Configuration menu
    Copy the full SHA
    af840cb View commit details
    Browse the repository at this point in the history
Loading