- Re-add createrepo_c and selinux dependencies
- Remove
config show
command - Rename
import
command toadd
- Add
index
command - Add hidden config option to hide some repos by default
- New database schema and new database filename
- Add prefix config option to customize directory structure
- Fix bug in NVR label creation
- Combine
list
commands - Restore selinux context on imported files
- Remove empty parent directories when removing nvrs
- Use progress bars for visual feedback
- Add
--name
flag to filter list output - Rename
--keep-original
flag to just--keep
- Convert repo arguments to prompted options (
--repo
,--from
, and--to
)
- Add
uvalde config show
command - Abort import on unconfigured architecture
- Add
uvalde remove
command - Improve test coverage
- Defer database initialization until runtime
- Add tests
- Fix Python 3.6 compatibility
- Record all artifacts for noarch packages in database
- Initial release