From 7fd4cc3829f98c24699ce8c428626e919505b062 Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Sat, 4 Dec 2021 09:14:59 +0200 Subject: [PATCH] chore(release): 2.6.0 --- CHANGELOG.md | 14 ++++++++++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08c9376b..dbe76971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.6.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.5.1...2.6.0) (2021-12-04) + + +### Features + +* **List/Matrix View:** :sparkles: Option to enbale/disable alphabetical sorting entirely ([f8bf507](https://github.com/SkepticMystic/breadcrumbs/commit/f8bf507b13ffb1959d56f29aff4a49ba15b93ac6)) +* **List/Matrix View:** :sparkles: Option to treat the current note as an implied sibling ([4690e9b](https://github.com/SkepticMystic/breadcrumbs/commit/4690e9bee46b3bb55dbb5e38aba6d8a326c7181b)) + + +### Bug Fixes + +* :bug: Better waiting for initialisation ([b4c1ce0](https://github.com/SkepticMystic/breadcrumbs/commit/b4c1ce0c9efbf60c9b4b8e464f0adbf8b7690755)) +* **Path View:** :bug: freshIndex should drawTrails if showBCs, not just showTrail ([dbb05dd](https://github.com/SkepticMystic/breadcrumbs/commit/dbb05dd1fe397ea4a33a9ee33bbdb0f45a588234)) + ### [2.5.1](https://github.com/SkepticMystic/breadcrumbs/compare/2.5.0...2.5.1) (2021-12-03) ## [2.5.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.4.0...2.5.0) (2021-12-03) diff --git a/manifest.json b/manifest.json index be6c4f1d..a4b8c014 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "2.5.1", + "version": "2.6.0", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index fe6a591d..3be16ea2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "2.5.1", + "version": "2.6.0", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {