Releases: mainlink0435/pushpixel
Release list
v0.5.2
v0.5.1
Changes since v0.5.0:
ae20050 fix: reset stale uploading files to pending on startup
v0.5.0
Changes since v0.4.3:
1f316f8 feat: graceful token expiry handling, update oauth docs for production publishing
v0.4.3
Changes since v0.4.2:
e252f91 fix: update last_checked_at for every file found on disk before purge
v0.4.2
v0.4.1
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