ChartMonIX

Guitar chart generation for Rocksmith & Guitar Pro

What's new

Release notes for this environment (v0.1.6-alpha).

Detailed changelog with how-to links

0.1.6-alpha Sep 20, 2026 5:00 PM

grant-superadmin visible output on deploy

SSH deploy scripts that run Artisan with -q no longer hide grant-superadmin results.

  • chartbuilder:grant-superadmin — Progress and success/error lines print to STDERR (visible with -q).
  • Deploy docs — Note to run optimize:clear if the command is missing after deploy.
Technical details

DeployConsoleOutput; explicit withCommands registration in bootstrap/app.php; RolesSeeder invoked in-process.

0.1.5-alpha Sep 20, 2026 4:00 PM

Fix grant-superadmin for Google-linked accounts

Production superadmin grant now targets the account you actually sign in with.

  • chartbuilder:grant-superadmin — Finds users by Google provider_email as well as users.email; promotes placeholder @users.chartbuilder.local rows to the platform email when safe.
  • Platform superadmin on sign-in — Same matching rules for mtech801@gmail.com after Google OAuth.
Technical details

User::findByEmailAddress; PlatformSuperAdmin::userIsPlatformSuperAdmin; stale seed user cleanup; GrantSuperAdminCommandTest.

0.1.4-alpha Sep 20, 2026 2:30 PM

Email verification required for workspace access

Accounts must confirm their email before using the dashboard, projects, or admin tools.

  • Verify your email — Link sent on register and Google sign-in; resend from the notice page. Verify your email.
  • Google sign-in — No longer auto-verifies; click the link in your inbox like password sign-ups.
  • Platform superadminmtech801@gmail.com remains auto-verified for operations.
Technical details

MustVerifyEmail + verified middleware on internal routes; LoginResponse/RegisterResponse redirect to verification.notice; SocialAuthController sends verification instead of marking verified_at; EmailVerificationTest.

0.1.3-alpha Sep 19, 2026 9:00 PM

Production deploy path, platform superadmin, and Google OAuth docs

Operations and access fixes for chartmonix.com.

  • Platform superadminmtech801@gmail.com is always granted superadmin on sign-in (admin shell + New project).
  • Deploy checklistDeploying, chartbuilder:deploy-check, chartbuilder:grant-superadmin.
  • Google OAuthSign in with Google updated for production domains (redirect URI typos).
  • makeitsoprodPromote development to production after each release.
Technical details

PlatformSuperAdmin helper; GrantSuperAdminCommand; ChartbuilderDeployCheckCommand; scripts/make-it-so-prod.sh; visitor dashboard notice when not builder.

0.1.2-alpha Sep 19, 2026 2:00 PM

Project create: MIDI-first flow and song name from filename

Smoother new-project flow for builders.

  • MIDI first — Pick your .mid / .midi file before naming the chart.
  • Song name from filename — Title prefills from the MIDI filename (edit anytime). Create a chart project.
  • Bitbucket Git from .env — Local HTTPS push helper (scripts/configure-bitbucket-git.sh).
  • E2E test superadmin — Local-only seeded account for QA. E2E test user.
Technical details

Livewire 4 x-on:change + updatedMidi() with SongNameFromMidiFilename helper; scripts/bitbucket-git-credential.sh; E2eSuperAdminSeeder; Indifference MIDI fixture for tests.

0.1.1-alpha Sep 18, 2026 6:00 PM

Workspace UX, public product pages, and admin shell

Polish release for builders and admins.

  • Projects menu — Quick list of your projects with complete/incomplete status.
  • Light / dark mode — Toggle in the header; Profile appearance (OS → browser → account). UI theming.
  • Public What's new & roadmap/whats-new and /docs/roadmap without login.
  • Admin shell — Brand sidebar + header for admins (Users).
  • Spotify on project create — Paste artist URLs (e.g. open.spotify.com/artist/…) reliably links artists.
  • Release workflowMake it so with VERSION and changelog:sync.
Technical details

NavProjectsComposer, theme.js + theme_preference column, layouts.admin/app delegation for admins, spotify-artist-picker Livewire init fix, sticky footer flex layout, Vite indigo safelist for admin CSS.

0.1.0-alpha Sep 18, 2026 12:00 PM

Phase 1 workspace: MIDI → chart.json → GP5

Shipped the first builder workspace: upload MIDI, queue processing, and download chart.json and GP5 exports.

Technical details

Laravel workspace (projects, project_files, ProcessProjectChart job, chart:process). Python chartbuilder engine (chart_v1 JSON, GP5 export). MySQL + Herd local domain. Release versioning: VERSION file, config/changelog-releases.php, changelog:sync.