Releases: memeller/shrunked
Releases · memeller/shrunked
v5.10.1
v5.9.1
- 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
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