Picsur Versions Save

An easy to use, selfhostable image sharing service like Imgur with built in converting

0.5.3

5 months ago

This is a small release with some fixes and mainly up to date dependencies.

  • CORS is now once again set up properly, so no need for proxy overrides anymore
  • Images now send a cache header, ensuring images get cached for a month once retrieved
  • Added app manifest to Picsur, you will now be able to install it as a webapp
  • Fixed issue where people locked themselves out by misconfiguring permissions

0.5.2

11 months ago

This version updates all depedencies. It also fixes these bugs:

  • Some problems loading icons
  • Copy link not working on webkit browsers

0.5.1

1 year ago

This update just updates all dependencies to make sure no vulnerabilities exist.

0.5.0

1 year ago

Notable Updates:

  • [Website] Better preferences pane, now with help
  • [Website] Route splitting on client -> faster website load
  • [Website] Add loading indicators for slow internet connections
  • [Website] Moved to Angular 15
  • [Website] Add support for web tracking using Ackee
  • [Website] Show download progress when downloading an image
  • [Server] Add support for overriding the hostname
  • [Server] Add api ratelimits (please report if too aggresive)
  • [Server] Improve logging
  • [Server] Fix bug where caching was being ignored
  • [Server] Fix bug where qoi files were not converted properly

0.4.1

1 year ago

This releasy only includes updated depencies, to mitigate some vulnerabilities in older dependency versions.

Updating is highly recommended

0.4.0

1 year ago

This is the next relatively large release of Picsur.

The highlights are:

  • Add an ARM64 docker image, so all you synology and rpi fans can now finally use it too!
  • Add the ability to export a ShareX config right from the settings
  • Add expiring images

And some other neat additions:

  • Save image filenames as image title
  • Allow editing of image titles
  • Add support for api keys
  • Improved branding
  • Smaller docker image ~2GB -> ~300MB

0.3.2

1 year ago
  • Make sure AVX instructions are no longer used
  • Allow hosting via insecure HTTP
  • Allow pasting of images to upload

0.3.1

1 year ago

Includes a small bugfix to make sure stylesheets load propely on chrome

0.3.0

1 year ago

Warning, not compatible with V0.2.0 database, empty database recommended

  • Support for logging in
  • Support for registering
  • Support for role based permission management
  • Add system preferences
  • Add user preferences
  • Add ability to store original image
  • Add route animations
  • Setup correct CORS
  • Add exif stripping on any non-original images
  • Convert images between many types:
    • QOI
    • JPG
    • PNG
    • WEBP (animated supported)
    • TIFF
    • BMP
    • GIF
  • Link images to user account
  • Support deleting of images
  • Add own images overview
  • Allow primitive image editing
    • Resizing
    • Rotating
    • Quality
    • Flip
    • Strip transparency
    • Negative
    • Greyscale
  • Support DB migrations (so next versions should stay compatible)

0.2.0

2 years ago
  • Moved to angular
  • A whole lot of refactoring
  • Added ability to login, this is not required to upload yet