Releases: seatedro/diffy
Release list
v0.1.12
Install
macOS builds are signed with Developer ID and notarized by Apple.
macOS / Linux
curl -fsSL https://raw.githubusercontent.com/seatedro/diffy/master/scripts/install.sh | bash
Detects your OS + arch, downloads the right artifact, verifies
the SHA256, and installs:
- macOS →
/Applications/Diffy.app - Linux →
~/.local/share/diffy/diffy.AppImagewith a
~/.local/bin/diffysymlink
Windows
powershell -c "irm https://raw.githubusercontent.com/seatedro/diffy/master/scripts/install.ps1 | iex"
Downloads the NSIS installer, verifies the SHA256, runs it.
Manual install
Grab the asset that matches your platform from the list below:
| platform | asset |
|---|---|
| macOS Apple Silicon | Diffy_*_aarch64.dmg |
| macOS Intel | Diffy_*_x64.dmg |
| Windows | Diffy_*_x64-setup.exe |
| Linux AppImage | diffy_*_x64.AppImage |
| Linux Debian | diffy_*_amd64.deb |
Verify downloads
SHA256SUMS is attached. Verify with:
shasum -a 256 -c SHA256SUMS
What's Changed
Full Changelog: v0.1.11...v0.1.12
v0.1.11
Install
macOS builds are signed with Developer ID and notarized by Apple.
macOS / Linux
curl -fsSL https://raw.githubusercontent.com/seatedro/diffy/master/scripts/install.sh | bash
Detects your OS + arch, downloads the right artifact, verifies
the SHA256, and installs:
- macOS →
/Applications/Diffy.app - Linux →
~/.local/share/diffy/diffy.AppImagewith a
~/.local/bin/diffysymlink
Windows
powershell -c "irm https://raw.githubusercontent.com/seatedro/diffy/master/scripts/install.ps1 | iex"
Downloads the NSIS installer, verifies the SHA256, runs it.
Manual install
Grab the asset that matches your platform from the list below:
| platform | asset |
|---|---|
| macOS Apple Silicon | Diffy_*_aarch64.dmg |
| macOS Intel | Diffy_*_x64.dmg |
| Windows | Diffy_*_x64-setup.exe |
| Linux AppImage | diffy_*_x64.AppImage |
| Linux Debian | diffy_*_amd64.deb |
Verify downloads
SHA256SUMS is attached. Verify with:
shasum -a 256 -c SHA256SUMS
Full Changelog: v0.1.10...v0.1.11
v0.1.10
Install
macOS builds are signed with Developer ID and notarized by Apple.
macOS / Linux
curl -fsSL https://raw.githubusercontent.com/seatedro/diffy/master/scripts/install.sh | bash
Detects your OS + arch, downloads the right artifact, verifies
the SHA256, and installs:
- macOS →
/Applications/Diffy.app - Linux →
~/.local/share/diffy/diffy.AppImagewith a
~/.local/bin/diffysymlink
Windows
powershell -c "irm https://raw.githubusercontent.com/seatedro/diffy/master/scripts/install.ps1 | iex"
Downloads the NSIS installer, verifies the SHA256, runs it.
Manual install
Grab the asset that matches your platform from the list below:
| platform | asset |
|---|---|
| macOS Apple Silicon | Diffy_*_aarch64.dmg |
| macOS Intel | Diffy_*_x64.dmg |
| Windows | Diffy_*_x64-setup.exe |
| Linux AppImage | diffy_*_x64.AppImage |
| Linux Debian | diffy_*_amd64.deb |
Verify downloads
SHA256SUMS is attached. Verify with:
shasum -a 256 -c SHA256SUMS
Full Changelog: v0.1.9...v0.1.10
v0.1.9
Install
macOS builds are signed with Developer ID and notarized by Apple.
macOS / Linux
curl -fsSL https://raw.githubusercontent.com/seatedro/diffy/master/scripts/install.sh | bash
Detects your OS + arch, downloads the right artifact, verifies
the SHA256, and installs:
- macOS →
/Applications/Diffy.app - Linux →
~/.local/share/diffy/diffy.AppImagewith a
~/.local/bin/diffysymlink
Windows
powershell -c "irm https://raw.githubusercontent.com/seatedro/diffy/master/scripts/install.ps1 | iex"
Downloads the NSIS installer, verifies the SHA256, runs it.
Manual install
Grab the asset that matches your platform from the list below:
| platform | asset |
|---|---|
| macOS Apple Silicon | Diffy_*_aarch64.dmg |
| macOS Intel | Diffy_*_x64.dmg |
| Windows | Diffy_*_x64-setup.exe |
| Linux AppImage | diffy_*_x64.AppImage |
| Linux Debian | diffy_*_amd64.deb |
Verify downloads
SHA256SUMS is attached. Verify with:
shasum -a 256 -c SHA256SUMS
What's Changed
Full Changelog: v0.1.8...v0.1.9
v0.1.8
Install
macOS builds are signed with Developer ID and notarized by Apple.
macOS / Linux
curl -fsSL https://raw.githubusercontent.com/seatedro/diffy/master/scripts/install.sh | bash
Detects your OS + arch, downloads the right artifact, verifies
the SHA256, and installs:
- macOS →
/Applications/Diffy.app - Linux →
~/.local/share/diffy/diffy.AppImagewith a
~/.local/bin/diffysymlink
Windows
powershell -c "irm https://raw.githubusercontent.com/seatedro/diffy/master/scripts/install.ps1 | iex"
Downloads the NSIS installer, verifies the SHA256, runs it.
Manual install
Grab the asset that matches your platform from the list below:
| platform | asset |
|---|---|
| macOS Apple Silicon | Diffy_*_aarch64.dmg |
| macOS Intel | Diffy_*_x64.dmg |
| Windows | Diffy_*_x64-setup.exe |
| Linux AppImage | diffy_*_x64.AppImage |
| Linux Debian | diffy_*_amd64.deb |
Verify downloads
SHA256SUMS is attached. Verify with:
shasum -a 256 -c SHA256SUMS
What's Changed
- refactor: keymap settings scroll view by @seatedro in #23
- chore: bump version to 0.1.7 by @seatedro in #24
- perf(ui): streamline huge diff loading and memory use by @seatedro in #26
- feat: add font subsystem by @seatedro in #25
Full Changelog: v0.1.6...v0.1.8
v0.1.7
Install
Diffy is unsigned during dev — the steps below strip the macOS
quarantine bit so Gatekeeper lets it run. Proper notarization
is coming later.
macOS / Linux
curl -fsSL https://raw.githubusercontent.com/seatedro/diffy/master/scripts/install.sh | bash
Detects your OS + arch, downloads the right artifact, verifies
the SHA256, and installs:
- macOS →
/Applications/Diffy.app(quarantine flag cleared
so Gatekeeper doesn't block it) - Linux →
~/.local/share/diffy/diffy.AppImagewith a
~/.local/bin/diffysymlink
Windows
powershell -c "irm https://raw.githubusercontent.com/seatedro/diffy/master/scripts/install.ps1 | iex"
Downloads the NSIS installer, verifies the SHA256, runs it.
Manual install
Grab the asset that matches your platform from the list below:
| platform | asset |
|---|---|
| macOS Apple Silicon | Diffy_*_aarch64.dmg |
| macOS Intel | Diffy_*_x64.dmg |
| Windows | Diffy_*_x64-setup.exe |
| Linux AppImage | diffy_*_x64.AppImage |
| Linux Debian | diffy_*_amd64.deb |
On macOS, after dragging to Applications run once to bypass
Gatekeeper (Diffy is unsigned during dev):
xattr -cr /Applications/Diffy.app
Verify downloads
SHA256SUMS is attached. Verify with:
shasum -a 256 -c SHA256SUMS
Full Changelog: v0.1.5...v0.1.7
v0.1.6
Install
macOS builds are signed with Developer ID and notarized by Apple.
macOS / Linux
curl -fsSL https://raw.githubusercontent.com/seatedro/diffy/master/scripts/install.sh | bash
Detects your OS + arch, downloads the right artifact, verifies
the SHA256, and installs:
- macOS →
/Applications/Diffy.app - Linux →
~/.local/share/diffy/diffy.AppImagewith a
~/.local/bin/diffysymlink
Windows
powershell -c "irm https://raw.githubusercontent.com/seatedro/diffy/master/scripts/install.ps1 | iex"
Downloads the NSIS installer, verifies the SHA256, runs it.
Manual install
Grab the asset that matches your platform from the list below:
| platform | asset |
|---|---|
| macOS Apple Silicon | Diffy_*_aarch64.dmg |
| macOS Intel | Diffy_*_x64.dmg |
| Windows | Diffy_*_x64-setup.exe |
| Linux AppImage | diffy_*_x64.AppImage |
| Linux Debian | diffy_*_amd64.deb |
Verify downloads
SHA256SUMS is attached. Verify with:
shasum -a 256 -c SHA256SUMS
What's Changed
- [codex] Add macOS signing and notarization packaging by @seatedro in #19
- fix: staple macOS app before packaging DMG by @seatedro in #20
- feat: add customizable keymaps with interactive rebinding UI by @seatedro in #21
- fix: harden jj publish actions and toast layout by @seatedro in #22
Full Changelog: v0.1.5...v0.1.6
v0.1.5
Install
Diffy is unsigned during dev — the steps below strip the macOS
quarantine bit so Gatekeeper lets it run. Proper notarization
is coming later.
macOS / Linux
curl -fsSL https://raw.githubusercontent.com/seatedro/diffy/master/scripts/install.sh | bash
Detects your OS + arch, downloads the right artifact, verifies
the SHA256, and installs:
- macOS →
/Applications/Diffy.app(quarantine flag cleared
so Gatekeeper doesn't block it) - Linux →
~/.local/share/diffy/diffy.AppImagewith a
~/.local/bin/diffysymlink
Windows
powershell -c "irm https://raw.githubusercontent.com/seatedro/diffy/master/scripts/install.ps1 | iex"
Downloads the NSIS installer, verifies the SHA256, runs it.
Manual install
Grab the asset that matches your platform from the list below:
| platform | asset |
|---|---|
| macOS Apple Silicon | Diffy_*_aarch64.dmg |
| macOS Intel | Diffy_*_x64.dmg |
| Windows | Diffy_*_x64-setup.exe |
| Linux AppImage | diffy_*_x64.AppImage |
| Linux Debian | diffy_*_amd64.deb |
On macOS, after dragging to Applications run once to bypass
Gatekeeper (Diffy is unsigned during dev):
xattr -cr /Applications/Diffy.app
Verify downloads
SHA256SUMS is attached. Verify with:
shasum -a 256 -c SHA256SUMS
What's Changed
- Refactor app state boundaries by domain by @seatedro in #15
- Refactor diff pipeline around Carbon by @seatedro in #16
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Install
Diffy is unsigned during dev — the steps below strip the macOS
quarantine bit so Gatekeeper lets it run. Proper notarization
is coming later.
macOS / Linux
curl -fsSL https://raw.githubusercontent.com/seatedro/diffy/master/scripts/install.sh | bash
Detects your OS + arch, downloads the right artifact, verifies
the SHA256, and installs:
- macOS →
/Applications/Diffy.app(quarantine flag cleared
so Gatekeeper doesn't block it) - Linux →
~/.local/share/diffy/diffy.AppImagewith a
~/.local/bin/diffysymlink
Windows
powershell -c "irm https://raw.githubusercontent.com/seatedro/diffy/master/scripts/install.ps1 | iex"
Downloads the NSIS installer, verifies the SHA256, runs it.
Manual install
Grab the asset that matches your platform from the list below:
| platform | asset |
|---|---|
| macOS Apple Silicon | Diffy_*_aarch64.dmg |
| macOS Intel | Diffy_*_x64.dmg |
| Windows | Diffy_*_x64-setup.exe |
| Linux AppImage | diffy_*_x64.AppImage |
| Linux Debian | diffy_*_amd64.deb |
On macOS, after dragging to Applications run once to bypass
Gatekeeper (Diffy is unsigned during dev):
xattr -cr /Applications/Diffy.app
Verify downloads
SHA256SUMS is attached. Verify with:
shasum -a 256 -c SHA256SUMS
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Install
Diffy is unsigned during dev — the steps below strip the macOS
quarantine bit so Gatekeeper lets it run. Proper notarization
is coming later.
macOS / Linux
curl -fsSL https://raw.githubusercontent.com/seatedro/diffy/master/scripts/install.sh | bash
Detects your OS + arch, downloads the right artifact, verifies
the SHA256, and installs:
- macOS →
/Applications/Diffy.app(quarantine flag cleared
so Gatekeeper doesn't block it) - Linux →
~/.local/share/diffy/diffy.AppImagewith a
~/.local/bin/diffysymlink
Windows
powershell -c "irm https://raw.githubusercontent.com/seatedro/diffy/master/scripts/install.ps1 | iex"
Downloads the NSIS installer, verifies the SHA256, runs it.
Manual install
Grab the asset that matches your platform from the list below:
| platform | asset |
|---|---|
| macOS Apple Silicon | Diffy_*_aarch64.dmg |
| macOS Intel | Diffy_*_x64.dmg |
| Windows | Diffy_*_x64-setup.exe |
| Linux AppImage | diffy_*_x64.AppImage |
| Linux Debian | diffy_*_amd64.deb |
On macOS, after dragging to Applications run once to bypass
Gatekeeper (Diffy is unsigned during dev):
xattr -cr /Applications/Diffy.app
Verify downloads
SHA256SUMS is attached. Verify with:
shasum -a 256 -c SHA256SUMS
Full Changelog: v0.1.2...v0.1.3