Skip to content

Commit d2f5b5a

Browse files
🔖 1.1.8
1 parent 78671a0 commit d2f5b5a

File tree

5 files changed

+33
-5
lines changed

5 files changed

+33
-5
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,36 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.1.8](https://github.com/ebullient/obsidian-task-collector/compare/1.1.7...1.1.8)
8+
9+
- 🐛 Ensure checkbox handlers are unique; fixes #641 [`#641`](https://github.com/ebullient/obsidian-task-collector/issues/641)
10+
- ⬆️ dependency bump [`56f438f`](https://github.com/ebullient/obsidian-task-collector/commit/56f438ff27b4eddb55d841cde57600e1bc346ff3)
11+
- Bump esbuild from 0.25.3 to 0.25.4 [`f358589`](https://github.com/ebullient/obsidian-task-collector/commit/f358589dcc0c5b42550eacef1d6b9b4e015a6e38)
12+
- Bump esbuild from 0.25.2 to 0.25.3 [`5098148`](https://github.com/ebullient/obsidian-task-collector/commit/50981485fd72b5dd8ad92797c5f1ea408dcc58dc)
13+
- Bump esbuild from 0.25.1 to 0.25.2 [`51d4c3f`](https://github.com/ebullient/obsidian-task-collector/commit/51d4c3f574087a95faf81d2ba3d9dcdc8597a867)
14+
- Bump ts-jest from 29.3.2 to 29.3.4 [`1d8d60d`](https://github.com/ebullient/obsidian-task-collector/commit/1d8d60d290a84ff029be1229540b411decb75a63)
15+
- Bump ts-jest from 29.2.6 to 29.3.0 [`09842cd`](https://github.com/ebullient/obsidian-task-collector/commit/09842cd0b168c0753835eb218bafa30c6ab1dda7)
16+
- Bump ts-jest from 29.3.1 to 29.3.2 [`ef55b1f`](https://github.com/ebullient/obsidian-task-collector/commit/ef55b1f278518d5aa723b84e2bcc1e97d810d14b)
17+
- Bump @types/node from 22.13.14 to 22.14.1 [`dfb8d92`](https://github.com/ebullient/obsidian-task-collector/commit/dfb8d92980851afa611e1f0a8223a698f1139d30)
18+
- Bump ts-jest from 29.2.6 to 29.3.0 [`922bfba`](https://github.com/ebullient/obsidian-task-collector/commit/922bfba20bd7ed6380aba785e72085d2875f6195)
19+
- Bump @types/node from 22.15.3 to 22.15.19 [`78671a0`](https://github.com/ebullient/obsidian-task-collector/commit/78671a05da4f6ad1cf62fa445a0dba9b38355f54)
20+
- Bump @codemirror/view from 6.36.7 to 6.36.8 [`b66d066`](https://github.com/ebullient/obsidian-task-collector/commit/b66d0661cbdb6866b10c5943a36c6e0c8cbbf5e6)
21+
- Bump @types/node from 22.15.3 to 22.15.19 [`ef7568a`](https://github.com/ebullient/obsidian-task-collector/commit/ef7568a7ed81a755fe6f2025137dbc337749018f)
22+
- Bump @codemirror/view from 6.36.6 to 6.36.7 [`f61636b`](https://github.com/ebullient/obsidian-task-collector/commit/f61636b48e2a1ec7663bc8473d9c125162d36be8)
23+
- Bump @types/node from 22.14.1 to 22.15.3 [`db5f52e`](https://github.com/ebullient/obsidian-task-collector/commit/db5f52ecd1332fd0fd441c53edcbd1074b643e32)
24+
- Bump @codemirror/view from 6.36.5 to 6.36.6 [`6dd3c43`](https://github.com/ebullient/obsidian-task-collector/commit/6dd3c430914d1b39fb7a44afb1cef594c5952768)
25+
- Bump dotenv from 16.4.7 to 16.5.0 [`7e17a6b`](https://github.com/ebullient/obsidian-task-collector/commit/7e17a6bff276cfe958030b034ba5cde64bf93f29)
26+
- Bump typescript from 5.8.2 to 5.8.3 [`c5b5687`](https://github.com/ebullient/obsidian-task-collector/commit/c5b568704b214006ff9e70b98a5c60b2519b380f)
27+
- Bump @codemirror/view from 6.36.4 to 6.36.5 [`c57fdcd`](https://github.com/ebullient/obsidian-task-collector/commit/c57fdcdb06e1c7ea86c8e7ef170f1ec408010f14)
28+
- Bump @types/node from 22.13.10 to 22.13.14 [`c3816c7`](https://github.com/ebullient/obsidian-task-collector/commit/c3816c7d8d9871366920ed8dda5205759afd9b4c)
29+
- Bump builtin-modules from 4.0.0 to 5.0.0 [`8a3fe97`](https://github.com/ebullient/obsidian-task-collector/commit/8a3fe97d2ab12d15ef643f3df56ea0af0c572908)
30+
- Bump typescript from 5.7.3 to 5.8.2 [`fea9878`](https://github.com/ebullient/obsidian-task-collector/commit/fea9878b9f82fae45db7199e13f28634a7c2bd4e)
31+
- 🩹 nit fixes for esbuild [`dc34c89`](https://github.com/ebullient/obsidian-task-collector/commit/dc34c899feffde206c3a1f104e87e0b7b101367d)
32+
733
#### [1.1.7](https://github.com/ebullient/obsidian-task-collector/compare/1.1.6...1.1.7)
834

35+
> 25 February 2025
36+
937
- ✨ Always add reset all command. Resolves #611 [`#611`](https://github.com/ebullient/obsidian-task-collector/issues/611)
1038
- ⬆️ bump dependencies [`f72cb31`](https://github.com/ebullient/obsidian-task-collector/commit/f72cb319bc54aa3d53d8a273c89bf28403a92b4c)
1139
- Bump esbuild from 0.24.0 to 0.24.2 [`7034d38`](https://github.com/ebullient/obsidian-task-collector/commit/7034d38afd4b92371d18adc633cdb5fa27582e0f)

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-task-collector",
33
"name": "Task Collector (TC)",
4-
"version": "1.1.7",
4+
"version": "1.1.8",
55
"minAppVersion": "0.13.10",
66
"description": "Change task status and collect tasks within a document using hotkeys and context menus.",
77
"author": "ebullient",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-task-collector",
33
"name": "Task Collector (TC)",
4-
"version": "1.1.7",
4+
"version": "1.1.8",
55
"minAppVersion": "0.13.10",
66
"description": "Change task status and collect tasks within a document using hotkeys and context menus.",
77
"author": "ebullient",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-task-collector",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"private": true,
55
"description": "Manage completed tasks within a document in Obsidian (https://obsidian.md)",
66
"main": "main.js",

0 commit comments

Comments
 (0)