mirror of
https://github.com/tiennm99/claude-code-usage-bubble.git
synced 2026-09-09 14:17:28 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
858d7f1139 | ||
|
|
5a2e4f1c60 | ||
|
|
713eb5bbde |
@@ -14,9 +14,12 @@ permissions:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: windows-latest
|
||||
# Pinned explicitly: `windows-latest` is being redirected to a newer image
|
||||
# by GitHub in mid-2026 — pin the current Windows Server 2025 image so
|
||||
# release behavior is deterministic across that transition.
|
||||
runs-on: windows-2025
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
ref: ${{ github.event.inputs.tag || github.ref }}
|
||||
|
||||
|
||||
Generated
+1
-1
@@ -59,7 +59,7 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
||||
|
||||
[[package]]
|
||||
name = "claude-code-usage-bubble"
|
||||
version = "0.1.8"
|
||||
version = "0.1.9"
|
||||
dependencies = [
|
||||
"dirs",
|
||||
"embed-resource",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "claude-code-usage-bubble"
|
||||
version = "0.1.8"
|
||||
version = "0.1.9"
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
description = "Floating bubble showing Claude Code and Codex usage on Windows"
|
||||
|
||||
@@ -1182,6 +1182,12 @@ fn reset_positions() {
|
||||
s.bubbles.clear();
|
||||
}
|
||||
create_initial_bubbles();
|
||||
// The freshly-spawned bubbles boot with a "…" placeholder. Push the
|
||||
// cached snapshot so they render the last-known data immediately, and
|
||||
// kick a poll for users who used Reset Position to recover from
|
||||
// staleness.
|
||||
propagate_to_ui();
|
||||
spawn_poll_thread();
|
||||
}
|
||||
|
||||
fn set_language(_dummy: Option<()>) {
|
||||
|
||||
Reference in New Issue
Block a user