Skip to content

Commit cf7509f

Browse files
committed
🔖 | Release 1.2.0
1 parent 5e38c9a commit cf7509f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.2.0] - 2025-01-05
2+
3+
### ✨ Features
4+
- Added `directoryOnly` option to show only directories in the tree structure
5+
- Added `showHiddenFiles` option to control visibility of hidden files (files starting with a dot)
6+
7+
### 🔨 Improvements
8+
- Refined file system error handling with better error messages
9+
- Enhanced configuration validation with type checking
10+
11+
[1.2.0]: https://github.com/fuzionix/vscode-file-tree/compare/1.1.0...1.2.0
12+
113
## [1.1.0] - 2024-12-15
214

315
### ✨ Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "File Tree Extractor",
44
"publisher": "Fuzionix",
55
"description": "Generate a directory structure for the current project by simply copy and paste",
6-
"version": "1.1.5",
6+
"version": "1.2.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/fuzionix/vscode-file-tree.git"

0 commit comments

Comments
 (0)