Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @md2do/cli

## 0.7.0

### Minor Changes

- feat: Obsidian community plugin, #due/ syntax migration, and improved task parsing

### Patch Changes

- Updated dependencies []:
- @md2do/core@0.7.0
- @md2do/config@0.7.0
- @md2do/todoist@0.7.0

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@md2do/cli",
"version": "0.6.0",
"version": "0.7.0",
"description": "CLI interface for md2do task manager",
"keywords": [
"markdown",
Expand Down
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @md2do/config

## 0.7.0

### Minor Changes

- feat: Obsidian community plugin, #due/ syntax migration, and improved task parsing

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@md2do/config",
"version": "0.6.0",
"version": "0.7.0",
"description": "Configuration management for md2do with hierarchical resolution",
"keywords": [
"config",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @md2do/core

## 0.7.0

### Minor Changes

- feat: Obsidian community plugin, #due/ syntax migration, and improved task parsing

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@md2do/core",
"version": "0.6.0",
"version": "0.7.0",
"description": "Core parsing, filtering, scanning, and file writing for md2do",
"keywords": [
"markdown",
Expand Down
11 changes: 11 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @md2do/mcp

## 0.7.0

### Minor Changes

- feat: Obsidian community plugin, #due/ syntax migration, and improved task parsing

### Patch Changes

- Updated dependencies []:
- @md2do/core@0.7.0

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@md2do/mcp",
"version": "0.6.0",
"version": "0.7.0",
"description": "MCP (Model Context Protocol) server for md2do task manager",
"keywords": [
"mcp",
Expand Down
8 changes: 8 additions & 0 deletions packages/obsidian/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# md2do-obsidian

## 0.7.1

### Patch Changes

- Updated dependencies []:
- @md2do/core@0.7.0
11 changes: 11 additions & 0 deletions packages/todoist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @md2do/todoist

## 0.7.0

### Minor Changes

- feat: Obsidian community plugin, #due/ syntax migration, and improved task parsing

### Patch Changes

- Updated dependencies []:
- @md2do/core@0.7.0

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/todoist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@md2do/todoist",
"version": "0.6.0",
"version": "0.7.0",
"description": "Todoist API integration for md2do",
"keywords": [
"todoist",
Expand Down
8 changes: 8 additions & 0 deletions packages/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# md2do-vscode

## 0.2.4

### Patch Changes

- Updated dependencies []:
- @md2do/core@0.7.0
- @md2do/config@0.7.0

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "md2do-vscode",
"displayName": "md2do",
"description": "Intelligent markdown task management with Todoist integration",
"version": "0.2.3",
"version": "0.2.4",
"private": true,
"publisher": "md2do",
"icon": "icon.png",
Expand Down
Loading