Skip to content

Commit e438921

Browse files
authored
Merge pull request #23 from OfficerHalf/release-1.4.0
Release 1.4.0
2 parents 9e3b95e + 306231d commit e438921

File tree

6 files changed

+787
-10
lines changed

6 files changed

+787
-10
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
# npm
66
node_modules
7-
package-lock.json
87

98
# build
109
main.js

CHANGELOG.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,36 @@
1+
# 1.4.0
2+
3+
## Features
4+
5+
- Added an option to split into two separate collapse and expand buttons
6+
- Added commands to collapse only the file explorers or only the tag panes. These commands can be enabled in settings.
7+
8+
## Fixes
9+
10+
- Fixed inconsistent Obsidian app version requirements
11+
112
# 1.3.0
213

314
## Features
415

5-
Expanded functionality to tag pane. (@ebullient)
16+
- Expanded functionality to tag pane. (@ebullient)
617

718
# 1.2.0
819

920
## Features
1021

11-
Enabled for mobile app.
22+
- Enabled for mobile app.
1223

1324
# 1.1.0
1425

1526
## Features
1627

17-
Added "expand all" functionality to compliment collapsing.
28+
- Added "expand all" functionality to compliment collapsing.
1829

1930
## Fixes
2031

21-
Collapse all button now uses sentence case rather than title case for its label to match the other buttons in the file explorer.
32+
- Collapse all button now uses sentence case rather than title case for its label to match the other buttons in the file explorer.
2233

2334
# 1.0.0
2435

25-
Initial release.
36+
- Initial release.

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "obsidian-collapse-all-plugin",
33
"name": "Collapse All",
4-
"version": "1.3.0",
5-
"minAppVersion": "0.12.10",
4+
"version": "1.4.0",
5+
"minAppVersion": "0.12.11",
66
"description": "This plugin adds a button to collapse or expand all folders in the file explorer.",
77
"author": "OfficerHalf",
88
"authorUrl": "https://nathan-smith.org/",

0 commit comments

Comments
 (0)