Skip to content

Commit c07da5b

Browse files
authored
release 1.8.2 (#1272)
1 parent fe15af9 commit c07da5b

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

docs/source/upgrade/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 1.8.2 - 22 Oct 2024
9+
10+
### Added
11+
12+
- [#1257](https://github.com/scylladb/sphinx-scylladb-theme/pull/1257): The theme now respects browser and system preferences for dark mode by default.
13+
14+
### Updated
15+
16+
- [#1257](https://github.com/scylladb/sphinx-scylladb-theme/pull/1257): Switched from localStorage to cache for storing settings such as dark mode and announcement preferences. This allows for shared preferences across projects.
17+
18+
### Fixed
19+
20+
- [#1246](https://github.com/scylladb/sphinx-scylladb-theme/pull/1246): Tooltips now correctly render glossary entries without relying on whether the glossary file was pre-loaded by Sphinx.
21+
- [#1260](https://github.com/scylladb/sphinx-scylladb-theme/pull/1260): Fixed a brief flash of light mode when navigating between pages in dark mode.
22+
- [#1258](https://github.com/scylladb/sphinx-scylladb-theme/pull/1258): Styled legacy panel boxes defined inside raw HTML directives to display correctly in dark mode.
23+
24+
### Removed
25+
26+
- [#1267](https://github.com/scylladb/sphinx-scylladb-theme/pull/1267): Removed the previous icon library.
27+
- [#1266](https://github.com/scylladb/sphinx-scylladb-theme/pull/1266): Completely dropped Font Awesome support, removed the latest icons, and cleaned up the dependency.
28+
29+
30+
831
## 1.8.1 - 24 Sept 2024
932

1033
## Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sphinx-scylladb-theme"
3-
version = "1.8.1"
3+
version = "1.8.2"
44
description = "A Sphinx Theme for ScyllaDB documentation projects"
55
authors = ["David García <[email protected]>"]
66
exclude = [".github", "config", "docs", "extensions", ".postcss.config.js", ".prettierrc.json", "deploy.sh", "src", "package.json", "package-lock.json"]

0 commit comments

Comments
 (0)