Skip to content

Commit d027152

Browse files
committed
release 3.23.4
1 parent 4899865 commit d027152

File tree

3 files changed

+62
-2
lines changed

3 files changed

+62
-2
lines changed

docs/releases/3.23.4.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# TaskNotes 3.23.4
2+
3+
## Bug Fixes
4+
5+
### Task Scheduling & Natural Language Processing
6+
7+
- Fixed Russian weekday scheduling conflict where single weekdays (e.g., "воскресенье") were incorrectly interpreted as recurring tasks instead of single-day scheduling ([#665](https://github.com/callumalpass/tasknotes/issues/665), thanks to @anareaty for the report)
8+
- Fixed issue where natural language processing failed to save parsed time estimates in task creation modal ([#682](https://github.com/callumalpass/tasknotes/issues/682), thanks to @RumiaKitinari for the detailed report)
9+
- Fixed scheduled task grouping UTC anchor regression that caused today's tasks to appear under "Past Scheduled" instead of "Today" ([#384](https://github.com/callumalpass/tasknotes/issues/384), thanks to @jcromwell for the report)
10+
11+
### Settings & Configuration
12+
13+
- Fixed plugin failure when excluded folders setting contains trailing commas - the parsing logic now properly filters empty strings ([#664](https://github.com/callumalpass/tasknotes/issues/664), thanks to @Yoav6 for identifying this issue)
14+
15+
### Calendar & Time Management
16+
17+
- Fixed calendar not refreshing when task duration or time tracking changes ([#382](https://github.com/callumalpass/tasknotes/issues/382), thanks to @mdbraber)
18+
- Fixed calendar not refreshing after task archive or move operations
19+
- Fixed timeblock editing using stored date instead of current date for past day modifications ([#647](https://github.com/callumalpass/tasknotes/issues/647), thanks to @RumiaKitinari)
20+
- Fixed Pomodoro timer not preserving task context when auto-starting sessions ([#641](https://github.com/callumalpass/tasknotes/issues/641), thanks to @RumiaKitinari)
21+
- Fixed all-day tasks not rendering properly across multiple days in calendar view (thanks to [Danny Talks Tech](https://www.youtube.com/watch?v=SRavkMUYWzo) for reporting this in his video review)
22+
23+
### User Interface
24+
25+
- Fixed mini calendar header overflow issue in sidebar view ([#459](https://github.com/callumalpass/tasknotes/issues/459), with CSS improvements suggested by @jsonshanks, thanks to @girisumit for the report)
26+
27+
## New Features & Enhancements
28+
29+
### Visual Improvements
30+
31+
- Added file-text icon to note cards in agenda view for better visual distinction from headers and consistency with task and calendar event icons ([#662](https://github.com/callumalpass/tasknotes/issues/662), thanks to @ras0q for the suggestion)
32+
- Improved mini calendar styling, interactions, and legend display
33+
- Enhanced task dot visualization to reflect accurate matching dates
34+
35+
### Settings Organization
36+
37+
- Moved timeblocking settings to Features tab with improved usage instructions for better discoverability
38+
39+
## Documentation
40+
41+
- Updated documentation to fix auto-archiving settings reference ([#673](https://github.com/callumalpass/tasknotes/issues/673), thanks to @antonio for pointing out the inconsistency)
42+
43+
## Contributors
44+
45+
Special thanks to contributors:
46+
47+
- @anareaty for reporting the Russian weekday scheduling conflict
48+
- @RumiaKitinari for detailed reports on natural language processing, timeblock editing, and Pomodoro timer issues
49+
- @jcromwell for reporting the scheduled task grouping UTC regression
50+
- @Yoav6 for identifying the excluded folders trailing comma issue
51+
- @mdbraber for reporting calendar refresh issues with time tracking changes
52+
- @girisumit for reporting the mini calendar header overflow issue
53+
- @jsonshanks for providing CSS improvement suggestions for the mini calendar
54+
- @ras0q for suggesting the file-text icon addition to agenda view
55+
- @antonio for pointing out the auto-archiving documentation inconsistency
56+
- [Danny Talks Tech](https://www.youtube.com/watch?v=SRavkMUYWzo) for reporting the all-day task rendering issue in his video review
57+
58+
---
59+
60+
This release focuses primarily on bug fixes and stability improvements, particularly around calendar functionality, natural language processing, and user interface polish.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "tasknotes",
33
"name": "TaskNotes",
4-
"version": "3.23.3",
4+
"version": "3.23.4",
55
"minAppVersion": "1.0.0",
66
"description": "Note-based task management with calendar, pomodoro and time-tracking integration.",
77
"author": "Callum Alpass",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tasknotes",
3-
"version": "3.23.3",
3+
"version": "3.23.4",
44
"description": "Note-based task management with calendar, pomodoro and time-tracking integration.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)