Skip to content

Commit 4f57417

Browse files
committed
chore(release): prepare for v0.10.0
- Bump version to 0.10.0 in package.json - Add comprehensive changelog for v0.10.0 release - Features: recurring schedules, project groups, resizable sidebar, kanban improvements, markdown support - Bug fixes: orphaned tasks, kanban overflows, re-renders, recurring task handling
1 parent d88c9c7 commit 4f57417

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# tasktrove
22

3+
## 0.10.0
4+
5+
### Features
6+
7+
🎉 Feature - Noticable improvements over recurring schedules in smart parsing
8+
🎉 Feature - Improved project group view to show projects as sections
9+
🎉 Feature - Improved calendar view layout to increase usability
10+
🎉 Feature - Left Sidebar is now resizable
11+
🎉 Feature - Kanban view now supports opening task side panel
12+
🎉 Feature - Markdown support in description
13+
14+
### Minor Changes
15+
16+
🎉 Feature - Improved PWA mobile experience for settings menu and popovers
17+
🎉 Feature - Centralize background work with the new job scheduler system.
18+
19+
### Patch Changes
20+
21+
🐛 Bug - Fix orphaned tasks created from completed recurring tasks. (#184)
22+
🐛 Bug - Fix kanban/layout overflows. (#190)
23+
🐛 Bug - Fix unexpected re-render when toggling side panel. (#160)
24+
🐛 Bug - Correct recurring task trackingId handling and placement when completing recurring items.
25+
326
## 0.9.1
427

528
### Features

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)