Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
## [v1.2.0] - 2025-09-14

### Added

- Implement liquid glass navigation and improve mobile ux (6f1240d)
- Enhance documentation with persistent sidebar and rt calculation examples (b4d9501)
- Implement selective dark mode image treatment and fix footer text size (4dd9192)
- Implement comprehensive frontend design improvements (7096d2d)
- Implement syntax highlighting with prism.js for api documentation (45f87aa)

### Changed

- Remove redundant quick api overview section from home page (8602ce4)

### Fixed

- Resolve all context access warnings in deploy.yml (5b6dcae)
- Resolve github actions workflow conflicts and deployment issues (99190d1)
- Improve mobile layout for hero section and data sources (ae203aa)
- Improve getting started section mobile layout to prevent cropping (087696b)
- Improve mobile responsiveness for samsung a33 and small screens (f9f4fe3)
- Correct changelog script arguments in workflows (327cdea)

### CI/CD

- Fix release automation workflow (workflow) (bf8c2f6)

### Maintenance

- Add claude.md configuration file (52d8463)
- Bump version to v1.2.0 for next development cycle (f2cfa92)
- Bump version to v1.2.0 for next development cycle (08a8d1e)


## [v1.1.1] - 2025-09-08

### Fixed
Expand Down