Skip to content

Releases: playerofgames/logseq-mia-theme

v1.7.1

24 Jan 17:43

Choose a tag to compare

Full Changelog: v1.7.0...v1.7.1

fixes #25

v1.7.0

08 Jul 16:26

Choose a tag to compare

Fixes and improvements to support newer versions of Logseq.

v1.6.0

24 Jan 20:06

Choose a tag to compare

  • More control over font customisation via variables in custom.css
  • Numerous font-handling changes to make sure system font is applied where appropriate.
  • Fix external link theming.
  • Aesthetic improvements.
  • Help ? is now not hidden by the theme. If you want to hide it, add to custom.css:
.cp__sidebar-help-btn {
	display: none;
}

v1.5.5

05 Dec 06:46

Choose a tag to compare

Fix page title font size change when renaming a page.

v1.5.4

13 Aug 08:36
7f81929

Choose a tag to compare

What's Changed

  • Make flashcard breadcrumb visible in dark theme by @hedyhli in #18

New Contributors

Full Changelog: v1.5.3...v1.5.4

v1.5.3

20 Jul 08:52

Choose a tag to compare

Remove box shadow that was added to code blocks in Logseq 0.9.11.

v1.5.2

16 Apr 08:37

Choose a tag to compare

Fix font targeting for Android (a regression of the v1.5.0 release). Resolves issue #16.

v1.5.1

13 Apr 11:47

Choose a tag to compare

  • Whiteboard compatibility (fonts, background colours).
  • Fix heading spacing for non-content pages.

Full Changelog: v1.5.0...v1.5.1

v1.5.0

09 Apr 15:03

Choose a tag to compare

New approach used to change the Logseq fonts (fixes #15). It's not a perfect solution and there may be minor regressions in behaviour. However, it makes the theme more compatible with plugins that introduce fonts for specific features (e.g., https://github.com/yoyurec/logseq-tabler-picker).

Tightened spacing of items in Favourites and Recent sidebar.

Full Changelog: v1.4.9...v1.5.0

v1.4.9

26 Feb 08:49

Choose a tag to compare

Fix plugin search icon (resolves #14).

Make "small" text a little larger for better experience in mobile app.