-
Notifications
You must be signed in to change notification settings - Fork 25
Comparing changes
Open a pull request
base repository: basecamp/fizzy-cli
base: v3.0.2
head repository: basecamp/fizzy-cli
compare: v3.0.3
- 8 commits
- 16 files changed
- 1 contributor
Commits on Mar 2, 2026
-
Adds `fizzy card self-assign CARD_NUMBER` which toggles the current user's assignment on a card via POST /cards/:number/self_assignment.json. No need to look up your own user ID — just self-assign directly.
Configuration menu - View commit details
-
Copy full SHA for 9c897d7 - Browse repository at this point
Copy the full SHA 9c897d7View commit details -
Merge pull request #58 from robzolkos/add-self-assignment
Add card self-assign command
Configuration menu - View commit details
-
Copy full SHA for 509aace - Browse repository at this point
Copy the full SHA 509aaceView commit details -
Add user update command with name and avatar support
Adds `fizzy user update USER_ID --name "Name" --avatar /path/to/image.jpg`. Uses JSON PATCH for name-only updates and multipart PATCH for avatar uploads. Adds PatchMultipart to the client interface for multipart form data PATCH requests. E2E tests require FIZZY_TEST_USER_ID env var (skipped if unset).
Configuration menu - View commit details
-
Copy full SHA for e005fa0 - Browse repository at this point
Copy the full SHA e005fa0View commit details -
Merge pull request #59 from robzolkos/add-user-update
Add user update command
Configuration menu - View commit details
-
Copy full SHA for 0155433 - Browse repository at this point
Copy the full SHA 0155433View commit details -
Adds `fizzy user deactivate USER_ID` which sends DELETE to /users/{id}.json, deactivating the user and removing their access to the account. Requires admin or owner permissions.Configuration menu - View commit details
-
Copy full SHA for e569cce - Browse repository at this point
Copy the full SHA e569cceView commit details -
Merge pull request #60 from robzolkos/add-user-deactivate
Add user deactivate command
Configuration menu - View commit details
-
Copy full SHA for 4b12d6f - Browse repository at this point
Copy the full SHA 4b12d6fView commit details -
Adds `fizzy notification tray` which fetches up to 100 unread notifications from the tray endpoint. Supports `--include-read` flag to also include read notifications.
Configuration menu - View commit details
-
Copy full SHA for 1d6d8e8 - Browse repository at this point
Copy the full SHA 1d6d8e8View commit details -
Merge pull request #61 from robzolkos/add-notification-tray
Add notification tray command
Configuration menu - View commit details
-
Copy full SHA for ef32358 - Browse repository at this point
Copy the full SHA ef32358View 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 v3.0.2...v3.0.3