Skip to content

Releases: memeller/shrunked

v5.8.2

30 Jun 09:51
d412068
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fixed #19 - Notification not displayed when inserting an inline image

v5.7

09 Dec 19:18
b57e409
Compare
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
Compare
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
Compare
Choose a tag to compare

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

v5.5

18 Feb 16:46
aec92a2
Compare
Choose a tag to compare

Bmp files (attached and inline) can now also be resized.

Quick fix for Thunderbird v115 - removed strict_max_version

14 Jul 11:27
aec92a2
Compare
Choose a tag to compare

This simply removes the strict_max_version from manifest file, so that the extension is no longer marked as incompatible with newest Thunderbird release.