Nicolas Varrot
e1a42afd8b
chore: bump v1.57.0
2026-02-15 00:01:46 +00:00
Nicolas Varrot
4fa4dad10f
chore: bump v1.56.0
2026-02-14 22:02:01 +00:00
Nicolas Varrot
474701ba5e
feat: add Portuguese (pt) locale support
2026-02-14 20:02:12 +00:00
Nicolas Varrot
ef60af2bdd
chore: bump v1.54.0
2026-02-14 17:53:52 +00:00
Nicolas Varrot
9f58a39aeb
chore: bump v1.53.0
2026-02-14 17:24:06 +00:00
Nicolas Varrot
aca5ea8ce9
chore: bump v1.52.0
2026-02-14 16:55:57 +00:00
Nicolas Varrot
f54aec330d
chore: bump v1.51.0
2026-02-14 16:25:11 +00:00
Nicolas Varrot
586ca7f81d
chore: bump v1.50.0
2026-02-14 15:57:47 +00:00
Nicolas Varrot
2138cbd124
chore: bump v1.49.0
2026-02-14 15:25:24 +00:00
Nicolas Varrot
9c4ed82265
chore: bump v1.48.0
2026-02-14 14:54:56 +00:00
Nicolas Varrot
d4b854feae
chore: bump v1.47.0
2026-02-14 14:25:44 +00:00
Nicolas Varrot
bf3eb5c58f
chore: bump v1.46.0
2026-02-14 13:58:26 +00:00
Nicolas Varrot
729b804120
chore: bump v1.45.0
2026-02-14 11:53:08 +00:00
Nicolas Varrot
29f895806d
chore: bump v1.44.0
2026-02-14 09:56:45 +00:00
Nicolas Varrot
56fccc1e62
chore: bump v1.43.0
2026-02-14 07:56:01 +00:00
Nicolas Varrot
608e58ed2c
chore: bump v1.42.0
2026-02-14 05:54:18 +00:00
Nicolas Varrot
4004e2a0b0
chore: bump v1.41.0
2026-02-14 01:54:20 +00:00
Nicolas Varrot
e857b96bcb
chore: bump v1.40.2
2026-02-13 23:55:29 +00:00
Nicolas Varrot
6048b9ef13
chore: bump v1.40.1
2026-02-13 22:01:47 +00:00
Nicolas Varrot
525973b56d
chore: bump version to v1.40.0
2026-02-13 21:55:10 +00:00
Nicolas Varrot
f1ce872206
chore: bump version to v1.39.2
2026-02-13 20:53:07 +00:00
Nicolas Varrot
452a18b5e9
chore: bump version to v1.39.1
2026-02-13 20:51:21 +00:00
Nicolas Varrot
c47bca4e2e
chore: bump version to v1.39.0
2026-02-13 19:53:17 +00:00
Nicolas Varrot
81cf110f4b
chore: bump version to v1.38.0
2026-02-13 18:13:22 +00:00
Nicolas Varrot
ea8e5e3dab
chore: bump version to v1.37.0
2026-02-13 15:46:50 +00:00
Nicolas Varrot
a9ed8872fb
chore: bump version to v1.36.1
2026-02-13 15:12:15 +00:00
Nicolas Varrot
74278476e4
chore: bump version to v1.36.0
2026-02-13 14:43:26 +00:00
Nicolas Varrot
7c8f3ba78f
chore: bump version to v1.35.0
2026-02-13 13:28:28 +00:00
Nicolas Varrot
26e433b1a3
chore: bump version to v1.34.1
2026-02-13 12:58:53 +00:00
Nicolas Varrot
be8f5b62ff
fix: drop Node 18 from CI matrix — Vite 7.3 requires Node 20.19+
...
- Remove Node 18 from CI test matrix (crypto.hash not available)
- Update engines field to >=20.19
- Update README Node.js version references
2026-02-13 12:58:23 +00:00
Nicolas Varrot
ad0efe3f5b
chore: update dependencies (react 19.2.4, typescript-eslint 8.55, vite-react 5.1.4, lucide 0.564)
2026-02-13 12:41:29 +00:00
Nicolas Varrot
b478f3e89c
chore: bump version to v1.34.0
2026-02-13 12:26:22 +00:00
Nicolas Varrot
b93d5f54bf
chore: bump version to v1.33.1
2026-02-13 11:58:01 +00:00
Nicolas Varrot
daa0ce7494
chore: remove unused dependencies (radix-ui, class-variance-authority)
...
Remove 5 unused production dependencies:
- @radix-ui/react-collapsible
- @radix-ui/react-scroll-area
- @radix-ui/react-separator
- @radix-ui/react-tooltip
- class-variance-authority
These were leftover from initial scaffolding and never imported.
Reduces install footprint and dependency count.
2026-02-13 11:41:25 +00:00
Nicolas Varrot
879d73e3ac
chore: bump version to v1.33.0
2026-02-13 11:30:35 +00:00
Nicolas Varrot
63af0b0dde
chore: bump version to v1.32.2
2026-02-13 09:40:34 +00:00
Nicolas Varrot
a64a235d6c
chore: bump version to v1.32.1
2026-02-13 09:28:04 +00:00
Nicolas Varrot
0a0acbe4e0
chore: bump version to v1.32.0
2026-02-13 09:12:24 +00:00
Nicolas Varrot
97ceb08b86
docs: release v1.31.1 — theme variable fix in App.tsx
2026-02-13 08:27:31 +00:00
Nicolas Varrot
0e4ae0ed7f
ci: add test coverage reporting with v8 provider
...
- Add vitest.config.ts with v8 coverage provider
- Add npm run test:coverage script
- Add coverage step to CI (Node 22, reports in job summary)
- Coverage tracks src/lib/ utilities (currently ~21% lines)
- Install @vitest/coverage-v8 dev dependency
2026-02-13 07:27:02 +00:00
Nicolas Varrot
141bc4e8fc
docs: release v1.31.0 — unit test infrastructure
2026-02-13 06:59:02 +00:00
Nicolas Varrot
c4725e65c2
feat: add Vitest unit tests for utility functions
...
- Set up Vitest with 27 tests across 3 test suites
- relativeTime: edge cases, time buckets, future timestamps
- sessionDisplayName: labels, kinds, channels, UUID truncation
- messagesToMarkdown: roles, blocks, tool calls, system events
- Add test and test:watch npm scripts
- Add test step to CI workflow
2026-02-13 06:58:39 +00:00
Nicolas Varrot
7819383812
docs: release v1.30.1 — accessibility aria-labels
2026-02-13 05:42:56 +00:00
Nicolas Varrot
78dd2d3b11
docs: release v1.30.0 — PWA service worker
2026-02-13 05:12:00 +00:00
Nicolas Varrot
33d72d65bd
docs: release v1.29.2 — image loading & error states
2026-02-13 04:57:22 +00:00
Nicolas Varrot
d106f51d9c
docs: release v1.29.1 — secure external links
2026-02-13 04:42:54 +00:00
Nicolas Varrot
c36c9fc86b
docs: release v1.29.0 — system theme option
2026-02-13 04:13:16 +00:00
Nicolas Varrot
e0a418d332
docs: release v1.28.2 — zero lint warnings
2026-02-13 03:42:08 +00:00
Nicolas Varrot
3149457bf7
docs: release v1.28.1 — security headers and nginx caching fix
2026-02-13 03:27:59 +00:00
Nicolas Varrot
979bc14ca8
fix: add security headers and no-cache for index.html in nginx config
...
- X-Content-Type-Options, X-Frame-Options, Referrer-Policy, Permissions-Policy
- Prevent caching index.html so SPA updates are always picked up
- Add engines field (node >=18) and lint:fix script to package.json
2026-02-13 03:27:29 +00:00