From 0e2d7686ee29d9945639a861efd56505ea0c82ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 2 Mar 2023 07:50:35 +0100 Subject: [PATCH] Release v0.29.2 --- CHANGELOG.md | 17 +++++++++++++++++ mix.exs | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 459294940..e9979db4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v0.29.2 (2023-03-02) + + * Enhancements + * Improvements to cheatsheets spacing + * Improvements to cheatsheets print + * Include sections of modules and extras in search suggestions + * Make sidebar links full-width and add hover states + * Improve clickable area of sidebar tabs + * Improve contrast on sidebar + + * Bug fix + * Add media type for .license files for epub + * Fix overscroll on the sidebar + * Focus search input immediately after keyboard shortcut + * Don't attempt parsing code blocks that don't look like modules + * Fix visited link color in admonition blocks + ## v0.29.1 (2022-11-21) * Enhancements diff --git a/mix.exs b/mix.exs index b90dad864..98498a4cd 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do use Mix.Project @source_url "https://github.com/elixir-lang/ex_doc" - @version "0.29.1" + @version "0.29.2" def project do [