Skip to content

Releases: ALegendsTale/obsidian-color-palette

2.6.0

14 Jun 05:39
Compare
Choose a tag to compare

Changes

  • New palette corners setting which toggles whether palettes have corners (minor aesthetic change) #10
  • New hover palette default setting, which toggles whether palette can be hovered. This setting can be toggled individually per palette. #10

2.5.4

14 Jun 00:46
Compare
Choose a tag to compare

Changes

  • Fixed gradient sizing all devices. They will now resize appropriately to the parent size, or the user defined size when set
  • Fixed tooltip positioning on mobile

2.5.3

13 Jun 21:41
Compare
Choose a tag to compare

Changes

  • Fix gradient touch on mobile for tooltips
  • Clamp all bounds of gradients for tooltip instead of just bottom

2.5.2

11 Jun 19:15
Compare
Choose a tag to compare

Changes

  • Fixed #9 regex issue

2.5.1

21 Mar 00:45
Compare
Choose a tag to compare

Changes

  • Using Generate random palette now considers pre-existing colors & attempts to use new lines if cursor line is taken.

2.5.0

17 Mar 17:26
Compare
Choose a tag to compare

Changes

  • Random color generation based on color theory including
    • complimentary
    • monochromatic
    • analogous
    • triadic
    • tetradic
    • random
  • Generate random palette command
  • Added random color default to create command
  • Changed create command headings & styles

2.4.0

12 Mar 02:35
Compare
Choose a tag to compare

Changes

  • Support for most CSS color formats (including RGB, HSL, CSS named colors,) Completes #8
  • Parser rewrite

2.3.0

10 Mar 01:39
Compare
Choose a tag to compare

Changes

  • Completed #7 default height setting request
  • default gradient, direction, & width also can now be found in settings

2.2.0

18 Feb 08:00
Compare
Choose a tag to compare

Changes

  • Added aliases option to palettes which allows setting names for each hex color (closes #6 )
  • Added Alias Mode option to settings which can be set to change the default alias display mode. Defaults to showing both alias and hex but can be set to prefer displaying only the alias.
  • Alias can be edited within the create command by selecting the hex code of an added color

2.1.1

10 Feb 09:53
Compare
Choose a tag to compare

Changes

  • Fixes #5 (Obsidian tooltips not showing while plugin is enabled)