Skip to content

Releases: pitzzahh/powertrackr

v1.7.1

10 Mar 07:34
9b6611f

Choose a tag to compare

1.7.1 (2026-03-10)

Bug Fixes

  • prevent hero title wrapping and fix text loop width (9b6611f)

v1.7.0

10 Mar 07:11
f66e906

Choose a tag to compare

1.7.0 (2026-03-10)

Features

  • sveltekit seo, bump dev deps (1bbd55f)

v1.6.1

09 Mar 17:25
2ee0246

Choose a tag to compare

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

08 Mar 06:19
16f4963

Choose a tag to compare

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

03 Mar 12:59
b8f229b

Choose a tag to compare

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

  • add simple password input component with strength hook (163fb0b)
  • use NumberTicker for energy display in chart bar energy toggle. (426691c)

v1.4.0

28 Feb 16:17
b800241

Choose a tag to compare

1.4.0 (2026-02-28)

Bug Fixes

  • cast status fields to the shared Status type and remove the (c37e4a4)
  • use convertToNormalText for the status value and change the (100a590)

Features

  • add status column to sub_meter (1daf7f0)
  • add status handling to billing and sub-meter forms (61ce2c6)
  • include submeter status in updates and add logs (63e8ddb)

v1.3.1

28 Feb 09:48
b0515dd

Choose a tag to compare

1.3.1 (2026-02-28)

Bug Fixes

  • use formatted date for display in history UI (717dbd1)

v1.3.0

26 Feb 14:28
7479b5f

Choose a tag to compare

1.3.0 (2026-02-26)

Bug Fixes

  • add signout button to switch accounts (f2194a2)
  • footer layout and update contents (9946dda)
  • redirect to auth login after signout (241f69f)
  • remove stray logo text in header component (c50a0ad)

v1.2.0

23 Feb 12:37
12b3ffb

Choose a tag to compare

1.2.0 (2026-02-23)

Bug Fixes

  • replace manual YYYY-MM-DD construction in (c71f214)

Features

  • add animated grid canvas and footer animations (57f680e)

v1.1.0

22 Feb 15:56
380107f

Choose a tag to compare

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)