Skip to content

Releases: sn1p4am/TokenBar

0.1.3

Choose a tag to compare

@github-actions github-actions released this 09 Jul 03:10

Fix community review source warnings while keeping local tokenizer assets under the Sync Standard size limit.

0.1.2

Choose a tag to compare

@sn1p4am sn1p4am released this 09 Jul 02:51

Bundle size cleanup release.

  • Packs embedded tokenizer assets more compactly while keeping all token counting local.
  • Keeps main.js below 5 MB for Obsidian Sync Standard compatibility.
  • Retains GPT o200k, Qwen3.5, and DeepSeek V3.1 local tokenizers.

0.1.1

Choose a tag to compare

@sn1p4am sn1p4am released this 09 Jul 02:42

Review cleanup release.

  • Uses Obsidian's cross-window DOM instance check.
  • Avoids unsafe tokenizer asset arguments.
  • Documents the local tokenizer bundle size limitation.

0.1.0

Choose a tag to compare

@sn1p4am sn1p4am released this 09 Jul 02:18

Initial TokenBar release.

  • Shows the active note token count in the status bar.
  • Supports local GPT, Qwen, DeepSeek counts and Claude/Gemini estimates.
  • Runs locally and does not send note content to remote services.