solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

CHANGELOG.md (3100B)


      1 # Changelog
      2 
      3 ## 2.2.0 (2026-07-28)
      4 
      5 - [#462](https://github.com/bbatsov/solarized-emacs/pull/462): Expand face coverage to jinx, completion-preview, copilot, keycast, dictionary, mistty, easy-kill, vundo, asciidoc-mode, clojure-mode, haskell-mode, erlang, inf-ruby, gptel and breadcrumb, complete the anzu and git-timemachine faces, and deepen the cider coverage (REPL, stacktrace and nREPL log).
      6 
      7 ## 2.1.0 (2026-03-29)
      8 
      9 ### New features
     10 
     11 - Add the `solarized-select-theme` command for picking a variant interactively via `completing-read`.
     12 - Track the current theme through `enable-theme-functions` hooks (Emacs 29+), so `solarized-reload` reuses it automatically.
     13 
     14 ### New face definitions
     15 
     16 - Full vertico coverage (current, group-title, group-separator, multiline).
     17 - Comprehensive marginalia coverage (35 faces for annotations, file permissions, types and more).
     18 - Full embark coverage (keybindings, targets, collect buffers, verbose indicator).
     19 - Expand consult from 2 to 16 faces (files, bookmarks, async status, line numbers and so on).
     20 - Expand corfu from 4 to 11 faces (annotations, deprecated, echo, popupinfo, quick keys, indexed).
     21 - Full eglot coverage (highlighted symbol, diagnostics, mode-line, inlay hints).
     22 - Expand which-key from 3 to 9 faces (separator, note, special-key, docstring and others).
     23 
     24 ### Bug fixes
     25 
     26 - Fix the selenized-zenburn theme docstring, which incorrectly said "gruvbox".
     27 - Fix a duplicate "The the" in the wombat-dark docstring.
     28 
     29 ## 2.0.5 (2025-02-22)
     30 
     31 - [#452](https://github.com/bbatsov/solarized-emacs/pull/452): Add support for the built-in `tab-line` and `window-tool-bar` packages.
     32 - [#453](https://github.com/bbatsov/solarized-emacs/pull/453): Match the flymake `error`, `warning` and `note` faces to their flycheck counterparts.
     33 - [#451](https://github.com/bbatsov/solarized-emacs/pull/451): Highlight `font-lock-number-face` like `highlight-numbers-number`.
     34 
     35 ## 2.0.4 (2023-12-04)
     36 
     37 - [#445](https://github.com/bbatsov/solarized-emacs/pull/445): Remove the `all-the-icons-dired-dir-face` definition.
     38 - [#448](https://github.com/bbatsov/solarized-emacs/pull/448): Fix invalid `:style unspecified` box properties.
     39 
     40 ## 2.0.3 (2023-08-20)
     41 
     42 - [#442](https://github.com/bbatsov/solarized-emacs/pull/442): Add a `corfu` face.
     43 
     44 ## 2.0.2 (2023-08-05)
     45 
     46 - [#441](https://github.com/bbatsov/solarized-emacs/pull/441): Fix a byte-compiler warning.
     47 
     48 ## 2.0.1 (2023-05-07)
     49 
     50 - [#433](https://github.com/bbatsov/solarized-emacs/pull/433): Add `ansi-color-*` faces (Emacs 28.1).
     51 - [#435](https://github.com/bbatsov/solarized-emacs/pull/435): Use extra-light instead of thin for line numbers.
     52 - [#439](https://github.com/bbatsov/solarized-emacs/pull/439): Update the terraform faces for the renamed faces in terraform-mode.
     53 
     54 ## 2.0.0 (2022-06-18)
     55 
     56 - Major release with breaking API changes. The theme itself upgrades without issues; if you maintain a child theme, see the [upgrade guide](https://github.com/bbatsov/solarized-emacs/blob/master/UPGRADE-GUIDE.md).
     57 
     58 Older releases are documented in the [GitHub releases](https://github.com/bbatsov/solarized-emacs/releases).