Textual-fspicker

Latest version: v0.0.11

Safety actively analyzes 626727 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.0.10

**Released: 2023-08-07**

- Fixed a breaking change with threaded workers with newer versions of
Textual ([thanks to
adeemm](https://github.com/davep/textual-fspicker/pull/3)).
- Fixed the look and size of the main navigation control in all dialogs,
taking into account recent default styling changes in Textual.

0.0.9

**Released: 2023-06-04**

- Changed the underlying type of the dialog screens to be `Path | None`
rather than `Path`.
- Changed the way the dialogs cancel. Instead of dismissing with no result,
a result is now set to `None`. That is, if something is selected then a
`Path` will be the result, if the user cancels then `None` is the result.
- Fixed `SelectDirectory` not showing the current selection on startup.

0.0.8

**Released: 2023-06-04**

- Fixed the initial filter in the `FileOpen` and `FileSave` dialogs not
applying on startup.

0.0.7

**Released: 2023-06-03**

- Updated how the messages work to take into account changes around
`control`.
- Updated dependency information making this require a Textual version of at
least 0.27.0.

0.0.6

**Released: 2023-06-03**

- Add support for setting an alternative to `Path` as the core of path
handling in the library.
- Fixed a problem where text was unreadable when a Textual application was
in light mode.

0.0.5

**Released: 2023-05-23**

- Added `FileSave`.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.