# v.40.00 "Favoriting activity in GNU Social and Limiting image cache size" is released, see https://github.com/andstatus/andstatus/issues/456
What's new:
1. GNU Social sends favoriting activity as an ordinary note with "somebody favorited something by otheruser:" favoriting prefix (or as "oneman favourited a status by somebody@somewhere.org)". AndStatus detects such notes during downloading and automatically converts them into LIKE (favoriting) activities, removing the favoriting prefix. https://github.com/andstatus/andstatus/issues/491
2. Added two options to limit total size of cached images and maximum size of any single image (to be sent or received):
Storage -> "Maximum size of cached images, Mb" with a default value of 1000 Mb.
Attachments -> "Maximum size of an attachment, Mb" with a default value of 5 Mb.
https://github.com/andstatus/andstatus/issues/459
3. Added an option in Settings -> Timeline: "Show my account, which downloaded the activity/note". So far the account shown as "a:accountname" in the note's details (below note's text). https://github.com/andstatus/andstatus/issues/493