Hoang Nam
ff58767175
chore: bump progress-tracker plugin version to 1.5.4
2026-02-09 18:35:14 +07:00
Hoang Nam
4c0e244fc9
perf: Optimize task processing by skipping updates for non-task files and files with zero tasks, and remove verbose logging.
2026-02-09 18:34:40 +07:00
Hoang Nam
8e24ba3611
fix: Prevent processAsyncUpdates from overwriting file status when no tasks are found and update plugin version to 1.5.3.
2026-02-09 18:28:19 +07:00
Hoang Nam
14c2475fc4
fix: Ensure status and Kanban updates are processed correctly for files with zero tasks or when all tasks are removed.
2026-02-09 17:08:25 +07:00
Hoang Nam
8e02e20e38
refactor: centralize Kanban board logic into KanbanService and task counting into helpers, simplifying ProgressBarView UI and file processing.
2026-02-09 16:32:31 +07:00
Hoang Nam
90113adbe8
fix: Exclude code blocks from task counting in the progress bar view and update the plugin version to 1.5.2.
2026-02-09 15:57:45 +07:00
Hoang Nam
f4312b46bd
Bump version to 1.5.1 in manifest and package files
2026-01-18 19:05:44 +07:00
Hoang Nam
a2acae90a5
feat: Enhance task processing by removing code blocks from content analysis
2026-01-18 18:55:26 +07:00
Hoang Nam
3db00eae9b
feat: Add SettingsTab for Task Progress Bar plugin with comprehensive configuration options
...
- Implemented a new settings tab for the Task Progress Bar plugin.
- Added options for Dataview API status check, debug info display, animation settings, performance tuning, and color scheme customization.
- Included metadata auto-update settings and Kanban integration features.
- Enabled custom checkbox states configuration for Kanban columns.
- Provided user-friendly UI elements such as sliders, toggles, and buttons for settings adjustments.
- Implemented functionality to reset settings to defaults and validate user inputs.
2026-01-18 18:39:49 +07:00
Hoang Nam
3f35a8a4e3
Bump version to 1.5.0 in manifest and package files; update styles for improved layout and responsiveness in progress tracker.
2025-12-04 16:22:45 +07:00
Hoang Nam
883433a098
update 1.4.0
2025-07-15 00:16:44 +07:00
Hoang Nam
63a6d40c90
feat: implement debug logger and enhance validation for file operations
2025-07-12 16:25:57 +07:00
Hoang Nam
f7be28f798
feat: add custom checkbox states and Kanban normalization protection
2025-07-12 15:57:43 +07:00
Hoang Nam
3a0c08f90f
docs[readme]: update screenshot
2025-05-16 12:38:30 +07:00
Hoang Nam
0bfe36e258
feat: fix and optimized
2025-05-16 12:31:46 +07:00
Hoang Nam
8c69b9b876
fix: skip when task do not change
2025-05-16 12:21:07 +07:00
Hoang Nam
a2bb60bd4d
fix: optimized update kanban
2025-05-16 12:10:36 +07:00
Hoang Nam
e1ba179b0d
fix: increase update progress bar
2025-05-16 12:01:17 +07:00
Hoang Nam
39bd95843a
fix: move wrong file in kanban
2025-05-16 11:51:52 +07:00
Hoang Nam
7f669cf415
fix(style): fix the height of progress
2025-04-17 12:02:34 +07:00
Hoang Nam
d126dec7ec
docs: update version 1.2.0
2025-04-15 21:52:59 +07:00
Hoang Nam
74ed2cb622
docs: update version 1.3.0
2025-04-15 21:51:09 +07:00
Hoang Nam
703a572f47
refactor(settings): improve settings display organization and UX
2025-04-15 21:38:12 +07:00
Hoang Nam
e28bc303f8
fix: update isKanbanBoard
2025-04-15 21:04:44 +07:00
Hoang Nam
8002fa7d14
fix: update parseKanbanBoard use metadataCache api
2025-04-15 20:58:15 +07:00
Hoang Nam
972cf4e730
fix: update getStatusFromYaml use metadataCache api
2025-04-15 20:44:37 +07:00
Hoang Nam
6352611d3a
fix: use the processFrontMatter api for updateFileMetadata method
2025-04-15 18:25:00 +07:00
Hoang Nam
5fcd6c6f89
fix: update updateStatusBasedOnProgress use the processFrontMatter api
2025-04-15 18:09:02 +07:00
Hoang Nam
1b8e90a0a2
docs(manifest): update minAppVersion
2025-04-15 18:08:06 +07:00
Hoang Nam
82d13ad705
docs(manifest): remove Fundingurl
2025-04-15 17:53:27 +07:00
Hoang Nam
85e8fba35d
docs: update license
2025-04-15 17:52:17 +07:00
Hoang Nam
a3bd87baf7
fix: remove detachLeavesOfTypeattr
2025-03-24 16:40:04 +07:00
Hoang Nam
aedab82ec7
docs[manifest]: change description
2025-03-20 19:21:42 +07:00
Hoang Nam
bc6fa62228
docs: update screenshot
2025-03-20 18:32:41 +07:00
Hoang Nam
fde186f22b
docs: improve code documentation and README
2025-03-20 18:32:16 +07:00
Hoang Nam
90e5735a11
refactor: improve progress bar update mechanism and performance
2025-03-20 17:59:28 +07:00
Hoang Nam
4a7ad134c8
refactor: improve code organization and performance
2025-03-20 16:43:08 +07:00
Hoang Nam
ba7749584e
feat: add Kanban integration for auto-moving completed tasks
2025-03-20 14:21:00 +07:00
Hoang Nam
2c4c3e422f
feat: add customizable status labels for task progress
2025-03-19 19:25:02 +07:00
Hoang Nam
f8aa5c8de5
feat: update status and date finish
2025-03-19 18:33:52 +07:00
Hoang Nam
160a118ac4
fix: resolve stale progress bar issue when changing files
2025-03-17 17:53:48 +07:00
Hoang Nam
75f046ec9f
fix: add delays and improve file content handling
2025-03-17 02:20:48 +07:00
Hoang Nam
712f3d0775
feat(progress-tracker): add configurable delay settings for performance optimization
...
- Add Editor Change Delay setting (100-1000ms) for controlling responsiveness vs performance
- Add Keyboard Input Delay setting for fine-tuning task update response after typing
- Add Checkbox Click Delay setting to control task progress update timing
- Include reset buttons for each delay setting to restore defaults
- Update settings UI with dedicated Performance Settings section
- Add notification when editor change delay requires plugin reload
2025-03-17 01:17:32 +07:00
Hoang Nam
2a1dd9008e
feat: enhance progress bar visualization
2025-03-16 18:34:29 +07:00
Hoang Nam
48b7c27b46
Initial commit: Task Progress Bar plugin for Obsidian
2025-03-16 16:26:27 +07:00
Johannes Theiner
6d09ce3e39
Add license, fixes #98
2025-01-27 21:38:01 +00:00
Johannes Theiner
ee04e2f81f
Merge pull request #120 from claremacrae/fix-readme-api-comment
...
Remove statement that API is unstable
2024-11-11 21:25:18 +01:00
Clare Macrae
92050ad841
Remove statement that API is unstable
2024-11-11 19:58:31 +00:00
Steph Ango
daa0cba23c
Merge pull request #78 from aleksey-rowan/patch-1
...
Minify production build
2024-08-21 11:22:30 -07:00
Johannes Theiner
bfa0145644
Merge pull request #91 from revolter/patch-1
...
Fix inconsistent indentation
2024-07-31 22:06:34 +02:00