diff --git a/CHANGELOG-BETA.md b/CHANGELOG-BETA.md index 60f1a11a..fa81392a 100644 --- a/CHANGELOG-BETA.md +++ b/CHANGELOG-BETA.md @@ -4,6 +4,23 @@ All notable changes to beta releases will be documented in this file. +## [9.8.0-beta.8](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.0-beta.7...9.8.0-beta.8) (2025-08-28) + +### Refactors + +* **build:** migrate to TypeScript path aliases and update esbuild to v0.25.9 ([77dd5f5](https://github.com/Quorafind/Obsidian-Task-Genius/commit/77dd5f5da5513e65939d85914e58a3e69122012a)) +* complete component directory migration with all direct imports fixed ([798403e](https://github.com/Quorafind/Obsidian-Task-Genius/commit/798403e5a48ae6c3d646b32112a8234aeef65e74)) +* **components:** add barrel exports for ui modules (phase 4) ([a009352](https://github.com/Quorafind/Obsidian-Task-Genius/commit/a0093526f763c95c0c1ce569604fa10e76cc5153)) +* **components:** add missing re-exports for backward compatibility (phase 5) ([a720293](https://github.com/Quorafind/Obsidian-Task-Genius/commit/a720293cb6becbf3eefe569bcaaafc3c3b42515a)) +* **components:** consolidate feature modules under src/components/features/* with transitional re-exports (phase 2) ([b9ace94](https://github.com/Quorafind/Obsidian-Task-Genius/commit/b9ace948c92f51adff0a2163444134dc50338d1c)) +* **components:** extract shared UI into src/components/ui/* with transitional re-exports (phase 1) ([88bcca4](https://github.com/Quorafind/Obsidian-Task-Genius/commit/88bcca4278699795f336e48fd311412c0bad78a1)) +* remove duplicate re-export files and update all imports to point directly to new locations ([a7667b1](https://github.com/Quorafind/Obsidian-Task-Genius/commit/a7667b155001fdb7a027365539afaf3b00c54d84)) +* **settings:** standardize settings under features/settings with tabs/components/core structure (phase 3) ([28efa41](https://github.com/Quorafind/Obsidian-Task-Genius/commit/28efa411459bc908ce2f626860c82a0149179b58)) + +### Chores + +* remove temporary migration scripts ([e551a6b](https://github.com/Quorafind/Obsidian-Task-Genius/commit/e551a6b9eb49f2fcff6f2348f4feacc29e09681f)) + ## [9.8.0-beta.7](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.0-beta.6...9.8.0-beta.7) (2025-08-28) ### Bug Fixes diff --git a/manifest-beta.json b/manifest-beta.json index 0a4d0239..c98093c9 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-progress-bar", "name": "Task Genius", - "version": "9.8.0-beta.7", + "version": "9.8.0-beta.8", "minAppVersion": "0.15.2", "description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.", "author": "Boninall", diff --git a/package.json b/package.json index 72cdda01..e8b6f7db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-genius", - "version": "9.8.0-beta.7", + "version": "9.8.0-beta.8", "description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 59f8c375..a3becfe8 100644 --- a/versions.json +++ b/versions.json @@ -125,5 +125,6 @@ "9.8.0-beta.4": "0.15.2", "9.8.0-beta.5": "0.15.2", "9.8.0-beta.6": "0.15.2", - "9.8.0-beta.7": "0.15.2" + "9.8.0-beta.7": "0.15.2", + "9.8.0-beta.8": "0.15.2" } \ No newline at end of file