v4.4.0
MemE v4.4.0
comes with some big code refactoring by @palant, which makes MemE even more faster. Big thanks!
Also, make sure to follow the instructions when you update MemE to the latest version!
Bug Fixes
- allow
.Params.indent
to override global settings (188fc17) - Do not rely on JavaScript to determine header width (#168) (820e0ab)
- generation failed error caused by
readFile
(62f6934), closes #133 - Get rid of unnecessary safeHTML usage (#135) (91e84a1), closes #134
- Improve accessibility of the theme switcher (#160) (e5e6230)
- Make sure to turn relative links absolute in feeds (#170) (4c6097a), closes #141
- pass
$Content
to custom/content.html (df739fa) - Remove unnecessary safeJS/safeURL calls (a94cc42)
- Respect user's preferred theme even when JavaScript isn't enabled (#169) (46522c6)
- search on mobile and make url relative (#172) (5a3470a), closes #171
- Typos in README (#161) (0cd2733)
- When scrolling to an anchor, account for the header height (#158) (115914a), closes #146
- a11y: delete
maximum-scale
(37632a7) - json-ld: missing
image
in non-mainSections page (26baf9d) - post-copyright: missing colon when
website
param is not set (86bfc77), closes #116 - style: add tab-size support for firefox (afb0b4a), closes #105
- style: font-size bug in mobile safari (4094ff7), closes #109
- style: make color in dark mode less dazzling (9d35969)
- style: make color in dark mode less dazzling (e580a16)
- style: margin issue of caption in layout "poetry" (3754acc)
- style: margin issues of layout "poetry" (bbef0de)
- style: overflow and font-size bug in safari (e2646e3), closes #109
- unescaped ampersand(&) in xml (b1890ee), closes #103
Code Refactoring
Features
- add hashtags to share URLs (#100) (a323e45)
- Added search capability via lunr (#165) (fb54c61), closes #163
- Allow customization of post metadata (#138) (6cc1621), closes #136
- Allow extending header (#142) (5353fec)
- Allow to limit the number of articles listed per taxonomy entry (#148) (f3d9ad0), closes #147
- support social media icons (fd1546e), closes #123
- i18n: add Brazilian Portuguese translations (#102) (c4adfc5)
BREAKING CHANGES
- Various templates under
utils/partials/
will return results directly rather than via.Scratch
now.