-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: Snowy7/sncode
base: v0.2.1
head repository: Snowy7/sncode
compare: v0.2.2
- 15 commits
- 18 files changed
- 3 contributors
Commits on Feb 25, 2026
-
Add Linux ARM64 (aarch64) build support
- Add arm64 to Linux AppImage target architectures in package.json - Add dedicated linux-arm64 package job in release workflow using ubuntu-24.04-arm runner - Add linux-arm64 build job in CI workflow for PR validation - Release job now depends on both x64 and arm64 package jobs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for a1cd0cd - Browse repository at this point
Copy the full SHA a1cd0cdView commit details -
Revert arm64 from package.json linux arch list
The dedicated package-linux-arm64 job passes --linux --arm64 explicitly, so keeping arm64 in package.json would cause the x64 ubuntu-latest job to attempt cross-arch AppImage builds that would fail. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 1e3e286 - Browse repository at this point
Copy the full SHA 1e3e286View commit details -
Merge pull request #1 from Snowy7/feat/linux-arm64-support
Add Linux ARM64 (aarch64) build support
Configuration menu - View commit details
-
Copy full SHA for ffd5da1 - Browse repository at this point
Copy the full SHA ffd5da1View commit details -
Fix ARM64 build: explicitly target AppImage only
The --linux flag without a specific target caused electron-builder to also attempt building a snap package (failing due to missing snapcraft) and to build both x64 and arm64 architectures. Specifying --linux AppImage restricts the build to only the AppImage target. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 28f8ef4 - Browse repository at this point
Copy the full SHA 28f8ef4View commit details -
Merge pull request #2 from Snowy7/fix/arm64-build-command
Fix ARM64 build: target AppImage explicitly
Configuration menu - View commit details
-
Copy full SHA for 78005d5 - Browse repository at this point
Copy the full SHA 78005d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a4aa31 - Browse repository at this point
Copy the full SHA 9a4aa31View commit details -
Configuration menu - View commit details
-
Copy full SHA for e80ec1e - Browse repository at this point
Copy the full SHA e80ec1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cbdf2c - Browse repository at this point
Copy the full SHA 5cbdf2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b3623a - Browse repository at this point
Copy the full SHA 0b3623aView commit details -
Revert "Redesign app header and toolbar chrome"
This reverts commit 0b3623a.
Configuration menu - View commit details
-
Copy full SHA for 788758d - Browse repository at this point
Copy the full SHA 788758dView commit details -
feat(core): add thread model memory, codex history seeding, editor IP…
…C, and stronger compaction
Configuration menu - View commit details
-
Copy full SHA for 791d1e2 - Browse repository at this point
Copy the full SHA 791d1e2View commit details -
feat(renderer): monaco lifecycle rewrite, queued sends, inline diff U…
…X, and editor launcher
Configuration menu - View commit details
-
Copy full SHA for 8109a3d - Browse repository at this point
Copy the full SHA 8109a3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c04682 - Browse repository at this point
Copy the full SHA 1c04682View commit details -
feat(composer): add slash command + @file mention popovers, permissio…
…n dropdown, and sidebar restore
Configuration menu - View commit details
-
Copy full SHA for 5d7f50c - Browse repository at this point
Copy the full SHA 5d7f50cView commit details -
fix(platform): avoid Windows long-command failures and redesign rende…
…rer crash screen
Configuration menu - View commit details
-
Copy full SHA for e868733 - Browse repository at this point
Copy the full SHA e868733View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.1...v0.2.2