# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.3.2] - 2023-05-21 ## [0.3.1] - 2023-05-21 ### Fixed - Fixed error message when ignoring file in a directory ## [0.3.0] - 2023-04-20 ### Added - Added `--all` flag to include all child directories of provided search paths. - Added `--sessions` flag to include active `tmux` session's paths in the results. - Added `--tmux` flag that enables sorting projects by their MRU `tmux` session. - Added feature to include active `tmux` session's paths. - Added `--exclude` flag to explicitly exclude paths from output. - Added `tmux-projectr` shell script. ### Changed - Slightly improved performance of directory walk. - Rewrote and simplified project structure. - Updated project description. - Added `README.md` - Added `CONTRIBUTING.md` - Added `CHANGELOG.md` (Will this create a singularity?) ### Removed - Removed reading config from file. This is no longer necessary due to simplified logic. ### Fixed - Implemented using the directories `mtime` for sorting when no other sorters are available. - **_Breaking change_**: Replaced `--exclude-attached` with `--exclude-cwd`. - Fixed bug that resulted in outputting files, and now only outputs directories and links. ## [0.2.1] - 2023-04-20 ### Changed - Remove broken unit test ## [0.2.0] - 2023-04-05 ### Added - Added git repository filtering and sorting - Added CI ### Changed - Added MIT license ### Fixed - Fixed config serialization - Switched to vendored `libgit2` to avoid issues with shared dependency ## [0.1.0] - 2022-11-28 - Initial release [Unreleased]: https://git.sr.ht/~tobyvin/projectr/log/HEAD [0.3.2]: https://git.sr.ht/~tobyvin/projectr/log/v0.3.2 [0.3.1]: https://git.sr.ht/~tobyvin/projectr/log/v0.3.1 [0.3.0]: https://git.sr.ht/~tobyvin/projectr/log/v0.3.0 [0.2.1]: https://git.sr.ht/~tobyvin/projectr/log/v0.2.1 [0.2.0]: https://git.sr.ht/~tobyvin/projectr/log/v0.2.0 [0.1.0]: https://git.sr.ht/~tobyvin/projectr/log/v0.1.0