Releases: andreimerfu/pllm
Releases · andreimerfu/pllm
v1.3.2
v1.3.1
v1.3.0
v1.2.0
1.2.0 (2026-04-06)
✨ Features
- add provider profile service and CRUD API handlers (5f2c90b)
- add ProviderProfile model and database migration (743d3d4)
- ui: add ColorModeContext replacing ThemeProvider in App root (918b126)
- ui: add Inter and JetBrains Mono font packages (69cd749)
- ui: add provider profile types, API client, and query hooks (7656aec)
- ui: add Providers management page with CRUD (57ac436)
- ui: add Solar icon mapping and provider logo mapping (584574c)
- ui: add sparkline micro-charts to all model stat cards (9ae4f87)
- ui: creative redesign of AddModel wizard with two-panel layout (67c677a)
- ui: creative redesign of AuditLogs with inline filters and timeline layout (c0a3ed1)
- ui: creative redesign of ModelDetail with hero section and visual layout (b10e223)
- ui: integrate provider profiles into AddModel wizard (075fa55)
- ui: redesign AddModel as multi-step wizard (aa2499e)
- ui: redesign AuditLogs with compact filter bar and cleaner table (cd9f75d)
- ui: redesign Budget page with spending trends and budget overview bar (1cb87dd)
- ui: redesign Chat as focused developer testing console (ec297fb)
- ui: redesign Dashboard with richer layout and provider breakdown (0210a28)
- ui: remove old theme system and lucide-react dependency (91042b1)
- ui: replace theme gallery with simplified Settings page (45f111d)
- ui: restyle all UI primitives to Teal Studio design system (d208463)
- ui: restyle auth and error pages (11617b4)
- ui: restyle Chat page with Teal Studio design (242b58f)
- ui: restyle common components with Teal Studio design (491b73e)
- ui: restyle Dashboard page with Teal Studio design (8523f6f), closes #14B8A6 #0D9488
- ui: restyle Guardrails pages and components (6b56a13)
- ui: restyle Keys pages and components (11de34d)
- ui: restyle layout shell — sidebar, header, and app frame (06b5cc6)
- ui: restyle Models pages and components with Teal Studio design (69521a7)
- ui: restyle Routes pages and React Flow diagram with Teal Studio design (4b6a506)
- ui: restyle Users, Budget, and Audit Logs pages (cef35f1)
- ui: rewrite EditModel to match AddModel wizard layout (a70552e)
- ui: update design tokens to Teal Studio palette with Inter + JetBrains Mono (7d7c7b2)
- wire provider profiles into model creation and runtime resolution (a8ade48)
🐛 Bug Fixes
- AddModel uses flex-1 instead of vh calc for proper height in flex layout (a585369)
- bottom bar stays within content area, doesn't overlap sidebar (7491417)
- fix AddModel layout — add page header, fixed bottom bar, constrain content width (4327f71)
- hide sidebar text when collapsed, show only logo (530e339)
- remove bottom padding from main layout so sticky bars sit flush (263e2e9)
- remove redundant page header and bottom bar gap from AddModel (ef8ce00)
- remove unused configPreview and stepPreview from AddModel (09322c7)