Release Notes
Changed
- BREAKING: Profile switching now provides full isolation
- Profiles are completely independent - switching profiles replaces ALL files in live config
- Current state is automatically saved to the old profile before switching (no data loss)
Fixed
- Profile creation now sets the profile as active (enables proper save-before-switch)
- All files and directories (including hidden/dotfiles) are captured in profiles
Migration
Users upgrading from 0.2.2 should be aware that runtime state (todos, transcripts, etc.)
will now be profile-specific rather than shared across profiles.
Install bridle 0.2.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/neiii/bridle/releases/download/v0.2.3/bridle-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/neiii/bridle/releases/download/v0.2.3/bridle-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install neiii/bridle/bridleDownload bridle 0.2.3
| File | Platform | Checksum |
|---|---|---|
| bridle-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| bridle-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| bridle-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| bridle-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| bridle-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |