Skip to content

Releases: catppuccin/obsidian

v2.0.4

22 Jun 19:27
667e1a8
Compare
Choose a tag to compare

This is a collection of the last several months of pushes. Please see HISTORY.md if curious about the specifics of what all has changed. I am in the process of rewriting the theme now, so I wanted to get a release out here before that is done.

v2.0.3

20 Dec 21:19
Compare
Choose a tag to compare

Release notes

  • Added Obsidian's new callout variables
  • Small theme tweaks for Obsidian's Canvas release

v2.0.2

08 Nov 22:30
Compare
Choose a tag to compare

Release notes

This is small series of fixes and minor behind the scenes improvements, including:

  • Removal of the huge :not() train previously necessary to get the full palette theme to work
  • Windows and Linux versions should now have hover colors working correctly on their respective min/max/close buttons (have tested on Windows but not on my Linux machine yet)
  • Opacity on the red close button hover on inactive tabs is now reduced
  • Some hover colors have been reworked: the file explorer and settings page hovers should both use the theme's accent color, "active" sections of the settings page in the full palette theme should now use the color mauve.
  • The tab hover color should no longer overwrite the hover color of the buttons in the top left corner of the app

Upcoming

  • Excalidraw compatibility (cc Anubis :D)
  • Additional options available for Style Settings users
  • Fixes for the mobile version
  • Other stuff

v2.0.1

01 Nov 06:38
Compare
Choose a tag to compare

Release notes

Small release

  • Adding new colors to the default full palette theme for italic, bold, strikethrough, quoted text, and headers #27 (additional colors will be added to Style Settings accent themes in a future update)
  • Reorganizing the scss folders ahead of an actual cleanup of the app code (https://sass-guidelin.es/#the-7-1-pattern)

v2.0.0

18 Oct 04:23
Compare
Choose a tag to compare

Release notes

This is the big update to make this Catppuccin theme compatible with both its 0.2.0 spec and Obsidian 1.0.0. The theme was largely rebuilt from scratch, so there aren't many notes to actually write out. Users will get the most out of the theme by using the Style Settings plugin from mgmeyers Thank you to @AnubisNekhet for setting up the color system we used for the theme.

v1.2.1

16 Aug 17:42
Compare
Choose a tag to compare

Release notes

Small patch.

Changes

  • Buttons in the settings page now (hopefully) look a little nicer for a better first impression.

Fixes

  • Renaming a file in the nav bar still needs some improvement, but should now look less wack
  • The file explorer/nav bar side panel has been cleaned up in general for a (hopefully) more consistent user experience. The nav bar is a specificity nightmare, so please open an issue if you notice it being weird. That said, there is a bug in Obsidian itself that is causing folders/files in the nav bar to sometimes jump a little when opened/closed. I have replicated this in the default theme and it seems to be because of an invisible div with an inline style giving it .1px height.

v1.2.0

10 Aug 07:16
Compare
Choose a tag to compare

Release notes

Additions

Changes

  • Better contrast table colors from #14 remain, but have returned darker colors to horizontal lines in settings

Fixes

  • Removed sneaky green border around the left sidebar when in its active state
  • Draggable handles on either side of the editor now change colors correctly on hover
  • Both known issues from https://github.com/catppuccin/obsidian/releases/tag/1.1.0 should now be resolved
  • Fixed the titlebar failing to add letterspacing to the title text when active
  • Fixed the titlebar and both sidebars' jump when in their active state due to an invisible border the app css used
  • The right sidebar icon bar should now wrap similarly to the left sidebar
  • The right sidebar's text should now overflow similarly to the left sidebar
  • Fingers crossed the awful #11 is finally fixed

Known issues

  • Linking to another note does not properly change the text color on highlight

Upcoming

  • I wanted to get a small release out after the (much appreciated!) check-in from #15, so the old upcoming features in v1.1.0's notes besides number 3 are still due
  • The theme's Style Settings plugin settings need to be adjusted to match with the theme's updated palette
  • I've a list of little visual annoyances that I plan to get through over the coming weeks. Open an issue or PR if you have some, too! Thanks again to #14 and #15 for the recent help.

v1.1.0

05 Apr 05:58
Compare
Choose a tag to compare

Release notes

  • To make modifications easier for others, removed some scss and replaced with/added new css variables.

Changes

  • README.md now acknowledges Releases page
  • Converted %link-transition to var(--link-transition)
    • The transition effect is now transition: background-color .3s, ease-in-out, color .3s ease-in;

Additions

  • New _variables.scss folder in /scss/abstracts
  • Added new variables for commonly used box-shadows
  • Added new variables for different sizes of padding
  • Added new variables for different sizes of margin
  • Added new variables for borders
  • Added new variables for border-radius
  • Added new variables for text-decoration
  • Added new variable for indentation guide color
  • Added new variables for icon dimensions
  • Admonitions are now themed

Fixes

  • Corrected dropdown font to var(--not-editor)

Known issues

  • Matched letters in cmd/ctrl-o dropdown are sometimes black against the black background
  • Right-clicking a linked note and choosing reveal in file navigation will produce a yellow highlight on white text

Upcoming

  • Visual improvements(?) to minimize, maximize, and close buttons on Windows machines (thanks #9).
  • Visual improvements to the file and folder navigation sidebar when renaming files and folders
  • Change to font variable names to reflect the updated ones in the base app theme
  • Full removal of Kepano's Hider CSS and then will style Obsidian's ribbons

v1.0.0

01 Apr 04:31
a610002
Compare
Choose a tag to compare

Initial use of the release feature to better provide notes on what changes between theme updates going forward.