Skip to content

Releases: kthchew/ao3-rss

v1.3.4

01 Oct 17:11
v1.3.4
413bbc3
Compare
Choose a tag to compare

There are no code changes to ao3-rss in this version, but dependencies in the Docker image have been updated.

What's Changed

  • Bump python from 3.12.3-alpine to 3.12.4-alpine by @dependabot in #47
  • Bump docker/build-push-action from 5 to 6 by @dependabot in #48
  • Bump python from 3.12.4-alpine to 3.12.5-alpine by @dependabot in #50
  • Update cachetools requirement from ~=5.3.3 to ~=5.4.0 by @dependabot in #49
  • Update cachetools requirement from ~=5.4.0 to ~=5.5.0 by @dependabot in #51
  • Bump python from 3.12.5-alpine to 3.12.6-alpine by @dependabot in #52

Full Changelog: v1.3.3...v1.3.4

v1.3.3

01 Jun 04:17
v1.3.3
c9b580e
Compare
Choose a tag to compare
  • Update various dependencies
  • Fix mislabeled Docker image tags (the "alpine" tag was swapped on release builds) (#41)
  • Add ARM image for Alpine (#41)

1.3.2

22 Jul 19:43
c3dc43f
Compare
Choose a tag to compare
  • Improve error handling
  • Improve error page appearance

1.3.1

10 Jul 19:26
822dd1d
Compare
Choose a tag to compare

Handles session errors instead of crashing if AO3 is down (act as if no login was provided). This prevents the app from constantly refreshing and making requests to AO3 while it is down if restart: unless-stopped or similar is set in docker-compose.