Skip to content

Commit 91e65b6

Browse files
Prepare for v0.0.5
1 parent e57f7fa commit 91e65b6

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
---
9-
## [0.0.5] - Unreleased
9+
## [0.0.5] - 2025-10-04
1010

1111
### Added
1212
- New various path matchers

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ For Maven, import this dependency to your `pom.xml`:
4646
<dependency>
4747
<groupId>io.github.computerdaddyguy</groupId>
4848
<artifactId>jfiletreeprettyprinter</artifactId>
49-
<version>0.0.4</version>
49+
<version>0.0.5</version>
5050
</dependency>
5151
```
5252

5353
For Gradle:
5454
```
55-
implementation "io.github.computerdaddyguy:jfiletreeprettyprinter:0.0.4"
55+
implementation "io.github.computerdaddyguy:jfiletreeprettyprinter:0.0.5"
5656
```
5757

5858
# Basic Usage

ROADMAP.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
- [x] Option: children limit (static & dynamic)
1111
- [x] Option: tree format Unicode box drawing / classic ASCII
1212
- [x] Option: max directory depth
13+
- [x] **Helpers**
14+
- [x] Path matchers
15+
- [x] Child limit
16+
- [x] Line extension
17+
- [x] Sort
1318
- [x] **Documentation**
1419
- [x] Add examples & README
1520
- [x] Use Github wiki to document options instead of readme
@@ -26,11 +31,8 @@
2631
- [x] Publish on Maven Central!
2732

2833
## To do
29-
- [x] More `PathMatchers` functions!
30-
- [x] Helper class for line extension
31-
- [x] Helper class for sorting
32-
- [ ] Option: custom emojis
3334
- [ ] Option: hide number of skipped files and folders for child limit
35+
- [ ] Option: custom emojis
3436
- [ ] Rework/fix Github wiki to be up to date
3537

3638
## Backlog / To analyze / To implement if requested

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.github.computerdaddyguy</groupId>
77
<artifactId>jfiletreeprettyprinter</artifactId>
8-
<version>0.0.5-SNAPSHOT</version>
8+
<version>0.0.5</version>
99

1010
<packaging>jar</packaging>
1111
<name>JFileTreePrettyPrinter</name>

0 commit comments

Comments
 (0)