File tree Expand file tree Collapse file tree 5 files changed +37
-5
lines changed
Expand file tree Collapse file tree 5 files changed +37
-5
lines changed Original file line number Diff line number Diff line change 1- current_version = " 3.1.4 "
1+ current_version = " 3.2.0 "
22
33[[files ]]
44path = " demo/index.rst"
Original file line number Diff line number Diff line change 11REWRITE HERE
22
3- - Changelog is https://github.com/attakei/sphinx-revealjs/blob/v3.1.4 /CHANGELOG.rst
4- - Source changes is https://github.com/attakei/sphinx-revealjs/compare/v3.1.3 ...v3.1.4
3+ - Changelog is https://github.com/attakei/sphinx-revealjs/blob/v3.2.0 /CHANGELOG.rst
4+ - Source changes is https://github.com/attakei/sphinx-revealjs/compare/v3.1.4 ...v3.2.0
Original file line number Diff line number Diff line change 1+ ver 3.2.0
2+ =========
3+
4+ :Release date: 2025-04-03 (Asia/Tokyo)
5+ :Reveal.js version: 5.2.1 (updated)
6+
7+ Breaking changes
8+ ----------------
9+
10+ (CSS compilation using libsass does not work, but it is not core feature.
11+ Therefore, it is not included as breaking-change)
12+
13+ Features
14+ --------
15+
16+ * New optional extensions.
17+
18+ * ``sphinx_revealjs.ext.oembed `` provides JSON file as oEmbed content.
19+ * ``sphinx_revealjs.ext.sass `` can build latest Sass/SCSS.
20+
21+ Fixes
22+ -----
23+
24+ * Set required Sphinx version. It raise error when using old versions.
25+
26+ Others
27+ ------
28+
29+ * Demo: change process to compile theme stylesheet.
30+ * Demo: Output oEmbed content to inject presentation by other website.
31+ * Source: Update codings for type annotations.
32+
133ver 3.1.4
234=========
335
Original file line number Diff line number Diff line change 77Introduction of sphinx-revealjs
88===============================
99
10- :Based version: 3.1.4
10+ :Based version: 3.2.0
1111:Demo updated: 2024-10-18 JST
1212
1313Overview
Original file line number Diff line number Diff line change 22
33from __future__ import annotations
44
5- __version__ = "3.1.4 "
5+ __version__ = "3.2.0 "
66
77from typing import TYPE_CHECKING
88
You can’t perform that action at this time.
0 commit comments