Patch Builder V1.3.3 Better Page

- name: Generate Patch uses: patch-builder/actions/generate@v1.3.3 with: source: ./builds/v1.2.0/ target: ./builds/v1.3.0/ output: ./patches/upgrade-v1.2-to-v1.3.pbp compression: zstd chronodiff: true

This eliminates "patch drift"—a nightmare scenario where a user modifies a file manually, breaking the binary diff and corrupting the installation. patch builder v1.3.3

Software versioning tells a story. Moving from v1.3.2 to indicates a maintenance release—a version focused on squashing bugs, optimizing performance, and patching security vulnerabilities rather than introducing radical new architecture. patch builder v1.3.3