Tags

Tags give the ability to mark specific points in history as being important
  • v1.2.0

    Release: v1.2.0
    v1.2.0 - Terminal Dark redesign
    
    - New design system: near-black bg, electric green accents, surface cards
    - Landing page: split hero with terminal mockup, stats bar, features grid, FAQ
    - Dashboard: full dark retheme (layout, sidebar, forms, tables, modals)
    - Docs pages: consistent dark treatment, readable guide cards
    - Bug fix: Cloudflare Turnstile execute mode on login/register
    - Bug fix: Admin Users menu visibility (INTERNAL_ADMIN_USER_IDS)
    - Remove all em dashes from copy (policy compliance)
  • v1.1.0

    Release: v1.1.0
    v1.1.0
    
    Dependency upgrades:
    - Astro: 5 -> 6 (latest: 6.1.1)
    - @astrojs/react: 4 -> 5 (latest: 5.0.2)
    - @tailwindcss/vite: 4.2.2
    - tailwindcss: 4.2.2
    - Fixed 2 high CVEs: h3 (path traversal), picomatch (ReDoS)
    
    No breaking changes required: zero usage of removed APIs.
    Build and all tests pass.
  • v1.0.1

    Release: v1.0.1
    v1.0.1
    
    Governance and project hygiene:
    - Add ai-governance-starter boilerplate: CLAUDE.md, AGENTS.md, SECURITY.md
    - Add scripts/pre-commit and scripts/check-commit-attribution.sh
    - Add .gitlab-ci.yml: commit attribution check on MRs
    - Add .gitlab/merge_request_templates/Default.md
    - Add docs/AI-COMMIT-CLEANUP.md
    - Update CONTRIBUTING.md: AI contribution policy, writing conventions
    - Narrow .gitignore /docs/ to /docs/planning/
  • v1.0.0

    Release: v1.0.0: Initial Release
    v1.0.0: Initial Release (2026-03-30)
    
    Generate production-ready VPS deployment scripts for common app stacks.
    All 17 script combinations integration-tested on Ubuntu 24.04.
    
    Features:
    - Script generation for CLI stacks: Go, Node.js, PHP (LEMP)
    - Script generation for panel setups: aaPanel, CyberPanel, CloudPanel, HestiaCP, FastPanel
    - Each package includes setup.sh, nginx config, and systemd service units
    - Database selection: PostgreSQL, MySQL, MariaDB
    - Optional pro optimizations: BBR, Fail2Ban, sysctl tuning
    - Docker mode support (opt-in)
    - User management and deployment history
    - Deployment edit and delete
    
    Security:
    - HttpOnly cookie session auth with CSRF origin enforcement
    - Cloudflare Turnstile on register and login
    - Login lockout for failed attempts
    - JWT key rotation support
    - Non-enumerable public IDs for deployments
    - Audit event trail for auth and deployment actions
    - Configurable audit log retention
    
    Stack:
    - Backend: Go (Echo + GORM), PostgreSQL
    - Frontend: Astro (static), React, Tailwind CSS