Skip to content

Commit

Permalink
Merge pull request #7 from OfficerHalf/release-1.1.0
Browse files Browse the repository at this point in the history
Release v1.1.0
  • Loading branch information
nathonius authored Jun 10, 2021
2 parents 3a547ee + f07de0c commit 62c16f8
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 1.1.0

## Features

Added "expand all" functionality to compliment collapsing.

## Fixes

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

# 1.0.0

Initial release.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ To collapse all folders, either click the new button at the top of the file expl
To expand all folders, either click the new button at the top of the file explorer pane or run the "Expand all open folders" command. When at least one folder or subfolder is open, the button becomes a collapse all button.

![CollapseAll](docs/CollapseAll.gif)

## Changelog

See [Changelog](CHANGELOG.md).
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "obsidian-collapse-all-plugin",
"name": "Collapse All",
"version": "1.0.0",
"version": "1.1.0",
"minAppVersion": "0.9.12",
"description": "This plugin adds a button to collapse all folders in the file explorer.",
"description": "This plugin adds a button to collapse or expand all folders in the file explorer.",
"author": "OfficerHalf",
"authorUrl": "https://nathan-smith.org/",
"isDesktopOnly": true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-collapse-all-plugin",
"version": "1.0.0",
"version": "1.1.0",
"description": "This plugin adds a button to collapse all folders in the file explorer.",
"main": "main.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.0.1": "0.9.12",
"1.0.0": "0.9.7"
"1.1.1": "0.9.12",
"1.0.1": "0.9.12",
"1.0.0": "0.9.7"
}

0 comments on commit 62c16f8

Please sign in to comment.