- It's now possible to open a directory from the command line, so the file picker appears on startup. - Bumped to `textual-fspicker` v0.0.10. - Updated to [Textual 0.39.0](https://github.com/Textualize/textual/releases/tag/v0.39.0).
0.7.1
**Released: 2023-06-04**
Changed
- Bumped to `textual-fspicker` v0.0.9.
0.7.0
**Released: 2023-06-03**
Changed
- Moved to using `textual-fspicker` as the way to open a new file for viewing. - Updated to [Textual 0.27.0](https://github.com/Textualize/textual/releases/tag/v0.27.0).
0.6.1
**Released: 2023-04-29**
Fixed
- Fixed a crash when running up with no filename on the command line.
0.6.0
**Released: 2023-04-29**
Changed
- Updated to [Textual 0.22.0](https://github.com/Textualize/textual/releases/tag/v0.22.0).
0.5.0
**Released 2023-02-16**
Changed
- Updated to [Textual 0.11.0](https://github.com/Textualize/textual/releases/tag/v0.11.0). - Added a "toggle all" option to the tree. - Added support for sizing the panes, with C-left and C-right.
Fixed
- `Source` will now scroll horizontally when needed.