Skip to content

Releases: primary-theme/obsidian

Release v.0.2.3

12 Nov 07:46
Compare
Choose a tag to compare

Changelog

  • Fixed a typo in list-style-type for unordered list!

Thanks so much to @Erisred on the forums for catching this typo!! 🙏

Release v.0.2.2

11 Nov 14:23
Compare
Choose a tag to compare

Changelog

  • Fixed #11 — Obsidian just had a native WYSIWYG update for v.0.13.0 insider build and was reported to have (literally) ginormous headings on Edit Mode. This has been fixed by turning em into rem for font-sizes! This was probably also causing the huge headers in Edit Mode on mobile and my previous code for mobile headers in Edit Mode has also been improved!!

Thanks to @ryadaj for reporting this issue for this release!! And thank you to SIRvb and jdanielmurao for helping me out!! 🙏

Release v.0.2.1

10 Nov 16:45
Compare
Choose a tag to compare

Changelog

  • Fixed issue on iOS where the settings' modal was extending to the status bar.

Reported and checked on iOS by @mkasu ! Thank you so much for your continued support and suggestions 🙏

Release v.0.2.0

10 Nov 11:17
Compare
Choose a tag to compare

Changelog

v.0.2.0 — Mobile Compatibility now available! Please update your theme!

  • Added theme compatibility + styling for Mobile
    • Adjusted padding for Side Dock Ribbon on Mobile
    • Styled all modals and menus for Mobile
      • for Phone
      • for Tablet
    • Styled Workspace Drawer for Mobile
    • Fixed #1 — Large headers in Mobile Edit Mode
    • Adjusted Header sizing
      • for Phone
      • for Tablet
    • Adjusted y-axis alignment of Note Title on Mobile (as noted by Bianca Pereira on LYT Forums!)
    • Adjusted font-size for Vault Launch Progress
  • Removed some !important on the button styling

Thank you so much to @pixologist , @lizsugar and Bianca Pereira (LYT) for flagging the issues fixed in this released! 🙏💛❤💙

NEXT UP: Customization and other minor fixes

v.0.1.3

08 Nov 16:27
Compare
Choose a tag to compare

Changelog

  • Fixed #9 - where active lines are appearing even while notes are inactive. Active lines now only show up on the active note's active line.

Thanks to @jsmorabito for pointing this out! 🙏

v.0.1.2

08 Nov 01:29
Compare
Choose a tag to compare

Changelog

  • Fixed issue on nodes on graph view being unclickable/buggy.

Thank you so much to @yalcin on the Obsidian forums for reporting this issue! 🙏

v0.1.1

07 Nov 09:39
Compare
Choose a tag to compare

Changelog

  • Typo in Color Variables
  • Made scrollbar-thumb in Dark Mode more visible when :active
  • Removed some !important's.
  • Fixed #2%%Comments%% and $...$ Low Contrast Issue in Dark Mode is now readable!
  • Fixed #4 — Buttons are now the same for when they are :hovered and :focused
  • Hotfixed #5 — Checkboxes are now properly visible. I added height and width, but the checkboxes wouldn't show up unless !important was added.
  • Fixed #6 — Buttons outside of Modals are now coherent and styled!
  • Added --interactive-accent-rgb so plugins using this feature should see a theme-fitting color (instead of the original Obsidian purple)
  • Standardized .view-content padding. Removed unnecessary padding for other containers.
  • Styled document search input and document search button!
  • Tags in Edit Mode are now Tag Pills like in Preview Mode!

Thanks to @SkepticMystic and @OfficerHalf for flagging the issues in this release 🙏💛❤💙

If issues posted above are still popping up, please let me know, and I'll see what I can do about it 🧐

NEXT UP: Mobile Compatibility and other minor fixes