Skip to content

Commit

Permalink
chore(release): 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sytone committed Jul 4, 2022
1 parent 8495f30 commit cc72a99
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,32 @@

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.1](https://github.com/sytone/obsidian-tasks-x/compare/2.6.0...2.6.1) (2022-07-04)


### Features

* add backlink with short option to render template ([47f66d2](https://github.com/sytone/obsidian-tasks-x/commits/47f66d243f87c13a42c634dc007ab474ac093166))
* disable registration of original tasks processor by default ([8505437](https://github.com/sytone/obsidian-tasks-x/commits/8505437414af87c923d0378286cad481bdd5c812))


### Internal

* cleanup isFilenameUnique references ([7a761d7](https://github.com/sytone/obsidian-tasks-x/commits/7a761d78b4cd47e310c37ec1d99b1cd27eb2423f))


### Bug Fixes and Changes

* add queryId as a function available in sql query ([01930ba](https://github.com/sytone/obsidian-tasks-x/commits/01930ba91deaf53e65e9d5cf4e955030698051e6))
* better default handling ([c3f8dde](https://github.com/sytone/obsidian-tasks-x/commits/c3f8dde3e4bb9f79bf61d8486ca9a52cd582aedb))
* remove extra cobnsole log ([306751f](https://github.com/sytone/obsidian-tasks-x/commits/306751f083f0bdb4084ef688a59d5d9443c58470))


### Documentation

* add details on rendering template ([c45f548](https://github.com/sytone/obsidian-tasks-x/commits/c45f54838d7b3dbf05b9a1d9719a52659c983093))
* update plugin ([8495f30](https://github.com/sytone/obsidian-tasks-x/commits/8495f30ccd7d72ad0f574d65f8bad8ed10cc2b76))

## [2.6.0](https://github.com/sytone/obsidian-tasks-x/compare/2.5.2...2.6.0) (2022-07-02)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"id": "obsidian-tasks-x-plugin",
"name": "Tasks SQL Powered",
"version": "2.6.0",
"version": "2.6.1",
"minAppVersion": "0.13.21",
"description": "Task management for Obsidian, SQL Powered. This is a preview fork of the Tasks plugin.",
"author": "Jon Bullen (original by Martin Schenck)",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "obsidian-tasks-x",
"version": "2.6.0",
"version": "2.6.1",
"description": "Task management for Obsidian, SQL Powered. This is a fork of the Tasks plugin.",
"main": "main.js",
"private": true,
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Expand Up @@ -50,5 +50,6 @@
"2.4.2": "0.13.21",
"2.5.0": "0.13.21",
"2.5.2": "0.13.21",
"2.6.0": "0.13.21"
"2.6.0": "0.13.21",
"2.6.1": "0.13.21"
}

0 comments on commit cc72a99

Please sign in to comment.