Skip to content

Releases: atomikpanda/dotular

v0.1.1

21 Mar 23:51

Choose a tag to compare

Changelog

  • 3f286ed Brew formula update for dotular version v0.1.0
  • 29bf86a Fix ResolvedTarget treating dotfile directories as file paths

v0.1.0

21 Mar 23:32

Choose a tag to compare

Changelog

  • 01ae5b2 Add design spec for rich CLI output
  • 74280b9 Add implementation plan for rich CLI output
  • fcdf566 Fix plan review issues: runner test return types, Fetch signature
  • 0ba7b5d Implement nix checkArgs and Windows registry settings
  • 5651d06 Merge pull request #1 from atomikpanda/atomikpanda/verify-cli-gaps
  • 8a5822e Merge pull request #2 from atomikpanda/atomikpanda/rich-cli-output
  • 5d62f73 Update rich CLI output spec after review
  • 4da46ed add color
  • 70ef154 add color
  • 34120d7 add dotular add
  • 80e416d add dotular init
  • fcc9eb4 add git module
  • 9162ceb add gitignore
  • 03520fa add index
  • 66ac59b add modules
  • 1c1bd36 add more modules and license
  • d890469 add more subcommands
  • 049d273 add more tests
  • 7e5ccfe add registry and readme
  • b262681 add release
  • 3b8b6b4 add tests
  • e4b7f44 ci: add GitHub Action to auto-generate modules/index.yaml
  • 08b3084 feat(cmd): add dotular init command with registry-driven machine scanning
  • a644333 feat(cmd): migrate all command output to UI methods
  • 52c7644 feat(cmd): reorder add args to [module] with inference
  • 033e384 feat(registry): add FetchIndex to retrieve module index
  • cc0b253 feat(registry): add modules/index.yaml registry index
  • e0d847b feat(registry): route warnings through UI
  • fc90701 feat(runner): add UI field and ModuleResult type
  • 2b2e817 feat(runner): migrate all output to UI methods, add counters and timing
  • dc133f2 feat(runner): migrate verify output to UI methods
  • 6387ac8 feat(scanner): add MatchPath for registry-based path matching
  • 27d565e feat(scanner): add ScanInstalled for registry-driven machine scanning
  • a563110 feat(ui): add Header, Item, Skip, DryRun, Warn, Success, Info methods
  • 51f039c feat(ui): add Summary and ModuleSummary methods
  • ea50dc7 feat(ui): add Table method with auto-width columns
  • bf0450f feat(ui): add UI struct, symbols, and formatDuration
  • 846387e feat: add dotular-module creation skill for Claude Code
  • c4f4881 fix ci
  • d695505 fix ci
  • a6261cc fix paths
  • 8b11ec5 fix(cmd): route list output through ui.Info
  • 9cfb50a module
  • 5b8435d refactor(actions): export CheckArgs for use by scanner package
  • 8382d98 remove binary
  • 956d28e scaffold project
  • 32a058e skip run on pull
  • 3e94a20 test(cmd): add tests for init command and add arg reorder
  • 0412aab update
  • f76011e update makefile
  • 0124b2e update readme
  • 42d06fa update registry
  • a99355c use github for modules