Skip to content

Releases: corbindavenport/imageshare

ImageShare 24.06

11 Jun 02:55
Compare
Choose a tag to compare

What's New

  • Improved title detection for Nintendo 3DS games (#22)

Upgrade Notes

This release does not require any special upgrades from v24.01. You can upgrade normally by checking out the tag and rebuilding the Docker container.

git fetch && git checkout v24.06
docker compose down
docker compose -f docker-compose.yml up --build

If you're using the production application, replace docker-compose.yml with docker-compose-prod.yml.

ImageShare 24.01.1

18 Jan 05:41
Compare
Choose a tag to compare

What's New

  • Fixed issues with uploading some images (#12)
  • Added version number to main page

Upgrade Notes

This release does not require any special upgrades from v24.01. You can upgrade normally by checking out the tag and rebuilding the Docker container.

git fetch && git checkout 24.01.1
docker compose down
docker compose -f docker-compose.yml up --build

If you're using the production application, replace docker-compose.yml with docker-compose-prod.yml.

ImageShare 24.01

15 Jan 21:18
Compare
Choose a tag to compare
  • Initial versioned release