Skip to content

Releases: CaramelFur/Picsur

V0.5.3 - Cors fixed, and some other fixes

28 Nov 19:21
cc0d538
Compare
Choose a tag to compare

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

V0.5.2 - Small fixes

15 Jun 12:25
441e7d2
Compare
Choose a tag to compare
V0.5.2 - Small fixes Pre-release
Pre-release

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

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

V0.5.1 - Dependencies Update

15 Mar 13:53
0e1146f
Compare
Choose a tag to compare
Pre-release

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

V0.5.0 - QOL Update

28 Dec 09:43
Compare
Choose a tag to compare
V0.5.0 - QOL Update Pre-release
Pre-release

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

V0.4.1 - Dependency hotfix

11 Oct 17:49
e6b70d0
Compare
Choose a tag to compare
Pre-release

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

Updating is highly recommended

V0.4.0 - Beta

11 Sep 14:43
0dd0c44
Compare
Choose a tag to compare
V0.4.0 - Beta Pre-release
Pre-release

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

V0.3.2 - Beta

30 Aug 15:15
c99cff5
Compare
Choose a tag to compare
V0.3.2 - Beta Pre-release
Pre-release
  • Make sure AVX instructions are no longer used
  • Allow hosting via insecure HTTP
  • Allow pasting of images to upload

V0.3.1 - Beta

29 Aug 14:05
ba7f1db
Compare
Choose a tag to compare
V0.3.1 - Beta Pre-release
Pre-release

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

V0.3.0 - Beta

28 Aug 14:50
62a4c91
Compare
Choose a tag to compare
V0.3.0 - Beta Pre-release
Pre-release

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)

V0.2.0 - beta

03 Mar 14:52
59c50d9
Compare
Choose a tag to compare
V0.2.0 - beta Pre-release
Pre-release
  • Moved to angular
  • A whole lot of refactoring
  • Added ability to login, this is not required to upload yet