Skip to content

v2.32.6 - The whole leaf

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Aug 15:04
· 6 commits to main since this release
95a7dea

One fix, and it came from outside the project. No feature, permission, or storage-format changes.

Fixed

  • The launcher icon is no longer clipped by your launcher (#318). Android composes the app icon from layers and then cuts them to whatever shape your launcher uses — a circle, a rounded square, a squircle — which means the artwork has to stay inside a smaller area than the canvas it is drawn on. Markleaf's leaf had been running past that area since the icon was drawn, so launchers had been quietly cutting the tip off. The leaf is now scaled to sit inside it, and the markdown # veins keep the weight they have in the themed (monochrome) version, so turning themed icons on no longer changes how heavy the mark looks. Contributed by @ThatOneCalculator.