Skip to content

Releases: mainlink0435/pushpixel

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 08 Jul 05:01

Changes since v0.5.1:

4b37784 fix: configurable per-request upload timeout proportional to file size
e9e8f9a chore: add commit-based release notes for all releases, fix CI to generate notes automatically

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 04:37

Changes since v0.5.0:

ae20050 fix: reset stale uploading files to pending on startup

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 04:05

Changes since v0.4.3:

1f316f8 feat: graceful token expiry handling, update oauth docs for production publishing

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 03 Jul 04:43

Changes since v0.4.2:

e252f91 fix: update last_checked_at for every file found on disk before purge

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 03 Jul 01:21

Changes since v0.4.1:

a4a7c18 feat: purge DB rows for deleted files on each scan
3cdbb4e docs: clarify webui.port defaults for Docker vs local

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 01 Jul 06:56

First release - Initial PushPixel implementation.

f27d81a feat: initial PushPixel implementation
8a993cc feat(cicd): add release workflow with Docker push and GitHub Releases
2c45475 feat: add auto-retry with retry_count, improve error handling and WebUI
570feff ui: add PUSHPIXEL SVG logo to WebUI dashboard
6bc2e2f fix: reject zero-byte files and skip already-queued uploads
46e7ff4 fix: Docker host binding, storageFullChecker backoff, log.Close, cleanup
bb9a4c0 fix: use localhost for OAuth redirect in Docker mode
7f01b33 docs: document remote server localhost redirect workaround
c66e59c fix: reset stale uploading files to pending on scan
c56698b v0.4.0: streaming uploads, remove io.ReadAll to fix OOM
304bc5d fix: dynamic TokenSource reads a.token on each call instead of capturing at startup