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: winfunc/opcode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: bottlelin/opcode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 18 files changed
  • 3 contributors

Commits on Sep 10, 2025

  1. Add files via upload

    bottlelin authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    10b08cd View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    bottlelin authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    637cb0c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. Configuration menu
    Copy the full SHA
    039df51 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. feat(windows): enable Windows x64 cross-build for Opcode

    Enable cross-compilation to Windows x64 using the GNU toolchain.
    Adds Windows target, updates Tauri bundle targets, and adds a helper
    script to automate frontend build and cross-build.
    
    - Produces opcode.exe and opcode-web.exe under the Windows GNU target
    - Integrates Windows targets nsis and msi in tauri.conf
    - Script build-windows.sh orchestrates the workflow
    
    Impact: allows Windows distribution from Linux; NSIS bundling may require
    Windows-specific tools to create installers.
    cto-new[bot] committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    41996d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a3b895 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from bottlelin/build-windows-x64-binary

    feat(windows): enable Windows x64 cross-build for Opcode
    cto-new[bot] authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    b05a519 View commit details
    Browse the repository at this point in the history
Loading