Skip to content

Commit

Permalink
chore(release): 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Dec 16, 2021
1 parent 5914cfb commit 18f3abe
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.10.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.9.2...2.10.0) (2021-12-16)


### Features

* **DendronNote:** :sparkles: Option to display trimmed dendron note ([16defd6](https://github.com/SkepticMystic/breadcrumbs/commit/16defd6b1e186b34449c9b34fb6487cdc2e1ba27))
* **List/Matrix View:** :sparkles: Button to toggle alphabetical sorting direction (Updates the corresponding setting) (Fix [#208](https://github.com/SkepticMystic/breadcrumbs/issues/208)) ([2d164c1](https://github.com/SkepticMystic/breadcrumbs/commit/2d164c1455185a27f46733df106d259251119eb6))


### Bug Fixes

* **Hierarchy Note:** :bug: Don't merge all HNs, rather do one at a time (Fix [#216](https://github.com/SkepticMystic/breadcrumbs/issues/216)) ([b3bba6d](https://github.com/SkepticMystic/breadcrumbs/commit/b3bba6da52f0620b491b30c1f80bb267354a6878))
* **List/Matrix View:** :bug: Break when an altField is found ([4c45603](https://github.com/SkepticMystic/breadcrumbs/commit/4c456035012a87f95316a54c75fcf9645e91c5f5))
* **List/Matrix View:** :bug: Sort by altField first, then regular note name (Fix [#206](https://github.com/SkepticMystic/breadcrumbs/issues/206)) ([5914cfb](https://github.com/SkepticMystic/breadcrumbs/commit/5914cfb7099e281581db21656f3aa22e9993d710))

### [2.9.2](https://github.com/SkepticMystic/breadcrumbs/compare/2.9.1...2.9.2) (2021-12-14)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "breadcrumbs",
"name": "Breadcrumbs",
"version": "2.9.2",
"version": "2.10.0",
"minAppVersion": "0.12.12",
"description": "Visualise & navigate your vault's structure",
"author": "SkepticMystic",
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": "breadcrumbs-plugin",
"version": "2.9.2",
"version": "2.10.0",
"description": "Visualise & navigate your vault's structure",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 18f3abe

Please sign in to comment.