Releases: pitzzahh/powertrackr
Releases · pitzzahh/powertrackr
v1.7.1
v1.7.0
v1.6.1
1.6.1 (2026-03-09)
Bug Fixes
- email sending (ac83154)
- missing action when returned (7f837c1)
- must await creating fetch request to email api (0054f18)
- only send a new verification when there's no valid, unexpired (b67ea03)
- remove event param from plunkRequest and use fetch (f0be969)
- resend-verification cooldown logic, opacity animation, cookie (8fc8035)
- use dynamic public env for verification timeout (ea483f9)
- use latest email verification request (ac2d31a)
- use PUBLIC_EMAIL_VERIFICATION_TIMEOUT_MINUTES env var in email.ts (e60569a)
v1.6.0
1.6.0 (2026-03-08)
Bug Fixes
- ci: use TEST_DATABASE_URL in CI workflow (0d15b36)
- csp: allow Google Fonts and inline script in CSP (b388a82)
- D1Database type import, use worker config as type reference (89c6853)
- ensure HSTS header is applied to all responses, even if later (bebdb3c)
- fall back to non-transactional import on begin error (e55180d)
- github oauth (ddbebb5)
- import scrypt from scrypt.js entrypoint (c653a46)
- lazy-load NumberFlow and add SSR fallback (ddfc26d)
- link GitHub to existing user by email (9f24b2d)
- make plunkRequest parse JSON and return a typed PlunkAPIResponse (39cc1a5)
- migrations: add script to flatten nested migrations (69b5ada)
- prefer rowsAffected over rowCount in deletes (5f42c88)
- Sidebar store to factory function (8ee35eb)
- switch CSP mode to nonce and update directives (80830f5)
- test: align email tests with templates API response (a56ac2f)
- test: prefer TEST_DATABASE_URL for tests and remove fallback to (aac4771)
- use returning and length for delete results (f94786c)
- use returning and length for delete results (02c2c23)
- use TEST_DATABASE_URL and drop DB auth token (a117284)
Features
- enable Content Security Policy (mode: auto) and add restrictive (dae789c)
v1.5.0
1.5.0 (2026-03-03)
Bug Fixes
- a11y: add default aria='none' to SplitReveal (6c8de5c)
- a11y: replace CardTitle with h2 in hero component (4eba5ea)
- a11y: use h2 for step titles (8b9b3a5)
- add onclick prop to Logo so clicking it will fix sidebar active (8d28212)
- add sub-meter status when creating billing info (95f5090)
- move worker termination out of the $effect cleanup into onDestroy, (26f84aa)
- remove the countdown guard from the form submit handler so users (edc2a68)
- replace the compound Password API (a8c90dd)
- style: re-adjust muted-foreground colors (51530a2)
- use BUILD_DATABASE_URL in drizzle config (5b9837b)
Features
v1.4.0
v1.3.1
v1.3.0
v1.2.0
v1.1.0
1.1.0 (2026-02-22)
Bug Fixes
- add data-sveltekit-reload to CTA buttons so auth page will reload (8eac110)
- add data-sveltekit-reload to landing links (32a11de)
- add missing/removed Scenarios section to landing page (2b0bfa2)
- enforce zero lint warnings in pre-commit (9928aaa)
- logo click redirect to dashboard when on the app itself instead of (e0269a6)
Features
- add viewport code preloading (30adf02)