Releases: memeller/shrunked
Releases · memeller/shrunked
v5.8.2
v5.8.1
- 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
v5.7.2
- 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
v5.7
- 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
v5.6
v5.5
Quick fix for Thunderbird v115 - removed strict_max_version
This simply removes the strict_max_version from manifest file, so that the extension is no longer marked as incompatible with newest Thunderbird release.