-
released this
2026-01-01 02:36:16 +00:00 | 817 commits to main since this releaseWhat's Changed
- lineno by @navicore in https://github.com/navicore/patch-seq/pull/158
Full Changelog: https://github.com/navicore/patch-seq/compare/v0.18.4...v0.18.5
Binary Downloads
Pre-built binaries are available for:
- Linux x86_64 (statically linked, works on any Linux)
- macOS ARM64 (Apple Silicon)
- macOS x86_64 (Intel, if available)
Installation
chmod +x seqc-* seq-lsp-* seqr-*macOS Quarantine
macOS quarantines unsigned binaries. After downloading, remove the quarantine:
xattr -d com.apple.quarantine ./seqc-macos-* xattr -d com.apple.quarantine ./seq-lsp-macos-* xattr -d com.apple.quarantine ./seqr-macos-*Linux
The Linux binaries are statically linked and should run on any x86_64 Linux system without additional dependencies.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.18.4 better jk nav Stable
released this
2025-12-31 17:53:21 +00:00 | 822 commits to main since this releaseWhat's Changed
- better jk in vim-line by @navicore in https://github.com/navicore/patch-seq/pull/157
Full Changelog: https://github.com/navicore/patch-seq/compare/v0.18.3...v0.18.4
Binary Downloads
Pre-built binaries are available for:
- Linux x86_64 (statically linked, works on any Linux)
- macOS ARM64 (Apple Silicon)
- macOS x86_64 (Intel, if available)
Installation
chmod +x seqc-* seq-lsp-* seqr-*macOS Quarantine
macOS quarantines unsigned binaries. After downloading, remove the quarantine:
xattr -d com.apple.quarantine ./seqc-macos-* xattr -d com.apple.quarantine ./seq-lsp-macos-* xattr -d com.apple.quarantine ./seqr-macos-*Linux
The Linux binaries are statically linked and should run on any x86_64 Linux system without additional dependencies.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.18.3 better repl w/ VI Stable
released this
2025-12-31 04:05:12 +00:00 | 827 commits to main since this releaseWhat's Changed
- Issue 155 by @navicore in https://github.com/navicore/patch-seq/pull/156
Full Changelog: https://github.com/navicore/patch-seq/compare/v0.18.2...v0.18.3
Binary Downloads
Pre-built binaries are available for:
- Linux x86_64 (statically linked, works on any Linux)
- macOS ARM64 (Apple Silicon)
- macOS x86_64 (Intel, if available)
Installation
chmod +x seqc-* seq-lsp-* seqr-*macOS Quarantine
macOS quarantines unsigned binaries. After downloading, remove the quarantine:
xattr -d com.apple.quarantine ./seqc-macos-* xattr -d com.apple.quarantine ./seq-lsp-macos-* xattr -d com.apple.quarantine ./seqr-macos-*Linux
The Linux binaries are statically linked and should run on any x86_64 Linux system without additional dependencies.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.18.2 fix crates.io Stable
released this
2025-12-30 19:50:04 +00:00 | 835 commits to main since this releaseWhat's Changed
Full Changelog: https://github.com/navicore/patch-seq/compare/v0.18.1...v0.18.2
Binary Downloads
Pre-built binaries are available for:
- Linux x86_64 (statically linked, works on any Linux)
- macOS ARM64 (Apple Silicon)
- macOS x86_64 (Intel, if available)
Installation
chmod +x seqc-* seq-lsp-* seqr-*macOS Quarantine
macOS quarantines unsigned binaries. After downloading, remove the quarantine:
xattr -d com.apple.quarantine ./seqc-macos-* xattr -d com.apple.quarantine ./seq-lsp-macos-* xattr -d com.apple.quarantine ./seqr-macos-*Linux
The Linux binaries are statically linked and should run on any x86_64 Linux system without additional dependencies.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.18.1 bug fixes and docs Stable
released this
2025-12-30 19:45:13 +00:00 | 837 commits to main since this releaseWhat's Changed
- ⏺ Issue #140 is complete. Here's a summary of what was implemented: by @navicore in https://github.com/navicore/patch-seq/pull/143
- ⏺ Issue #139 is complete. Here's the summary: by @navicore in https://github.com/navicore/patch-seq/pull/144
- ⏺ All 492 tests pass. Added historical context to 7 entries: by @navicore in https://github.com/navicore/patch-seq/pull/145
- fix: correct stack output in README example by @navicore in https://github.com/navicore/patch-seq/pull/153
Full Changelog: https://github.com/navicore/patch-seq/compare/v0.18.0...v0.18.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.18.0 generators aka weave Stable
released this
2025-12-30 15:46:15 +00:00 | 854 commits to main since this releaseWhat's Changed
- Error handling audit by @navicore in https://github.com/navicore/patch-seq/pull/133
- ⏺ All CI checks pass. I've successfully implemented the fix for issue… by @navicore in https://github.com/navicore/patch-seq/pull/137
- Issue 131 by @navicore in https://github.com/navicore/patch-seq/pull/138
Full Changelog: https://github.com/navicore/patch-seq/compare/v0.17.0...v0.18.0
Binary Downloads
Pre-built binaries are available for:
- Linux x86_64 (statically linked, works on any Linux)
- macOS ARM64 (Apple Silicon)
- macOS x86_64 (Intel, if available)
Installation
chmod +x seqc-* seq-lsp-* seqr-*macOS Quarantine
macOS quarantines unsigned binaries. After downloading, remove the quarantine:
xattr -d com.apple.quarantine ./seqc-macos-* xattr -d com.apple.quarantine ./seq-lsp-macos-* xattr -d com.apple.quarantine ./seqr-macos-*Linux
The Linux binaries are statically linked and should run on any x86_64 Linux system without additional dependencies.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.17.0 consistent bool Stable
released this
2025-12-29 06:03:48 +00:00 | 872 commits to main since this releaseWhat's Changed
- ⏺ Summary: Bool Type Consistency Complete by @navicore in https://github.com/navicore/patch-seq/pull/130
Full Changelog: https://github.com/navicore/patch-seq/compare/v0.16.0...v0.17.0
Binary Downloads
Pre-built binaries are available for:
- Linux x86_64 (statically linked, works on any Linux)
- macOS ARM64 (Apple Silicon)
- macOS x86_64 (Intel, if available)
Installation
chmod +x seqc-* seq-lsp-* seqr-*macOS Quarantine
macOS quarantines unsigned binaries. After downloading, remove the quarantine:
xattr -d com.apple.quarantine ./seqc-macos-* xattr -d com.apple.quarantine ./seq-lsp-macos-* xattr -d com.apple.quarantine ./seqr-macos-*Linux
The Linux binaries are statically linked and should run on any x86_64 Linux system without additional dependencies.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2025-12-28 21:26:20 +00:00 | 879 commits to main since this releaseWhat's Changed
- ⏺ Created docs/design/SON_DESIGN.md with our ideas: by @navicore in https://github.com/navicore/patch-seq/pull/127
- Operator revamp by @navicore in https://github.com/navicore/patch-seq/pull/129
Full Changelog: https://github.com/navicore/patch-seq/compare/v0.15.0...v0.16.0
Binary Downloads
Pre-built binaries are available for:
- Linux x86_64 (statically linked, works on any Linux)
- macOS ARM64 (Apple Silicon)
- macOS x86_64 (Intel, if available)
Installation
chmod +x seqc-* seq-lsp-* seqr-*macOS Quarantine
macOS quarantines unsigned binaries. After downloading, remove the quarantine:
xattr -d com.apple.quarantine ./seqc-macos-* xattr -d com.apple.quarantine ./seq-lsp-macos-* xattr -d com.apple.quarantine ./seqr-macos-*Linux
The Linux binaries are statically linked and should run on any x86_64 Linux system without additional dependencies.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2025-12-27 20:31:50 +00:00 | 888 commits to main since this releaseWhat's Changed
- Cleanup repl by @navicore in https://github.com/navicore/patch-seq/pull/124
- ⏺ All 53 tests pass. The swipe gestures now require 10 accumulated ev… by @navicore in https://github.com/navicore/patch-seq/pull/125
- proper integration tests: by @navicore in https://github.com/navicore/patch-seq/pull/126
Full Changelog: https://github.com/navicore/patch-seq/compare/v0.14.1...v0.15.0
Binary Downloads
Pre-built binaries are available for:
- Linux x86_64 (statically linked, works on any Linux)
- macOS ARM64 (Apple Silicon)
- macOS x86_64 (Intel, if available)
Installation
chmod +x seqc-* seq-lsp-* seqr-*macOS Quarantine
macOS quarantines unsigned binaries. After downloading, remove the quarantine:
xattr -d com.apple.quarantine ./seqc-macos-* xattr -d com.apple.quarantine ./seq-lsp-macos-* xattr -d com.apple.quarantine ./seqr-macos-*Linux
The Linux binaries are statically linked and should run on any x86_64 Linux system without additional dependencies.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2025-12-27 08:53:52 +00:00 | 901 commits to main since this releaseFull Changelog: https://github.com/navicore/patch-seq/compare/v0.14.0...v0.14.1
Binary Downloads
Pre-built binaries are available for:
- Linux x86_64 (statically linked, works on any Linux)
- macOS ARM64 (Apple Silicon)
- macOS x86_64 (Intel, if available)
Installation
chmod +x seqc-* seq-lsp-* seqr-*macOS Quarantine
macOS quarantines unsigned binaries. After downloading, remove the quarantine:
xattr -d com.apple.quarantine ./seqc-macos-* xattr -d com.apple.quarantine ./seq-lsp-macos-* xattr -d com.apple.quarantine ./seqr-macos-*Linux
The Linux binaries are statically linked and should run on any x86_64 Linux system without additional dependencies.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads