BREAKING CHANGES
- config now moved to `~/.config/altb/config.yaml`
- config structure MAJOR change - format is now as follows:
binaries:
app_name:
name: app_name
selected: 1.0.0
tags:
1.0.0:
description: some description
kind: link this is added every old type is link type
spec:
path: /path/to/binary
- Command `altb track ...` now changed to `altb track path ...`.
Additions:
- Support copying tracked file using `altb track path <app_name><tag> <path> --copy`, versions will be saved at `$HOME/.local/altb/versions`.
- Support tracking commands using `altb track command <app_name><tag> "<command>" [-w <working_directory>]`
**Full Changelog**: https://github.com/IamShobe/altb/compare/0.2.2...0.3.0