31 lines
1.4 KiB
Markdown
31 lines
1.4 KiB
Markdown
|
|
# Changelog
|
||
|
|
|
||
|
|
## 2025-11-28 - 1.0.1 - fix(smartdata)
|
||
|
|
Bump @push.rocks/smartdata to ^7.0.13 in deno.json
|
||
|
|
|
||
|
|
- Updated deno.json imports mapping for @push.rocks/smartdata from ^7.0.9 to ^7.0.13
|
||
|
|
|
||
|
|
## 2025-11-28 - 1.0.0 - Initial release
|
||
|
|
Release with core features, UI, and project scaffolding.
|
||
|
|
|
||
|
|
- Implemented account settings and API tokens management.
|
||
|
|
- SettingsComponent: user profile management (display name updates, password change).
|
||
|
|
- TokensComponent: create and revoke API tokens.
|
||
|
|
- Application layout and navigation:
|
||
|
|
- LayoutComponent for consistent layout, navigation, and user session display.
|
||
|
|
- Main entry points added (index.html, main.ts).
|
||
|
|
- UI and styling:
|
||
|
|
- Integrated Tailwind CSS for responsive design and styling.
|
||
|
|
- UI updates and refinements.
|
||
|
|
- Integrated toast notifications for user feedback.
|
||
|
|
- Code quality and tooling:
|
||
|
|
- Refactored code structure for improved readability and maintainability.
|
||
|
|
- Configured TypeScript with strict type checking and module resolution.
|
||
|
|
- Dependency updates and fixes.
|
||
|
|
|
||
|
|
## 2025-11-27 - 2025-11-28 - unknown -> 1.0.0 - housekeeping / duplicate commits
|
||
|
|
Minor housekeeping and duplicate commits consolidated into the 1.0.0 release.
|
||
|
|
|
||
|
|
- Added initial README with project overview, features, and setup instructions.
|
||
|
|
- Consolidated a duplicate "feat: add account settings and API tokens management" commit (unknown version) into the 1.0.0 release.
|
||
|
|
- Miscellaneous UI tweaks and dependency updates.
|