Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.5](https://github.com/ryanclark/statusline/compare/v0.1.4...v0.1.5) - 2026-05-29

### Added

- add account and credits segments with Linux build support
- add statusline profiles subcommand
- resolve org, browser, profile, segments from active Claude account
- thread profile through fetch_usage
- parameterize browser session-key loading with profile
- add skip_update_check setting

### Fixed

- point update message at the new tap
- tolerate null extra_usage fields in API response

### Other

- update lint/toolchain/deny config
- use shared workflows
- release v0.1.4 ([#9](https://github.com/ryanclark/statusline/pull/9))
- add support for merge queue
- use GitHub App token for tap publishing
- use GitHub App token for release-plz
- satisfy rustfmt and clippy on stable 1.96
- update install for renamed homebrew-tap
- build and publish macOS and Linux (arm64/amd64) binaries via homebrew-tap
- update README for per-account config and profiles subcommand
- extract shared accounts module with browser/profile/segments fields

## [0.1.4](https://github.com/ryanclark/statusline/compare/v0.1.3...v0.1.4) - 2026-05-29

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "statusline"
version = "0.1.4"
version = "0.1.5"
edition = "2024"
rust-version = "1.91"
description = "Claude Code status line with context window and usage tracking"
Expand Down