Skip to content

Releases: hydescarf/Obsidian-Theme-Mado-Miniflow

v1.3.0 (Soft-breaking changes)

07 Mar 07:09
Compare
Choose a tag to compare

Removed:

  • Duplicated "H6 Color" option in Style Settings. (There were 2 of the same option since v1.0.0, the second one is now removed)

v1.2.5

27 Feb 03:09
Compare
Choose a tag to compare

Fix:

  • Blurry text on canvas mode

Add:

  • Style Settings options, to enable auto-expand on sidebars.

v1.2.4

22 Jan 05:24
Compare
Choose a tag to compare

Fix:

  • Remove slide-up animation on new-tab with PDF type, as it would introduce a blank page before.

v1.2.3

21 Nov 02:24
Compare
Choose a tag to compare

Fix:

  • Border for navigation folder/file on-focused no longer has its visual cut #38

v1.2.2

14 Sep 03:43
Compare
Choose a tag to compare

Fix:

  • Blurry text on Canvas mode

v1.2.1

29 Jul 07:08
Compare
Choose a tag to compare

New:

  • Style Settings option: Custom Background Colour
    • Take note that this is mostly a bandage fix. Most elements are dependent on the default background colour, and a custom one will not affect them at all, which may make your client looks unclear.

v1.2.0

12 Mar 10:18
Compare
Choose a tag to compare

Main Changes:

  • Callout redesign.
  • which also made adaption to cssclass mado-heading.
  • Reason of changes: This was planned for v1.0.0 back then as the new default design didn't really fit the theme, but I was worrying about future changes made to it, thus only a minimal amount of efforts were put into it.
    Now? I've gotten tired of the unmatched styling, so I've redesign it to at least work well with the theme.

image

Fixes:

  • Slight margin adjustment to Unordered/Ordered List or <ul> <ol> reverted on v1.2.0.1
  • Fixed the height for mado-panel-list to stay at minimal height.

Changes:

  • Adjustment to mado-heading with the help of css :has().
    • The border-radius of elements are now flat-sharp if they are inside a h1 container.
    • Removed duplicated border-lines between two joining elements.
    • Normal text/paragraph or <p> now do not have a separator line in between each other. This usually occured if a new paragraph is written underneath the paragraph before due to lack of :has() method back then, making it an unnecessary separation.
      • However, if one needs to separate them, they can use --- or <hr> the separator in between.
  • Hover-Child-Only effect was applied to mado-panel before, but it is now reverted as it doesn't seem to be making sense.

v1.1.2

23 Feb 09:19
Compare
Choose a tag to compare

Fixed:

  • Not being able to hover-to-reveal the scrollbar when it is hidden.
  • [Mado-Panel] Checkboxes on mado-panel-list was incorrectly placed on the right-side instead of the left.

New:

  • [Mado-Panel] New option mado-panel-list-rightbox where it will place the checkbox onto the right side instead of the left.
  • [Mado-Panel] Now adapts multi-nested listings.
    mado-panel

v1.1.1

28 Jan 05:16
Compare
Choose a tag to compare

New:

  • Style Settings option: Compact Tab Header (Stacked) #24
  • CSSClass: mado-table-check (Manually stamp a check on the block by using ~~~~ input either on or outside the value)
    image
  • Callout option: mado-list2table (Turns a list of checklists into pseudo-table, allowing you to directly mark a check onto it)
    image

Fixed:

  • Prevents header title to go invisible when editing if the option is toggled hidden. #23

v1.1.0

11 Jan 03:44
Compare
Choose a tag to compare

Fixed:

  • Adjusted excessive padding on plugin "Kanban" and "Database Folder". #20
  • Note in Canvas can now be scrolled on reading-mode. #21
    • Note: Electron v1.1.9 is now required for it to work. If you don't see the changes, please update Obsidian manually by reinstalling the latest version from the official website.

Note:
Theme version starting from v1.1.0 and onward will now require Electron v1.1.9 and later to work.