From 6bde1d1b878bc449e662448b7a1746ba9e1e75c4 Mon Sep 17 00:00:00 2001 From: sytone Date: Sat, 2 Jul 2022 15:46:50 -0700 Subject: [PATCH] chore(release): 2.6.0 --- CHANGELOG.md | 14 ++++++++++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f198a4a..abd2bda 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/sytone/obsidian-tasks-x/compare/2.5.2...2.6.0) (2022-07-02) + + +### Features + +* add feature to customize render ([72636aa](https://github.com/sytone/obsidian-tasks-x/commits/72636aadf72fabb065e6c7d58cfdec93b6b6de8c)) +* add template based rendering flag and setting ([a2d7bad](https://github.com/sytone/obsidian-tasks-x/commits/a2d7bad8cb6591526f66d002f905b8f493510552)) +* added created to ui ([ae01177](https://github.com/sytone/obsidian-tasks-x/commits/ae0117754c4615a04d40ed4adca001fcb9cb067a)) + + +### Documentation + +* settings update ([24ccf10](https://github.com/sytone/obsidian-tasks-x/commits/24ccf10a441aaa45f30491758bc68b613c47f3f3)) + ### [2.5.2](https://github.com/sytone/obsidian-tasks-x/compare/2.5.0...2.5.2) (2022-06-30) diff --git a/manifest.json b/manifest.json index 0d67f7e..46b59f8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-x-plugin", "name": "Tasks SQL Powered", - "version": "2.5.2", + "version": "2.6.0", "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)", diff --git a/package.json b/package.json index 5697794..1f81160 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks-x", - "version": "2.5.2", + "version": "2.6.0", "description": "Task management for Obsidian, SQL Powered. This is a fork of the Tasks plugin.", "main": "main.js", "private": true, diff --git a/versions.json b/versions.json index 31ee771..8688b19 100644 --- a/versions.json +++ b/versions.json @@ -49,5 +49,6 @@ "2.4.1": "0.13.21", "2.4.2": "0.13.21", "2.5.0": "0.13.21", - "2.5.2": "0.13.21" + "2.5.2": "0.13.21", + "2.6.0": "0.13.21" }