Commit graph

17 commits

Author SHA1 Message Date
callumalpass
e20f3513ce release 4.5.3 2026-04-30 22:32:11 +10:00
callumalpass
1f824c335a release 4.5.2 2026-04-26 20:11:43 +10:00
callumalpass
2d764a653a release 4.5.1 2026-03-31 20:35:56 +11:00
callumalpass
d003eaa8f1 release 4.5.0 2026-03-31 07:07:52 +11:00
callumalpass
3be768aa24 release 4.4.0 2026-02-17 21:56:59 +11:00
callumalpass
4f64d8e3cf release 4.3.3 2026-02-15 15:09:21 +11:00
callumalpass
038a628900 release 4.3.2 2026-02-08 19:22:37 +11:00
callumalpass
986ddc22c7 release 4.3.1 2026-02-08 14:21:12 +11:00
callumalpass
74998e181f release 4.3.0 2026-01-07 20:31:36 +11:00
callumalpass
827736f3fa release 4.2.1 2026-01-04 11:48:57 +11:00
callumalpass
121013616a release 4.2.0
Added:
- Korean language support (1911 localization keys)
- Obsidian 1.11.0 API features with backwards compatibility
- shortYear template variable for custom filename/folder templates
- Option to prevent auto-creation of default Base view files
- Shift+click on status icon to cycle backwards
- Vim insert mode auto-start in task creation modal
- Button tooltips to calendar view toolbar and task modal
- Settings sync across devices via Obsidian Sync
- Kanban view option for status icons in column headers only
- Calendar view option to span tasks between scheduled and due dates
- currentNotePath support for "Create new inline task" command
- Option to open Pomodoro timer in mobile sidebar
- Option to use ICS event end time as task due date
- Option to use task duration for ICS calendar export

Fixed:
- Title sanitization when "Store Task Title in Filename" is disabled
- Duplicate task entries in Agenda view
- timeEstimateCategory formula for new tasks
- Bases views resetting to Calendar view
- Overdue strikethrough on completed tasks
- Calendar view crash with invalid date formats
- Today column styling in calendar week/day views
- Drag-and-drop in Kanban view on mobile
- Pomodoro task menu not showing new tasks
- "Unsaved Changes" popup appearing randomly
- Kanban swimlane column assignment with formula grouping
- Date context menu time preservation with increment options
- v3 saved views export to Bases format
- Due date dragging in calendar view
- Calendar view responsiveness for user interactions
- Pomodoro timer button visibility
- Views in pop-out windows (drag-and-drop, context menus, etc.)
- "Convert current note to task" default values
- Blocking view error with single dependency
- Missing navigation link to Default Base Templates
- "Go to today's note" command in positive UTC offset timezones
2026-01-02 08:34:00 +11:00
callumalpass
9d2e3111d3 3.25.4 2025-10-26 16:39:12 +11:00
callumalpass
ed5bf10a6c 3.25.3 2025-10-12 14:49:27 +11:00
callumalpass
9ec2497418 release 3.25.2 2025-10-08 23:37:23 +11:00
callumalpass
80074cea1c release 3.24.6 2025-10-05 14:19:57 +11:00
Callum Alpass
39da2627e7 release: 0.7.0
- Add daily note template system with Obsidian variable support
- Implement customizable task filename formats with live preview
- Enhance Pomodoro timer with native task selection and persistence
- Improve UI consistency and accessibility
- Fix calendar selection visual issues
- Remove redundant zettelid functionality
2025-06-01 21:58:08 +10:00
Callum Alpass
b1c755ddfa Refactor plugin architecture and implement best practices
- Create modular folder structure
- Move classes to dedicated files
- Extract utility functions
- Improve error handling
- Apply Obsidian plugin guidelines
- Use setHeading for section headings
- Use Vault API instead of adapter where possible
- Simplify codebase with fewer console logs
- Update frontmatter processing to use FileManager.processFrontMatter
2025-05-18 11:50:16 +10:00