Skip to content

Commit

Permalink
Update Changelog and Documentation for jpro-file
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianKirmaier committed Feb 18, 2025
1 parent 3b3478f commit bd781eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### 0.5.3-SNAPSHOT (TBD)

#### Features
* Reworked how `jpro-file` handles directories. Extension Filters now have the flag `allowDirectory`.
Removed the `DirectoryOpenPicker`. The `FileOpenPicker`, `FileSavePicker` and `FileDropper` now handle directories.

----------------------

### 0.5.2 (February 4, 2025)
Expand Down
7 changes: 6 additions & 1 deletion jpro-file/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,9 @@ a specified callback handler is invoked for further processing.
* As JPro application
```shell
./gradlew jpro-file:example:jproRun -Psample=file-uploader
```
```

### Limitations
Some combination of features only work limited. These are the following:
* The `FileOpenPicker` and `FileSavePicker` can only open directories or files, but never both at the same time.
* On the web, the `FileOpenPicker`, `FileSavePicker` and `FileDropper` can only handle files, not directories.

0 comments on commit bd781eb

Please sign in to comment.