Skip to content

Latest commit

 

History

History
162 lines (94 loc) · 4.66 KB

CHANGELOG.md

File metadata and controls

162 lines (94 loc) · 4.66 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.1.3 - 2024-12-21

Fixed

Changed

  • Color hashtags in dark mode

1.1.2 - 2024-12-10

Fixed

Changed

  • Add sass command to README

1.1.1 - 2024-11-04

Fixed

  • Fix support for Obsidian's built-in accent color

Added

1.1.0 - 2024-11-01

Added

Changed

  • Construct colors using SCSS map

1.0.10 - 2024-10-30

Fixed

  • Correct text color in community plugin and theme browser search results (see #35)
  • Correct text color in preview mode highlights (see #35)
  • Make links in editor mode landing selection readable
  • Make inline code in editor mode landing selection stand out

Changed

  • Split changelog to separate file
  • Move to dart-sass

1.0.9-beta - 2023-09-05

Removed

  • Do not use monospace font for editing view (see #33)

1.0.8-beta - 2023-07-31

Fixed

  • Fix strikethrough of links in editing view

1.0.7-beta - 2023-07-24

Removed

  • Do not adjust font sizes
  • Delete legacy obsidian.css

1.0.6-beta - 2023-07-07

Added

Changed

  • Use existing --code-size variable for size of monospace fonts in editor and preview
  • Color checkboxes in editing view
  • Color selected file in file explorer and more contrast when flashing
  • More contrast in highlight when clicking from outline tab
  • Color search results green to differentiate from other highlights
  • Color border of focussed UI element

1.0.5-beta - 2022-11-24

Changed

  • Use less pronounced background colors for input elements in settings menu

1.0.4-beta - 2022-11-24

Added

  • More consistent colors for internal, unresolved and external links
  • Bold table headers

Changed

  • Use accent color for vim cursor
  • Use accent color for search results and highlights
  • Use accent color for frontmatter dashes and parameters

1.0.3-beta - 2022-11-23

Changed

  • Use accent color for checkboxes in both editing and reading view

1.0.2-beta - 2022-11-23

Changed

1.0.1-beta - 2022-11-22

Added

  • Orange as default accent color

Fixed

  • Some control elements in the settings menu that were invisible in dark mode

1.0.0-beta - 2022-11-22

Fixed

  • Issues caused by Obsidian's upgrade to v1.0.0 (#23, #25, #26, #27)

Added

  • Changelog

Changed

  • Using SCSS instead of plain CSS for cleaner development
  • Overwriting Obsidian's default CSS variables instead of overwriting actual CSS rules, where possible