Skip to content

Commit 9b9a6d1

Browse files
Ready for v0.0.4
1 parent 118c94a commit 9b9a6d1

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 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.4] - Unreleased
9+
## [0.0.4] - 2025-09-27
1010

1111
### Added
1212
- Line extension: append any String after a path (comment, file details, etc.)
@@ -18,6 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
### Removed
1919
- Error handling: exceptions are now thrown instead of being handled by the renderer
2020

21+
### Documentation
22+
- Documentation moved to [Github wiki](https://github.com/ComputerDaddyGuy/JFileTreePrettyPrinter/wiki)
23+
2124
---
2225
## [0.0.3] - 2025-09-21
2326

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ For Maven, import this dependency to your `pom.xml`:
4444
<dependency>
4545
<groupId>io.github.computerdaddyguy</groupId>
4646
<artifactId>jfiletreeprettyprinter</artifactId>
47-
<version>0.0.3</version>
47+
<version>0.0.4</version>
4848
</dependency>
4949
```
5050

5151
For Gradle:
5252
```
53-
implementation "io.github.computerdaddyguy:jfiletreeprettyprinter:0.0.3"
53+
implementation "io.github.computerdaddyguy:jfiletreeprettyprinter:0.0.4"
5454
```
5555

5656
# Usage

ROADMAP.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
- [x] More default emojis
1717
- [x] Option: Filtering
1818
- [x] Option: Ordering
19-
20-
## To do
2119
- [x] Use Github wiki to document options instead of readme
2220
- [x] Jacoco coverage report
2321
- [x] Option: Line extension (=additional text after the file name)
2422

25-
## Backlog / To analyze / To implement if requested
23+
## To do
2624
- [ ] More `PathPredicates` functions!
27-
- [ ] Option: custom tree format
2825
- [ ] Option: custom emojis
26+
27+
## Backlog / To analyze / To implement if requested
28+
- [ ] Option: custom tree format
2929
- [ ] Refactor unit tests (custom assert?)
3030
- [ ] Option: color
3131
- [ ] Option: Filename decorator

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.4-SNAPSHOT</version>
8+
<version>0.0.4</version>
99

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

0 commit comments

Comments
 (0)