Skip to content

v4.4.0

Compare
Choose a tag to compare
@reuixiy reuixiy released this 23 May 01:40
3f098d0

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

BREAKING CHANGES

  • Various templates under utils/partials/ will return results directly rather than via .Scratch now.