Skip to content

Releases: clbn/dracula-gemini

1.1.1 (27 Dec 2024)

28 Dec 00:12
Compare
Choose a tag to compare

🎄

Minor fix for tables.

1.1.0 (31 Oct 2024)

31 Oct 15:26
Compare
Choose a tag to compare

🎃

Revise lists and adjust headers:

  • New leaner implementation for lists, including OL, UL and tasks
        - The code is much simpler
        - Fixed indentation bugs
        - Improved style for checkboxes and completed tasks
        - Made the indent 1.5 times deeper

  • Subtle heading adjustment (needed after the app update)

1.0.7 (2 Oct 2023)

02 Oct 21:46
Compare
Choose a tag to compare
  • Update checked/done style for tasks (remove line-through, dim the color) 109396d
  • Fix headers after the app update (disable heading spacing) 21b8d08

1.0.6 (11 Feb 2023)

11 Feb 15:41
Compare
Choose a tag to compare
  • Add task list support ffe80f3

    Both ordered and unordered task lists, at least 3 levels deep.

  • Add missing checked/done style for OL tasks 2d4c046

    In default theme, UL tasks (- [x] Fix it) are rendered with a strikethrough and muted color, but OL tasks (1. [x] Fix it) are not. This adds the same style to the OL tasks.

  • Override text selection color e1ffff8

1.0.5 (29 Jan 2023)

29 Jan 12:32
Compare
Choose a tag to compare
  • Fine-tune header heights (fix subpixel alignment) 65cb416
  • Fix clipped letters in empty code block (```js) 2a8b272

1.0.4 (24 Jan 2023)

25 Jan 11:51
Compare
Choose a tag to compare

Fine-tune lists.

1.0.3 (22 Jan 2023)

22 Jan 17:02
Compare
Choose a tag to compare
  • Make header hanging prefixes compatible with Live Preview (1f99b34)
  • Update YAML metadata (e4763dd)

1.0.2 (16 Jan 2023)

17 Jan 18:20
Compare
Choose a tag to compare

Update colors for Mobile app.

1.0.1 (26 Nov 2022)

17 Jan 18:19
Compare
Choose a tag to compare

Add Dracula colors for code blocks.

Seems like the tokens in Obsidian CSS and Dracula spec don't match 100%, but this is my best shot.

1.0.0 for 1.0.0 (15 Oct 2022)

17 Jan 18:18
Compare
Choose a tag to compare

Rather a remake than just a migration, the new DG for Obsidian 1.0+ is rebuilt from the ground up.