Skip to content

Releases: padolph/donation-tracker

Rolling Pre-release Build

Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Jul 01:36
580f5eb

Automated rolling pre-release build from the main branch.

Commit: 580f5eb

Docker images are available via GitHub Container Registry:
docker pull ghcr.io/padolph/donation-tracker:latest

Release v1.8.1

Choose a tag to compare

@github-actions github-actions released this 01 Jul 17:33
cf42491

Official release v1.8.1.

Docker images are available via GitHub Container Registry:
docker pull ghcr.io/padolph/donation-tracker:v1.8.1

Latest Pre-release Build

Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Jun 22:03
Immutable release. Only release title and notes can be modified.
d92ddf4

Automated rolling pre-release build from the main branch.

Commit: d92ddf4

Docker images are available via GitHub Container Registry:
docker pull ghcr.io/padolph/donation-tracker:latest

v1.6.1

Choose a tag to compare

@padolph padolph released this 29 Jun 01:30
Immutable release. Only release title and notes can be modified.
730d575

1.6.1 (2026-06-29)

Bug Fixes

  • orgs: prevent deletion of organizations with existing donations (f7f13d8)
  • orgs: prevent deletion of organizations with existing donations (c3a6e71)
  • sync: style export and choose file buttons with accent yellow (f05af54)
  • sync: style export and choose file buttons with accent yellow (7977b38)

v1.6.0

Choose a tag to compare

@padolph padolph released this 26 Jun 02:10
Immutable release. Only release title and notes can be modified.
fc17c6d

1.6.0 (2026-06-26)

Features

  • 133 add separate export/import page and remove data sync from settings (23a6a70), closes #133
  • add separate export/import page and remove data sync from settings (c7bd347)

Bug Fixes

  • settings: 134 move read-only paths outside the settings form to a dedicated system information section (c47b5e8)
  • settings: move read-only paths outside the settings form to a dedicated system information section (5015467)

v1.5.5

Choose a tag to compare

@padolph padolph released this 23 Jun 00:47
Immutable release. Only release title and notes can be modified.
d4939ba

1.5.5 (2026-06-23)

Bug Fixes

  • 122 bug configure sqlite to utilize write ahead logging wal mode for docker environment (f8e14f1), closes #122
  • 123 prevent leading zero when editing Settings numeric inputs (e487695), closes #123
  • 125 bug editing donation date records incorrect date (121007e), closes #125
  • 131 bug fix dependency security vulnerabilities found by dependabot (b51734d)
  • configure sqlite to utilize write-ahead logging (wal) mode for docker (3126725)
  • deps: resolve additional @babel/core and ws security audit vulnerabilities (351c31d)
  • deps: resolve undici, js-yaml, and babel security vulnerabilities (efbe294)
  • enforce utc formatting for donation dates to prevent timezone shifting (ad13c7c)
  • mobile: improve layout responsiveness on mobile viewports (fedc99c), closes #124
  • mobile: improve layout responsiveness on mobile viewports (c549f4e)
  • prevent leading zero when editing Settings numeric inputs (26b097f)
  • strip query parameters from database path on settings page (5d616c8)

v1.5.4

Choose a tag to compare

@padolph padolph released this 20 Jun 16:26
Immutable release. Only release title and notes can be modified.
5c5a7f5

1.5.4 (2026-06-20)

Bug Fixes

  • docker prisma debug dependency (8f9136b)
  • docker: configure AUTH_TRUST_HOST by default in Docker container (2adb327)
  • docker: configure AUTH_TRUST_HOST by default in Docker container (b69da51)
  • docker: copy the entire @prisma directory to support all prisma cli dependencies (8023194)
  • docker: generate and load AUTH_SECRET from config.json at runtime (8bea8d7)
  • docker: install openssl and use production.db in container environment (46d6f3c)

v1.5.3

Choose a tag to compare

@padolph padolph released this 19 Jun 21:06
Immutable release. Only release title and notes can be modified.
862286c

1.5.3 (2026-06-19)

Bug Fixes

  • docker: skip postinstall scripts in deps stage via ignore-scripts (2910d00)
  • docker: use npm install with legacy-peer-deps to fix alpine compile failure (e7d8d0e)

v1.5.2

Choose a tag to compare

@padolph padolph released this 18 Jun 21:57
Immutable release. Only release title and notes can be modified.
e4ec1e8

1.5.2 (2026-06-18)

Bug Fixes

  • set default marginal tax rate to 22% and AGI to $100K (601d91a)
  • set default marginal tax rate to 22% and AGI to $100K (9f7acde)

v1.5.1

Choose a tag to compare

@padolph padolph released this 15 Jun 00:11
Immutable release. Only release title and notes can be modified.
c82c9ae

1.5.1 (2026-06-14)

Bug Fixes

  • 85 resolve startup app icon unpacking race condition (aabe14f)
  • resolve startup app icon unpacking race condition (baeae29)