aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: 2ea697410b2d447dc9ffd9e9c01e6699d7c796c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# 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.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.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