Skip to content

Releases: memeller/shrunked

v5.10.1

31 Mar 18:22
2fe10f2

Choose a tag to compare

  • Thanks to @jobisoft most of the extension code is now removed from experiment and uses standard web extension api.
  • Exif should work again
  • #44 fixed with #43, again thanks to @jobisoft

v5.9.1

06 Mar 16:48
b501103

Choose a tag to compare

  • Finished ESMification process - as of TB 136 the transition period is over and old APIs no longer work. Since the extension used pre-esmification methods previously, the extension stopped working in TB 136. This is fixed (#40)
  • fixed slider value not being loaded when opening options window (#37)
  • added information that the dimensions of the image are approximate as the values shown were not exact. I do not see this as a main feature of this webextension, so I will not pursue this issue further (#38)

v5.8.2

30 Jun 09:51
d412068

Choose a tag to compare

Fixed #31 - it should now work in both beta versions (tested with TBv128b5) and in older stable releases.
See changelog for detailed list of changes.

v5.8.1

14 Mar 07:34
c216329

Choose a tag to compare

  • Fixed error when autoresize is enabled and resize is set to "on sending mail". When sending email with these settings, autoresize would resize the images and remove them from the list of images to resize. When "when sending email" was selected, the options window tried to be created because there was no check if the autoresize option was turned on and if the options window should be ommitted. Since there was no check if the image list was empty, the code caused an exception that stopped the email sending process. (#26)

v5.8.0

06 Mar 20:56
320b701

Choose a tag to compare

  • Added option to also resize images from the original e-mail when using forward / reply (#15). This feature also works with autoresize.
  • Fixed wrong variable name in content_script.js, that caused the log to console option to always be disabled.
  • Added a simple "How to use" section to readme.

v5.7.2

27 Feb 08:32
96f8789

Choose a tag to compare

  • Fixed - the image is not resized when right clicking inline image, selecting resize image and clicking ok. (#23)
    One of the checks (instanceof File) was failing when it should not. I have changed it to .constructor.name, which is more reliable in modern browsers, at least according to a comment on SO.
  • Fixed - the context item text is not updated (#23)
    After the context item text was changed when displaying an error (e.g. the image is too small), it was not reset to "Resize this image..." when displayed again for different image.

Betterbird version tested: 115.8.0-bb24 (64-bit)

v5.7.1

06 Feb 19:45
6379107

Choose a tag to compare

  • Fixed #19 - Notification not displayed when inserting an inline image

v5.7

09 Dec 19:18
b57e409

Choose a tag to compare

  • Added auto resize option for new messages. When enabled, each time an attachment is added / pasted inline, the extension checks if it meets the size restrictions set in the options. If so, the image is automatically resized and saved. (#12)
  • Added an option to hide the extra info displayed in the attachments context menu when the file type is not supported (#13)
  • Disabled Exif check on PNG files as it sometimes led to PNG files being rejected from resize
  • Added 'tabs' to permissions - needed to tidy up the file map and detect the creation of new compose windows
  • Added reloading of settings each time a compose window is opened

v5.62

02 Nov 17:56

Choose a tag to compare

  • Fixed wrong version in manifest (#10)
  • Fixed some errors thrown to console (including #11) - added catch to promises and included checking of logging enabled
  • Fixed inline image context menu being disabled all the time

v5.6

14 Jul 12:39
7eb877f

Choose a tag to compare

Added quality to options window (As requested in #8).
Tested with v115 - seems ok.