Skip to content

v0.0.17

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Dec 16:29
· 428 commits to main since this release

✨ New Features

  • bb2f845 - ✨ zsh hook now auto-loads compinit if needed (commit by @XaF)
  • d655486 - ✨ add shell integration during bootstrap (PR #221 by @XaF)
    • ↘️ addresses issue #210 opened by @XaF
  • 499bb23 - ✨ packages support for scope command (PR #233 by @XaF)
    • ↘️ addresses issue #232 opened by @XaF
  • e204e21 - ✨ Add configuration of the shell aliases for the init hook (PR #234 by @XaF)
    • ↘️ addresses issue #195 opened by @XaF
  • c62fe06 - ✨ machine id will try and fallback to use hostname (PR #237 by @XaF)
  • c64a2a2 - ✨ save log files when subprocesses fail (PR #243 by @XaF)
  • 105e802 - updates: ✨ add support for background updates (PR #244 by @XaF)
    • ↘️ addresses issue #170 opened by @XaF
  • af2a940 - path commands: ✨ Add support for metadata files (PR #253 by @XaF)
    • ↘️ addresses issue #27 opened by @XaF

🐛 Bug Fixes

  • ff26fc6 - 🐛 remove debug message appearing on update (commit by @XaF)
  • 22d7aa9 - 🐛 uncategorized commands are showing up properly again (commit by @XaF)
  • 7d62fb1 - path commands: 🐛 make the exec path accurate (PR #252 by @XaF)
    • ↘️ fixes issue #161 opened by @XaF