From 7ae212322b10681e562a2fb3e9c1f81505a3dfbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Satg=C3=A9?= Date: Sun, 24 Nov 2024 15:17:42 +0100 Subject: [PATCH] 1.5.0 --- README.md | 1 + manifest.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1e3f2d..b2757b2 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ This project uses [semver](http://semver.org/). | Version | Date | Notes | | --- | --- | --- | +| `1.5.0` | 2024-11-24 | Add `hideWhenEmpty` option ((fix #51) | | `1.4.0` | 2024-05-19 | Add `nestedOrderedList` style ([@bjtho08](https://github.com/bjtho08)) (fix #41) | | `1.3.3` | 2024-05-16 | Compute the right min level when `style:inlineFirstLevel` (fix #39) | | `1.3.2` | 2024-02-18 | Harden headings stripping | diff --git a/manifest.json b/manifest.json index 535186f..13161a7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "automatic-table-of-contents", "name": "Automatic Table Of Contents", - "version": "1.4.0", + "version": "1.5.0", "minAppVersion": "1.3.0", "description": "Create a table of contents in a note, that updates itself when the note changes", "author": "Johan Satgé",