Codekaro

System Changelog

Tracking version logs, updates, styling iterations, security features, and API integrations for the Codekaro platform.

v1.2.0NEW
Release

Codekaro Homepage Clone, About Us Page, & Typography Polish

Completed full website clone, added About Us page, integrated TASA Orbiter font for headings and Cal Sans for branding, downloaded local media assets, and renewed dynamic copyright year.

  • +Cloned exact Codekaro homepage with student marquee, GenAI Cohort card, and video testimonials.
  • +Created /about-us route with mission statement, Founder & CEO card, and team member profiles.
  • +Created /privacy route with comprehensive privacy policy content.
  • +Integrated TASA Orbiter typography for all page headings and Cal Sans for the Codekaro logo.
  • +Replaced all remote images with local assets in public/lp-assets and public/assets/img, fixing 404 & third-party cookie errors.
  • +Added Lucide menu SVG toggle icon and expanded mobile drawer spacing.
  • +Made copyright year dynamically renew each calendar year using JS Date.
v1.1.0
Feature

Changelog Page & Light/Dark Theme Integration

Created a public /changelog route featuring automated 10-entry retention control and a zero-FOUC light/dark mode theme toggle.

  • +Created /changelog route with structured release cards and version pointer lists.
  • +Enforced maximum 10-post retention policy to keep the changelog concise and up to date.
  • +Implemented light and dark theme mode toggle with localStorage persistence.
  • +Designed full-width top navigation header with clean branding and return links.
v1.0.0
Core

Initial Project Setup & Tailwind CSS v4 Integration

Initialized Astro 5 web application, integrated Tailwind CSS v4 with Vite, and cleaned up starter template boilerplate.

  • +Integrated Tailwind CSS v4 using @tailwindcss/vite plugin.
  • +Removed starter template mock data and unnecessary assets.
  • +Configured Bun package manager runtime and static build pipeline.