Commit graph

7 commits

Author SHA1 Message Date
callumalpass
81973b9ce7 add occurrence tab to relationships template 2026-06-22 12:14:41 +10:00
callumalpass
735706ead4 docs: tighten accuracy, fix cross-links, and consolidate unreleased notes 2026-02-21 13:41:32 +11:00
callumalpass
a3621ca01f Docs: Comprehensive v4.0.0 documentation update
Updates documentation to reflect version 4 changes:
- Bases core plugin integration and requirement
- OAuth calendar integration (Google, Microsoft)
- New Bases-based filtering with YAML expressions
- Removed v3 FilterBar UI references
- Added modal fields settings documentation
- Added 4.0.0 release notes
- Updated all feature guides with v4 functionality
2025-11-18 12:57:46 +11:00
renatomen
aca1c67159 docs: document subtask chevron position setting (inline-tasks, misc settings, demo gif) 2025-08-15 22:58:05 +10:00
Renato Mendonca
a2aaab906c
feat: add saved views button position setting
Adds setting to position Saved Views button on left or right of filter bar. Maintains backward compatibility with right as default.
2025-08-15 22:50:30 +10:00
Callum Alpass
b01400f852 feat: Add setting to hide completed tasks from overdue status (#300)
Implements a new "Hide completed tasks from overdue" setting in the misc
section that controls whether completed tasks appear as overdue in
agenda
views. When enabled (default), completed tasks will not be classified as
overdue even if their due or scheduled date has passed.

Changes:
- Add `hideCompletedFromOverdue` setting (default: true) to settings
interface
- Enhance `isOverdueTimeAware` function with completion status
parameters
- Update FilterService constructor to accept plugin reference for
settings access
- Add completion-aware overdue detection throughout date categorization
- Update all FilterService instantiations with new constructor signature
- Add comprehensive documentation in misc-settings.md
- Create test documentation for the new feature
- Update NotesView empty state message for better clarity

This change helps keep overdue lists focused on actionable items while
maintaining proper task categorization for completed work.
2025-07-27 10:20:40 +10:00
Callum Alpass
9c35d75880 feat: reorganize settings into Misc tab and update to 3.12.1
- Rename "Performance" tab to "Misc" and move to end of tab list
- Move status bar toggle, project subtasks widget, and notes indexing to
Misc tab
- Update all documentation to reflect new settings organization
- Bump version to 3.12.1 in manifest.json and package.json
2025-07-10 22:47:07 +10:00