Releases: needmore/bc4
bc4 v0.18.0
Changelog
New Features
- 21f4120: feat: add download-attachments for comments and documents, shared download helper (@brianevanmiller)
- ee6302f: feat: download-attachments for comments & documents, shared download helper (#148) (@brigleb)
Bug Fixes
- 7f0d016: fix: address PR review — filename collision, Windows reserved names, test cleanup (@brianevanmiller)
- b250389: fix: treat blob URLs as skipped instead of failed (@brianevanmiller)
Other Changes
- eb7db76: Brew formula update for bc4 version v0.17.0 (@goreleaserbot)
Installation
Homebrew (macOS - Recommended)
brew install needmore/bc4/bc4Direct Download
Download the appropriate archive for your system from the assets below.
macOS
- Intel Macs:
bc4_*_Darwin_x86_64.tar.gz - Apple Silicon Macs:
bc4_*_Darwin_arm64.tar.gz
Extract and install:
tar -xzf bc4_*.tar.gz
sudo mv bc4 /usr/local/bin/Linux
- Intel/AMD 64-bit:
bc4_*_Linux_x86_64.tar.gz - ARM 64-bit:
bc4_*_Linux_arm64.tar.gz
Extract and install:
tar -xzf bc4_*.tar.gz
sudo mv bc4 /usr/local/bin/Windows
- 64-bit:
bc4_*_Windows_x86_64.zip
Extract the zip file and add bc4.exe to your PATH.
bc4 v0.17.0
What's New in v0.17.0
New Features
- Inline @mention support for comments — Use
@Nameor@First.Lastincomment createto mention people. Mentions are resolved against project members and converted to Basecamp mention tags. (@nnemirovsky, #146) - Timesheet command — New
bc4 timesheetcommand for viewing time entries. (@wlb-anthonyleung) - Rich text in campfire posts — Campfire posts now support full Markdown formatting via rich text conversion. (@nnemirovsky)
--on-holdflag for card move — Move cards to on-hold status withbc4 card move --on-hold. (@nnemirovsky)
Bug Fixes
- Comment delete actually works now —
comment deletewas hitting a non-existent DELETE endpoint (always 404). Now correctly uses the Basecamp recordings trash endpoint. (@nnemirovsky, #147) - @mention regex no longer matches inside emails/URLs —
@exampleinjohn@example.comis no longer treated as a mention. (@brigleb) - On-hold cards visible in card table view — Cards with on-hold status now appear correctly. (@nnemirovsky)
- First-run wizard nil guard — Fixed a crash when the list model was nil during the first-run wizard. (@nnemirovsky)
- Flag shorthand conflict in step commands — Resolved conflicting
-sshorthand instep check/uncheck. (@nnemirovsky)
Performance
- Faster activity list — Parallel fetching with early termination for
activity list. (@nnemirovsky)
Refactoring
- Extracted
TrashCommentAPI method for consistency withDeleteScheduleEntrypattern. (@brigleb) - Improved timesheet command conventions and added tests. (@brigleb)
Contributors
Thank you to everyone who contributed to this release!
- @nnemirovsky — @mentions, campfire rich text, comment delete fix, card on-hold support, performance optimization, and multiple bug fixes
- @wlb-anthonyleung — Timesheet command
- @brigleb — Regex fixes, code review, and refactoring
Installation
Homebrew (macOS - Recommended)
brew install needmore/bc4/bc4Direct Download
Download the appropriate archive for your system from the assets below.
macOS
- Intel Macs:
bc4_*_Darwin_x86_64.tar.gz - Apple Silicon Macs:
bc4_*_Darwin_arm64.tar.gz
Extract and install:
tar -xzf bc4_*.tar.gz
sudo mv bc4 /usr/local/bin/Linux
- Intel/AMD 64-bit:
bc4_*_Linux_x86_64.tar.gz - ARM 64-bit:
bc4_*_Linux_arm64.tar.gz
Extract and install:
tar -xzf bc4_*.tar.gz
sudo mv bc4 /usr/local/bin/Windows
- 64-bit:
bc4_*_Windows_x86_64.zip
Extract the zip file and add bc4.exe to your PATH.
bc4 v0.16.0
Changelog
New Features
Code Refactoring
Other Changes
- 60ade7f: Brew formula update for bc4 version v0.15.3 (@goreleaserbot)
- d8423a8: Update agent instructions (@brigleb)
Installation
Homebrew (macOS - Recommended)
brew install needmore/bc4/bc4Direct Download
Download the appropriate archive for your system from the assets below.
macOS
- Intel Macs:
bc4_*_Darwin_x86_64.tar.gz - Apple Silicon Macs:
bc4_*_Darwin_arm64.tar.gz
Extract and install:
tar -xzf bc4_*.tar.gz
sudo mv bc4 /usr/local/bin/Linux
- Intel/AMD 64-bit:
bc4_*_Linux_x86_64.tar.gz - ARM 64-bit:
bc4_*_Linux_arm64.tar.gz
Extract and install:
tar -xzf bc4_*.tar.gz
sudo mv bc4 /usr/local/bin/Windows
- 64-bit:
bc4_*_Windows_x86_64.zip
Extract the zip file and add bc4.exe to your PATH.
bc4 v0.15.3
Changelog
Bug Fixes
Other Changes
- de66dbc: Brew formula update for bc4 version v0.15.2 (@goreleaserbot)
Installation
Homebrew (macOS - Recommended)
brew install needmore/bc4/bc4Direct Download
Download the appropriate archive for your system from the assets below.
macOS
- Intel Macs:
bc4_*_Darwin_x86_64.tar.gz - Apple Silicon Macs:
bc4_*_Darwin_arm64.tar.gz
Extract and install:
tar -xzf bc4_*.tar.gz
sudo mv bc4 /usr/local/bin/Linux
- Intel/AMD 64-bit:
bc4_*_Linux_x86_64.tar.gz - ARM 64-bit:
bc4_*_Linux_arm64.tar.gz
Extract and install:
tar -xzf bc4_*.tar.gz
sudo mv bc4 /usr/local/bin/Windows
- 64-bit:
bc4_*_Windows_x86_64.zip
Extract the zip file and add bc4.exe to your PATH.
bc4 v0.15.2
Changelog
Bug Fixes
Other Changes
- c636a9d: Brew formula update for bc4 version v0.15.1 (@goreleaserbot)
Installation
Homebrew (macOS - Recommended)
brew install needmore/bc4/bc4Direct Download
Download the appropriate archive for your system from the assets below.
macOS
- Intel Macs:
bc4_*_Darwin_x86_64.tar.gz - Apple Silicon Macs:
bc4_*_Darwin_arm64.tar.gz
Extract and install:
tar -xzf bc4_*.tar.gz
sudo mv bc4 /usr/local/bin/Linux
- Intel/AMD 64-bit:
bc4_*_Linux_x86_64.tar.gz - ARM 64-bit:
bc4_*_Linux_arm64.tar.gz
Extract and install:
tar -xzf bc4_*.tar.gz
sudo mv bc4 /usr/local/bin/Windows
- 64-bit:
bc4_*_Windows_x86_64.zip
Extract the zip file and add bc4.exe to your PATH.
bc4 v0.15.1
Changelog
New Features
Bug Fixes
Other Changes
- 84ada3d: Brew formula update for bc4 version v0.15.0 (@goreleaserbot)
Installation
Homebrew (macOS - Recommended)
brew install needmore/bc4/bc4Direct Download
Download the appropriate archive for your system from the assets below.
macOS
- Intel Macs:
bc4_*_Darwin_x86_64.tar.gz - Apple Silicon Macs:
bc4_*_Darwin_arm64.tar.gz
Extract and install:
tar -xzf bc4_*.tar.gz
sudo mv bc4 /usr/local/bin/Linux
- Intel/AMD 64-bit:
bc4_*_Linux_x86_64.tar.gz - ARM 64-bit:
bc4_*_Linux_arm64.tar.gz
Extract and install:
tar -xzf bc4_*.tar.gz
sudo mv bc4 /usr/local/bin/Windows
- 64-bit:
bc4_*_Windows_x86_64.zip
Extract the zip file and add bc4.exe to your PATH.
bc4 v0.15.0
Changelog
New Features
Other Changes
- 3a04971: Brew formula update for bc4 version v0.14.0 (@goreleaserbot)
Installation
Homebrew (macOS - Recommended)
brew install needmore/bc4/bc4Direct Download
Download the appropriate archive for your system from the assets below.
macOS
- Intel Macs:
bc4_*_Darwin_x86_64.tar.gz - Apple Silicon Macs:
bc4_*_Darwin_arm64.tar.gz
Extract and install:
tar -xzf bc4_*.tar.gz
sudo mv bc4 /usr/local/bin/Linux
- Intel/AMD 64-bit:
bc4_*_Linux_x86_64.tar.gz - ARM 64-bit:
bc4_*_Linux_arm64.tar.gz
Extract and install:
tar -xzf bc4_*.tar.gz
sudo mv bc4 /usr/local/bin/Windows
- 64-bit:
bc4_*_Windows_x86_64.zip
Extract the zip file and add bc4.exe to your PATH.
bc4 v0.14.0
Changelog
New Features
- f16a7bc: feat: enhance activity/events monitoring with advanced filtering and real-time watch (#130) (@brigleb)
- 541e3d2: feat: implement complete message type/category management (#129) (@brigleb)
Other Changes
- 8b62f6d: Brew formula update for bc4 version v0.13.0 (@goreleaserbot)
Installation
Homebrew (macOS - Recommended)
brew install needmore/bc4/bc4Direct Download
Download the appropriate archive for your system from the assets below.
macOS
- Intel Macs:
bc4_*_Darwin_x86_64.tar.gz - Apple Silicon Macs:
bc4_*_Darwin_arm64.tar.gz
Extract and install:
tar -xzf bc4_*.tar.gz
sudo mv bc4 /usr/local/bin/Linux
- Intel/AMD 64-bit:
bc4_*_Linux_x86_64.tar.gz - ARM 64-bit:
bc4_*_Linux_arm64.tar.gz
Extract and install:
tar -xzf bc4_*.tar.gz
sudo mv bc4 /usr/local/bin/Windows
- 64-bit:
bc4_*_Windows_x86_64.zip
Extract the zip file and add bc4.exe to your PATH.
bc4 v0.13.0
Changelog
New Features
- 4e6d588: feat: add people management commands (#126) (@brigleb)
- b82b1a1: feat: add project administration commands (#125) (@brigleb)
- 1c8a832: feat: add schedules & calendar support (#124) (@brigleb)
Bug Fixes
Other Changes
- 1309f09: Brew formula update for bc4 version v0.12.0 (@goreleaserbot)
- be1b7f6: claude/implement-search-functionality-fAEP1 (#127) (@brigleb)
- 4063ade: style: apply go fmt to schedule-related files (@brigleb)
Installation
Homebrew (macOS - Recommended)
brew install needmore/bc4/bc4Direct Download
Download the appropriate archive for your system from the assets below.
macOS
- Intel Macs:
bc4_*_Darwin_x86_64.tar.gz - Apple Silicon Macs:
bc4_*_Darwin_arm64.tar.gz
Extract and install:
tar -xzf bc4_*.tar.gz
sudo mv bc4 /usr/local/bin/Linux
- Intel/AMD 64-bit:
bc4_*_Linux_x86_64.tar.gz - ARM 64-bit:
bc4_*_Linux_arm64.tar.gz
Extract and install:
tar -xzf bc4_*.tar.gz
sudo mv bc4 /usr/local/bin/Windows
- 64-bit:
bc4_*_Windows_x86_64.zip
Extract the zip file and add bc4.exe to your PATH.
bc4 v0.12.0
Changelog
New Features
Other Changes
- ecb123f: Brew formula update for bc4 version v0.11.3 (@goreleaserbot)
Installation
Homebrew (macOS - Recommended)
brew install needmore/bc4/bc4Direct Download
Download the appropriate archive for your system from the assets below.
macOS
- Intel Macs:
bc4_*_Darwin_x86_64.tar.gz - Apple Silicon Macs:
bc4_*_Darwin_arm64.tar.gz
Extract and install:
tar -xzf bc4_*.tar.gz
sudo mv bc4 /usr/local/bin/Linux
- Intel/AMD 64-bit:
bc4_*_Linux_x86_64.tar.gz - ARM 64-bit:
bc4_*_Linux_arm64.tar.gz
Extract and install:
tar -xzf bc4_*.tar.gz
sudo mv bc4 /usr/local/bin/Windows
- 64-bit:
bc4_*_Windows_x86_64.zip
Extract the zip file and add bc4.exe to your PATH.