v1.0 Changelog
Released: May 2026
The first stable release of EOS Hub. This version includes the full set of EOS tools, multi-language support, theming, and role-based access control.
Highlights
- Production-ready platform for running your business on EOS
- Complete implementation of all core EOS tools
- Multi-team support with granular role-based permissions
- International support with English and Slovak translations
- Dark/light mode with 6 color schemes
Features
L10 Meetings
- Full 7-segment meeting flow (Segue, Scorecard Review, Rock Review, Headlines, To-Do Review, IDS, Conclude)
- Meeting rating system with trend tracking on the dashboard
- Create To-Dos and Issues directly from meeting segments
- Meeting history with full segment records
Scorecard
- Weekly measurables with 13-week trailing view
- Goal format support:
>,<,=,>=,<= - Color-coded cells (green = on track, red = off track)
- Owner assignment per measurable
- Drop off-track measurables to Issues list
Rocks
- Company and department-level Rocks
- Milestone tracking within each Rock
- On Track / Off Track / Done status
- Card view and table view
- Quarterly cadence support
Issues (IDS)
- Issue creation with priority levels (High, Medium, Low)
- IDS workflow: Open, Solving, Solved
- Create To-Dos from issue resolution
- Issue creation from Scorecard and Rock Review
To-Dos
- Task creation with owner and due date
- 7-day default due date
- Completion tracking with percentage metrics
- Integration with L10 Meeting To-Do Review
V/TO
- All 8 sections: Core Values, Core Focus, 10-Year Target, Marketing Strategy, 3-Year Picture, 1-Year Plan, Quarterly Rocks, Issues List
- Rich text editing for each section
- Core values feed into the People Analyzer
Accountability Chart
- Hierarchical org chart based on functions
- Five roles per seat
- Person assignment per seat
People Analyzer
- Core values evaluation (+, +/-, -)
- GWC evaluation (Gets it, Wants it, Capacity)
- Visual bar indicator
Dashboard
- KPI summary cards (Scorecard on Track, Rocks on Track, To-Do completion, Open Issues)
- Scorecard trend chart (Recharts)
- Rock progress visualization
- Meeting rating history
Documents & Links
- File upload support
- External link management
- Organized by team
Admin Panel
- User management (create, edit, system roles)
- Team management (create, edit, leadership flag)
- Team membership management with role assignment
Platform
Authentication
- NextAuth with Google OAuth provider
- Credentials provider (email/password)
- Role-based access control (SUPERADMIN, USER system roles)
- Team roles: OWNER, ADMIN, MEMBER, VIEWER
Internationalization
- English and Slovak language support
- next-intl integration
- Locale detection with cookie persistence
Theming
- Dark and light mode (next-themes)
- 6 color schemes: Default, Rose, Lavender, Mint, Peach, Sky
- CSS custom properties for full customization
Tech Stack
- Next.js 16 with App Router
- Prisma 7 with PostgreSQL
- shadcn/ui v4
- Recharts for data visualization
- TypeScript throughout
Upgrade from v0.9
If upgrading from v0.9 beta:
- Run
npx prisma migrate deployto apply schema changes. - Clear browser cache to load updated assets.
- Review the v0.9 changelog for breaking changes addressed in this release.