All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.1.0 - 2024-10-12
New release, fixes bugs and adds new options for selection
- New
tree
command as an alias forls --view tree
- Two new flags for targeting hidden files with
rejx
:--include-hidden
to include hidden files when searching--exclude-hidden
to exclude hidden files when searching
- New flag,
--all
, to the fix and clean commands by @StephanLoor
- Refactored
find_rej_files
function to accept a path parameter - Updated
fix
,diff
,ls
, andclean
commands to use a consistent interface - Enhanced README with more detailed usage examples
- Consistent
path
argument across all commands - Improved error handling and user feedback
- The
--all
flag now works with a specified directory path
- Bug in previous release, making it not possible to install (See #2)
- Make consistent behaviour for the commands in rejx
- Improved handling of non
.rej
files in various commands - Better error messages when invalid paths are provided
- Remove logs incorrectly suggesting that changes could be applied from non-rejx files
- Bug with duplicate logging when setting up rich logger