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: nbauma109/jd-gui-duo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.111
Choose a base ref
...
head repository: nbauma109/jd-gui-duo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.112
Choose a head ref
  • 7 commits
  • 14 files changed
  • 7 contributors

Commits on May 8, 2026

  1. Configuration menu
    Copy the full SHA
    6b1857d View commit details
    Browse the repository at this point in the history
  2. Update jitpack download links for new release 2.0.111

    github-actions committed May 8, 2026
    Configuration menu
    Copy the full SHA
    dc80697 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2885b40 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2026

  1. Add Sponsors section to README with SignPath attribution (#338)

    * Add Sponsors section to README
    
    Agent-Logs-Url: https://github.com/nbauma109/jd-gui-duo/sessions/7a5d8021-6b43-4bf2-8718-a51b5be222bc
    
    Co-authored-by: nbauma109 <9403560+nbauma109@users.noreply.github.com>
    
    * Move Sponsors section to README bottom with logo
    
    Agent-Logs-Url: https://github.com/nbauma109/jd-gui-duo/sessions/3e196ec1-fc2f-4a75-8e95-cf9732094112
    
    Co-authored-by: nbauma109 <9403560+nbauma109@users.noreply.github.com>
    
    * Fix Sponsors layout using HTML table
    
    Agent-Logs-Url: https://github.com/nbauma109/jd-gui-duo/sessions/3e196ec1-fc2f-4a75-8e95-cf9732094112
    
    Co-authored-by: nbauma109 <9403560+nbauma109@users.noreply.github.com>
    
    * Use local SignPath logo asset in README
    
    Agent-Logs-Url: https://github.com/nbauma109/jd-gui-duo/sessions/3e196ec1-fc2f-4a75-8e95-cf9732094112
    
    Co-authored-by: nbauma109 <9403560+nbauma109@users.noreply.github.com>
    
    * Use linked SignPath image in README
    
    Agent-Logs-Url: https://github.com/nbauma109/jd-gui-duo/sessions/74fa283c-b34d-4fcb-8aeb-f005de14629a
    
    Co-authored-by: nbauma109 <9403560+nbauma109@users.noreply.github.com>
    
    * Use official external SignPath logo URL
    
    Agent-Logs-Url: https://github.com/nbauma109/jd-gui-duo/sessions/74fa283c-b34d-4fcb-8aeb-f005de14629a
    
    Co-authored-by: nbauma109 <9403560+nbauma109@users.noreply.github.com>
    
    * Increase SignPath logo width to 200 in README
    
    Agent-Logs-Url: https://github.com/nbauma109/jd-gui-duo/sessions/e2761df8-659b-442a-aaeb-81588269f430
    
    Co-authored-by: nbauma109 <9403560+nbauma109@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: nbauma109 <9403560+nbauma109@users.noreply.github.com>
    Copilot and nbauma109 authored May 11, 2026
    Configuration menu
    Copy the full SHA
    0d64176 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ced84a3 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2026

  1. Generate a stable exe file for trusted applications (#340)

    * Initial plan
    
    * Add reproducible build configuration for stable exe generation
    
    Agent-Logs-Url: https://github.com/nbauma109/jd-gui-duo/sessions/29f38a5c-c7ef-4617-be41-9a20835eca1c
    
    Co-authored-by: nbauma109 <9403560+nbauma109@users.noreply.github.com>
    
    * Add documentation for reproducible builds implementation
    
    Agent-Logs-Url: https://github.com/nbauma109/jd-gui-duo/sessions/29f38a5c-c7ef-4617-be41-9a20835eca1c
    
    Co-authored-by: nbauma109 <9403560+nbauma109@users.noreply.github.com>
    
    * Make Windows exe version-agnostic for stable SmartScreen reputation
    
    Agent-Logs-Url: https://github.com/nbauma109/jd-gui-duo/sessions/78ddadc1-68c5-45b8-b38b-47d4ccd09419
    
    Co-authored-by: nbauma109 <9403560+nbauma109@users.noreply.github.com>
    
    * Add documentation for reproducible builds implementation
    
    Agent-Logs-Url: https://github.com/nbauma109/jd-gui-duo/sessions/d6e631f2-6031-4d1f-bd23-defb4ab1c73a
    
    Co-authored-by: nbauma109 <9403560+nbauma109@users.noreply.github.com>
    
    * Use dontWrapJar to keep exe and JAR separate
    
    Agent-Logs-Url: https://github.com/nbauma109/jd-gui-duo/sessions/1c537a8d-af51-4370-ae1a-068660e75575
    
    Co-authored-by: nbauma109 <9403560+nbauma109@users.noreply.github.com>
    
    * Document dontWrapJar benefit in reproducible builds
    
    Agent-Logs-Url: https://github.com/nbauma109/jd-gui-duo/sessions/1c537a8d-af51-4370-ae1a-068660e75575
    
    Co-authored-by: nbauma109 <9403560+nbauma109@users.noreply.github.com>
    
    * Fix SignPath workflow for stable exe name
    
    Agent-Logs-Url: https://github.com/nbauma109/jd-gui-duo/sessions/112d89bf-84ba-48fb-870e-5f312f882c3e
    
    Co-authored-by: nbauma109 <9403560+nbauma109@users.noreply.github.com>
    
    * Use runtime-relative jar path for launch4j exe
    
    Agent-Logs-Url: https://github.com/nbauma109/jd-gui-duo/sessions/dc1668ab-2114-42b5-b390-4f82f446bb7f
    
    Co-authored-by: nbauma109 <9403560+nbauma109@users.noreply.github.com>
    
    * Update documentation with runtime-relative jar path explanation
    
    Co-authored-by: nbauma109 <9403560+nbauma109@users.noreply.github.com>
    
    * Remove unsupported Launch4j timestamp element and use SOURCE_DATE_EPOCH
    
    Agent-Logs-Url: https://github.com/nbauma109/jd-gui-duo/sessions/2585a0a9-6eea-4024-8524-a4d28d05dc16
    
    Co-authored-by: nbauma109 <9403560+nbauma109@users.noreply.github.com>
    
    * Add SOURCE_DATE_EPOCH to SignPath workflow for reproducible builds
    
    Agent-Logs-Url: https://github.com/nbauma109/jd-gui-duo/sessions/15236a0e-866e-4b47-8dfc-1877c2747b5c
    
    Co-authored-by: nbauma109 <9403560+nbauma109@users.noreply.github.com>
    
    * Remove unused project.build.outputTimestamp property
    
    Agent-Logs-Url: https://github.com/nbauma109/jd-gui-duo/sessions/904d6887-e116-4537-a522-cce816242e45
    
    Co-authored-by: nbauma109 <9403560+nbauma109@users.noreply.github.com>
    
    * Implement reproducible builds by neutralizing PE timestamps in Windows
    executables
    
    * Refactor reproducible builds documentation and remove SOURCE_DATE_EPOCH
    from workflow
    
    * Disable auto-generated VERSIONINFO to ensure consistent executable
    hashes
    
    ---------
    
    Co-authored-by: anthropic-code-agent[bot] <242468646+Claude@users.noreply.github.com>
    Co-authored-by: nbauma109 <9403560+nbauma109@users.noreply.github.com>
    Co-authored-by: nbauma109 <nbauma109@github.com>
    3 people authored May 13, 2026
    Configuration menu
    Copy the full SHA
    f591453 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ab7580 View commit details
    Browse the repository at this point in the history
Loading