Added
- `meeple find` - Search collections for board games and expansions.
- Search in just one, multiple, or all collections at once.
- `-b/--boardgames` - Output only board games.
- `-e/--expansions` - Output only expansions.
- `--players` - Output only board games/expansions that support the provided player count.
- `--max-time` - Output only board games/expansions that fit the provided play time (Min).
- `--weight` - Output only board games/expansions that match the provided weight range.
- `--sort` - Sort output by _id_, _name_, _year_, _rank_, _rating_, or _weight_.
- `GENERAL` - Shell tab completion support for `bash`, `zsh`, and `fish`.
- Tab completion support for all commands.
- Tab completion support for all command `COLLECTION` arguments.
- Tab completion support for all command options.
- `meeple completions` - Setup shell tab completions.
- `README`
- Disclaimer section.
- FAQ section.
Changed
- `meeple`: `-h/--help` - Group like commands in output.
- `GENERAL`: `-h/--help` - Standardize help messages.
- `GENERAL`: `ID` arg - Improve argument type checking and error handling.
- `CHANGELOG`: Standardize release notes format.
Fixed
- `meeple search` - Fix data serialization crash.
- `GENERAL` - Properly format missing board game or expansion data as "NA".