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
101 changes: 101 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
# Changelog for v1.0.0

Generated on 2025-09-08
All changes

---

## ✨ Features

- implement complete i18n translations for documentation sections (
c24cc38)
- redesign Documentation page with sidebar layout (
7b7f287)
- implement comprehensive national endpoint documentation (
94f6aab)
- add MIT license and API source code reference (
95ed65b)
- create reusable Navigation component with mobile support (
49f042a)
- implement comprehensive responsive design and mobile navigation (
073591f)
- add comprehensive deployment system with health checks and rollback (
ecafbf5)
- include version in backmerge PR titles (
a2f029c)
- add changelog generation script and release automation workflow (
05d2b27)
- add htaccess with api proxy and spa routing configuration (
fe0d0e3)
- add partner logos and maintenance page (
fd23051)
- implement vue spa with modern hero, features, and responsive design (
cee2d15)
- add html entry point with comprehensive seo meta tags (
1fc22b6)

## πŸ› Bug Fixes

- create separate branch for release preparation to avoid conflicts (c197f16f)
- handle multiline commit messages in changelog generation for first release (
5edb93c)
- update API response examples to match actual response structure (
3d09518)
- update branding and contact links (
3f1961d)
- resolve CSS conflict in DataSources component (
136a545)
- update data source URLs to correct endpoints (
25ee3b8)
- update backmerge PR titles to use conventional commit style (
99f59c7)

## πŸ“ Documentation

- update README with MIT license and API source references (
17c22a2)

## πŸ’Ž Style

- add trailing newlines to all code files (
71dcbee)

## πŸ“¦ Build System

- add vite, typescript, and tailwind configuration (
9876bed)

## πŸ‘· CI/CD

- add github action workflow for automatic backmerge to develop branch (
8f7f494)

## πŸ”§ Chores

- Fix LaTeX rendering and clean up duplicate i18n setup (
cc77722)
- Add LaTeX rendering for mathematical formulas in Rt calculation (
495256f)
- Fix glossary section by removing broken i18n implementation (
031088b)
- Fix i18n implementation in GlossarySection component (
0aff2ef)
- Add Rt formula, references, and Vue i18n internationalization (
98933e0)
- Add Indonesian COVID-19 terminology to glossary (
2ea7fde)
- Refactor Documentation into subcomponents and add Glossary (
5eed45c)
- Fix mobile layout spacing and improve Coming Soon styling (
0685343)
- initial project setup with gitignore and readme (
2960bc5)

---

## πŸ“Š Statistics

- Total commits: 33
---