Changelog
v0.6.0 - 2025-07-10
Features
- Added a Pac Man JavaScript of the Day with responsive gameplay and MIT-licensed code.
- Documented how to start the game and improved movement mechanics.
- Added an AI-generated Content and Attribution article with a navigation link.
- Updated the RUBE article with improved framing and image attribution.
- Clarified template usage rules in
AGENTS.md
.
Fixes to Known Issues
v0.5.0 - 2025-07-09
Features
- Introduced a Known Issues tracker with an archived issues page.
- Renamed App of the Day to JavaScript of the Day and added a Pong Game example featured on the landing page.
- Documented repository automation with
AGENTS.md
and a "Template Upload Mode" concept.
- Moved all JavaScript assets to the
_static
directory.
- Enabled interactive table sorting using the Tablesort library.
- Backfilled known issues data and reorganized past releases.
Fixes to Known Issues
- Pong game paddle lacked touch controls; commit
57162b8
enabled finger tracking. (#00001)
v0.4.0 - 2025-07-08
Features
- Added a Roulette JavaScript of the Day featuring a playable game with improved animation and spin behavior.
- Added the RUBE - The Four-Point Design Approach article and a navigation link.
- Clarified in the documentation that
GOALS.md
can express features.
Fixes to Known Issues
- Roulette wheel numbers were hard to see; commit
b83149b
changed them to white for better contrast. (#00003)
- Roulette wheel spin logic was erratic; commit
535f019
corrected the start and stop positions. (#00002)
v0.3.0 - 2025-07-07
Features
- Implemented the Mutex Buttons JavaScript of the Day with an interactive demo.
- Added a Top 10 Website Features article and navigation link.
- Added fallback behavior for browsers with JavaScript disabled, including a noscript warning and redirect.
- Enabled Mermaid diagrams with new charts for Goals and Dependency Modeling.
Fixes to Known Issues
v0.2.0 - 2025-07-06
Features
- Introduced the JavaScript of the Day section featuring self-contained example applications.
- Added a Task List app written in vanilla JavaScript with accompanying HTML and CSS.
- Embedded the Task List demo inside the documentation via an interactive modal.
- Updated the navigation to include the new JavaScript of the Day pages.
Fixes to Known Issues
v0.1.0 - 2025-07-05
Features
- Initial import of the Grit Labs documentation and templates.
- Added
requirements.txt
to track Python dependencies.
- Set up a GitHub Actions workflow for building and deploying the site.
- Replaced the interface perspective article with Program to an Interface and added attribution.
- Cleaned up the documentation by removing the Document‑Driven Development section and unrelated articles.
- Switched the CI workflow to a self-hosted runner.
Fixes to Known Issues