Commit Graph
62 Commits
Author SHA1 Message Date
Matthew Breedlove 2e0b321d41 Version bump and readme update 2026-02-21 12:07:00 -05:00
Matthew Breedlove 35b4c0caa0 Version bump 2026-02-21 11:36:25 -05:00
Matthew Breedlove 3050aefc1c Version bump 2026-02-02 16:12:06 -05:00
Matthew Breedlove d457e55913 Fix for model in statusLine JSON being passed as string vs object, closes #157, version bump 2026-02-02 14:32:33 -05:00
Matthew Breedlove 03d19692ab Lint fixes, version bump 2025-11-17 16:58:03 -05:00
Matthew Breedlove bdcf6aac33 Version bump 2025-11-13 09:02:31 -05:00
Matthew Breedlove 929b004c22 Version bump 2025-10-07 23:39:27 -04:00
Matthew Breedlove 9feebf9a09 Version bump 2025-10-04 18:18:24 -04:00
Howard ZhangandGitHub 1ad9304039 Fix bunx availability check on windows (#96) 2025-10-04 18:16:57 -04:00
Matthew Breedlove 2053a5577d Version bump 2025-09-29 16:41:21 -04:00
Matthew Breedlove 36054e6b0b Version bump 2025-09-24 10:10:15 -04:00
Matthew Breedlove 5c4521d014 Version bump 2025-09-19 12:19:21 -04:00
Matthew Breedlove d9ee110fc7 Version bump and README update 2025-09-19 01:30:23 -04:00
Matthew Breedlove bf269e1f63 Version bump and README update 2025-09-18 21:27:21 -04:00
Matthew Breedlove 2842f856e9 Version bump and README update 2025-09-17 22:38:54 -04:00
Alex NewmanGitHubcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>thedotmack
7bb53d11e5 TypeDoc Docs (#75)
* Initial plan

* Add TypeDoc documentation generation system

Co-authored-by: thedotmack <683968+thedotmack@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: thedotmack <683968+thedotmack@users.noreply.github.com>
2025-09-11 17:12:34 -04:00
Matthew Breedlove 5942afe563 Version bump 2025-09-09 00:00:50 -04:00
Matthew Breedlove 679bdac86e Version bump and README update 2025-08-31 03:04:15 -04:00
Matthew Breedlove dade396de1 Version bump and README update 2025-08-28 09:37:13 -04:00
d5b2da2a47 chore(settings): support more than 3 lines (#53)
* chore(settings): support more than 3 lines
* chore: add confirm dialog
* chore: update example script
* chore: rm config override
* Fix spacing issues, disallow deletion of last line, fix issue where deleting lines 2 and 3 would keep them in the list, cleanup onDelete and onAppend method locations
* Initialize default settings with two empty lines

---------

Co-authored-by: Matthew Breedlove <sirmalloc@gmail.com>
2025-08-28 09:30:26 -04:00
Matthew Breedlove 698bdb7f1a Updating version and README for 2.0.10 2025-08-27 11:08:48 -04:00
7886e1f376 feat(git-worktree): Add git worktree widget (#49)
* feat(git-worktree): Add git worktree widget

* Minor cleanup

---------

Co-authored-by: Matthew Breedlove <sirmalloc@gmail.com>
2025-08-27 10:22:43 -04:00
Jack Allen 9354dbc9a3 chore(patch-package): Migrate to using bun patch, instead of patch-package 2025-08-27 13:16:47 +01:00
Matthew Breedlove ad85f951a4 Fixes for inefficient rendering in auto-alignment mode 2025-08-24 02:45:38 -04:00
Matthew Breedlove b46319c4e2 Adding powerline widget auto-alignment toggle 2025-08-24 00:22:22 -04:00
Matthew Breedlove 8e6b1013a1 Update readme and bump version to 2.0.7 2025-08-21 02:02:19 -04:00
Matthew Breedlove f9a113a9d2 Fix for block timer calculation when last activity was in a previous block. Was incorrectly displaying an active block due to the diff of last activity and current block start 2025-08-20 19:10:38 -04:00
Matthew Breedlove bf97dc4287 Version bump to 2.0.5 2025-08-20 03:09:49 -04:00
Matthew Breedlove 9c97b0b6c0 Move dependencies to devDependencies 2025-08-19 17:46:55 -04:00
Matthew Breedlove 5ba40c33ae Bug fix in block timer logic 2025-08-18 04:06:43 -04:00
Matthew Breedlove eaf62c349d Fix for custom command edit / width / timeout keypresses not working 2025-08-18 03:48:33 -04:00
Matthew Breedlove d1ba0c0be5 Adding block timer widget, miscellaneous UI improvements 2025-08-18 02:40:34 -04:00
Matthew Breedlove c8a220ca48 Fix npm publish errors 2025-08-17 20:17:28 -04:00
Matthew Breedlove 7782e8b455 Add descriptive error handling to CustomCommand, update README, fix Uninstall Emoji that was rendering incorrectly, fix Item Editor line color for consistency, fix version number display 2025-08-17 20:15:54 -04:00
Matthew Breedlove 990fdf3d54 Add missing package 2025-08-17 04:15:30 -04:00
Matthew Breedlove 365b64092a Powerline capability, better color support, custom colors, multiple install options, Output Style widget, UI cleanup 2025-08-17 04:12:34 -04:00
Matthew Breedlove 87bb690461 Readme updates and removing external production dependencies 2025-08-12 14:45:44 -04:00
Matthew Breedlove f2d186ec9d Rendering fixes 2025-08-12 04:43:14 -04:00
Matthew Breedlove a69a6997d0 Minor bug fix for padding 2025-08-12 03:28:59 -04:00
Matthew Breedlove e0012bc0eb Fix build issue with patching Ink, bump version to 1.0.15
This reverts commit 256b562cca.
2025-08-12 03:08:18 -04:00
Matthew Breedlove 256b562cca Revert "Code deduplication and cleanup, fix forward delete button on text editing, add ability to show separators in color editing menu, fix truncation issues"
This reverts commit 3e2c3eaa90.
2025-08-12 02:55:41 -04:00
Matthew Breedlove 3e2c3eaa90 Code deduplication and cleanup, fix forward delete button on text editing, add ability to show separators in color editing menu, fix truncation issues 2025-08-12 02:52:28 -04:00
Matthew Breedlove 4465ac8053 Couple bug fixes relating to colors 2025-08-11 18:10:33 -04:00
Matthew Breedlove 46436ea5b0 Added global option to override foreground color, added VSCode warning for color issues 2025-08-11 16:33:19 -04:00
Matthew Breedlove 6eafe54614 Background colors, bold toggle, global options 2025-08-11 15:33:06 -04:00
Matthew Breedlove 61cb630af1 Adding context percentage (usable) as a widget 2025-08-11 05:26:49 -04:00
Matthew Breedlove 67567e5d5e Updated custom commands to receive statusline json via stdin, added configurable timeout to custom commands 2025-08-11 03:57:44 -04:00
Matthew Breedlove 4a3cc8f8e2 Fix color rendering in statusline editor list 2025-08-10 01:27:17 -04:00
Matthew Breedlove 61d63b4402 Add support for running custom command widgets 2025-08-09 19:54:38 -04:00
Matthew Breedlove 7d7dd2084b Change default flex mode compaction to 60%, make sensible default status line when no config present 2025-08-09 08:38:57 -04:00