Textual-fspicker

Latest version: v0.2.0

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

Scan your dependencies

Page 1 of 3

0.2.0

**Released: 2025-01-30**

- Added `default_file` to `FileOpen` and `FileSave`.
([18](https://github.com/davep/textual-fspicker/pull/18))
- Dropped support for Python 3.8.
([19](https://github.com/davep/textual-fspicker/pull/19))

0.1.1

**Released: 2025-01-16**

- Fixed a backward-compatibility issue on Windows ([thanks to
SoulMelody](https://github.com/davep/textual-fspicker/pull/14)).
- Fixed the cosmetics of the directory label in `SelectDirectory`.
([15](https://github.com/davep/textual-fspicker/pull/15))

0.1.0

**Released: 2025-01-15**

- Added <kbd>backspace</kbd> as a navigation shortcut for "change to parent"
([thanks to ihabunek](https://github.com/davep/textual-fspicker/pull/7)).
- Added support for drive selection on Microsoft Windows
([thanks to davidfokkema](https://github.com/davep/textual-fspicker/pull/9)),

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.

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.