Skip to content

Latest commit

 

History

History
119 lines (93 loc) · 6.76 KB

File metadata and controls

119 lines (93 loc) · 6.76 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Changed

  • Content: Scaled back product showcase to focus exclusively on "Flight Deck" and "Visuals".
  • Website: Removed "AI Co-Producer", "The DJ Brain", and "DigiPi" from the landing page.

Added

  • Ecosystem: Added "Radio Stream Player" to project documentation and profile.
  • Ecosystem: Added "Core CMS" project to documentation, profile, and roadmap.
  • Hub: Added product cards for "Core CMS" and "Radio Stream Player" to index.html.
  • Navigation: Added link to main site (brainav.ca) in Navbar and Footer of index.html.

[0.2.4] - 2026-01-03

Changed

  • Repo Structure: Refactored repository to serve only the GitHub org profile and the hub.brainav.ca Pages site. The main brainav.ca website source has been moved to a new private repository.
  • Roadmap: Cleaned up roadmap.md to focus on Hub/Profile maintenance and high-level ecosystem tracking, removing detailed product tasks.
  • Profile: Updated profile/README.md to align with the pivot notice, reordered products to match roadmap priority, and fixed links.
  • AI Context: Updated PROMPT.md and PROMPT_GUIDE.md to reflect the removal of PHP and the new Hub maintenance workflow.
  • Docs: Removed legacy PHP references from CONTRIBUTING.md and readme.md. Removed placeholder links from DESIGN_GUIDE.md.
  • Design: Updated DESIGN_GUIDE.md to distinguish between marketing and app typography scales.
  • Frontend: Integrated Google Fonts (Inter) in index.html and style.css to align with design system.
  • Content: Broadened ecosystem description from "AI agents" to "creative tools" in profile/README.md, roadmap.md, and index.html.
  • Frontend: Reordered product cards in index.html to match the strategic priority (AI Co-Producer first).

Removed

  • Backend: Removed PHP dependency and public/ directory structure as the main site is no longer hosted here.

Added

  • Ecosystem: Added "DigiPi" (Digital Signage & Hotspot) project to website and documentation.
  • Roadmap: Added task to integrate DigiPi with Flight Deck framework.
  • Roadmap: Added "Phase 4: Platform Unification" for JasonBrain CMS integration.
  • Docs: Updated scratchpad.md structure and added commit prompt to PROMPT_GUIDE.md.

[0.2.3] - 2026-01-02

Added

  • Website: Added the "Flight Deck" project to the Ecosystem showcase on the homepage.
  • Website: Updated Flight Deck link to prototypes and clarified Visuals as an add-on.
  • Website: Restored "Explore Framework" link to Flight Deck card.
  • Docs: Updated README.md and profile/README.md with Flight Deck details and links.
  • Deployment: Synced public/index.php with index.html content (Flight Deck & Visuals updates).
  • Hub: Updated index.html title and heading to "BrainAV Ecosystem Hub" to distinguish it from the main site.
  • Roadmap: Added database planning task for user accounts (Phase 1).
  • Deployment: Completed initial cPanel deployment and DNS configuration.
  • Roadmap: Added Audio-Visualizer repository initialization task.
  • Visuals: Initialized Audio-Visualizer repo and deployed mic-reactive demo.
  • Docs: Added repository link for "The DJ Brain" (Roadmap/Planning phase).
  • Docs: Added repository link for "AI Co-Producer" (Roadmap/Planning phase).

[0.2.2] - 2026-01-01

Added

  • Added Feather Icons library for modern SVG iconography.
  • Backend: Added public/contact.php for PHP-based contact form handling.
  • Config: Added public/config.sample.php and .gitignore rules for secure configuration.
  • Deployment: Documented dual-deployment strategy (cPanel for main site, GitHub Pages for hub) in README.md.

Changed

  • Web Pivot: Refactored index.html to replace DJ service content with the new "AI Tech Lab" product showcase.
  • Content: Added "The DJ Brain" and "AI Co-Producer" sections.
  • Navigation: Updated links to point to products and external resources (GitHub, Blog).
  • Repository Structure: Renamed .GEMINI to .gemini and centralized AI context files.
  • Website: Moved assets to public/ and converted index.html to public/index.php.
  • Documentation: Centralized DESIGN_GUIDE.md, CODE_OF_CONDUCT.md, and SECURITY.md in the root .github/ directory.
  • Roadmap: Moved roadmap.md to root and updated Phase 0/1 goals.
  • Profile: Updated README.md to distinguish between the Website repo and Product repos.

Fixed

  • UI Bug: Fixed .btn-secondary visibility issues on light backgrounds by applying brand colors.

Removed

  • Cleanup: Removed unused CSS classes (.form-container, .contact-section, etc.) following the removal of legacy DJ service content.
  • Legacy: Deleted nested .GITHUB and .github folders containing deprecated files.

[0.2.1] - 2025-12-20

Added

  • Created prompt.md for AI context loading and task launching.
  • Created CONTRIBUTING.md to define workflow and tech stack.
  • Added "Project Checkup" task to prompt.md.

Changed

  • Strategic Pivot: Updated roadmap.md to reflect transition from DJ Services to AI Tech Lab.
  • Updated AI_DEV_GUIDE.md to align with the new product-focused mission.
  • Updated CONTRIBUTING.md to include changelog update rules.
  • Updated README.md and profile/README.md to define the BrainAV Ecosystem: "The DJ Brain" (Performance) and "AI Co-Producer" (Creation).

[0.2.0] - 2025-12-07

Changed

  • Codebase Modernization: Refactored the monolithic index.html by separating all CSS into style.css and all JavaScript into main.js.
  • Style Centralization: Removed all inline style attributes and replaced them with semantic and utility CSS classes.
  • Design System Alignment: Updated the entire site's color palette to use the variables defined in DESIGN_GUIDE.md.
  • Business Strategy: Removed all specific pricing from the website to encourage users to make contact for custom quotes.

Fixed

  • CSS Bug: Corrected an issue where the main h1 heading was invisible due to an incorrect CSS variable.
  • Responsive Layout: Resolved mobile layout issues where content was overflowing or had excessive padding, particularly in the main container and contact form sections.

[0.1.0] - 2025-12-07

Added

  • Initialized project structure and documentation for BrainAV.ca.
  • Created roadmap.md to outline future development goals.
  • Created CHANGELOG.md to track project progress.
  • Created DESIGN_GUIDE.md for UI/UX consistency.
  • Created AI_DEV_GUIDE.md to provide context for AI-assisted development.