Skip to content

2.1.0

Compare
Choose a tag to compare
@theaquarium theaquarium released this 21 Oct 18:12
· 28 commits to master since this release
9f2b740

We're super excited to bring you this huge release! We've got a bunch of new features and some pretty big breaking changes.

If you are upgrading your uploader, please read them before updating. We would recommend completely reinstalling your uploader for this version due to the significant changes, but hopefully you won't have to do this anymore in the future (thanks to the new automatic updater).

Breaking Changes

  • The way file naming is done has been reworked. Instead of default_naming_scheme, use_default_naming_scheme_for_sharex, and use_default_naming_scheme_for_gallery in your config, we now have sharex_upload_naming_scheme, gallery_upload_naming_scheme, and text_upload_naming_scheme which allows for some additional customization. Please read the configuration documentation for more information.
    • Using this has also allowed us to add back the name parameter in ShareX, so you'll need to download a new ShareX uploader config file to take advantage of this.
  • This releases introducing client-side caching support and two new configuration options have been added to deal with this. These are enable_image_cache and debug_mode. Please read the configuration documentation for more information and check the new config.php for an example of how to add these options to your config.
  • Last but certainly not least, this update's flagship feature! This release adds an automatic updater so you don't have to deal with manually updating your uploader whenever there's a new release. The updater will be available as soon as you update to this release. Two new configuration options have been added to configure the updater: enable_updater and enable_update_rollback. Please read the configuration documentation for more information and check the new config.php for an example of how to add these options to your config.

Changelog