You know how Facebook, Twitter, WhatsApp, etc. all create small
previews for websites, if you post a link? Well, if you host alfred3
on a Mortimer v0.8.9 or newer, alfred3 now supports these previews.
And in alfred3's config.conf, you can now set the following options
in the section [layout]:
[layout]
# Settings for previews on social media services
preview_title = Online-Studie # Title MAX 35 characters
preview_description = Jetzt mitmachen und Teil der aktuellen Forschung werden. # Description MAX 155 characters
preview_image = # Full URL to custom preview image (2063 + 1080 px) (For Facebook and similar)
preview_image_small = # Full URL to custom preview image for small versions (300 x 200 px) (for WhatsApp an similar)
Changed
Changed the default footer
Changed the default width of alfred3.Text element to with="full".
Previously, we tried to be smart about the text's default width, making
it smaller for optimizing redability. But that was not in line with how
users expected and wished the text to behave, because it often caused
misalignment between full-width input elements and the narrower text.
Fixed
Fixed an issue with the DataManager, causing client information to be
unreliable.
alfred3 v2.1.6 (Released 2021-06-09)
Added
config.conf
, you can now set the following options in the section[layout]
:Changed
alfred3.Text
element towith="full"
. Previously, we tried to be smart about the text's default width, making it smaller for optimizing redability. But that was not in line with how users expected and wished the text to behave, because it often caused misalignment between full-width input elements and the narrower text.Fixed
DataManager
, causing client information to be unreliable.