Skip to content

Commit 46d4037

Browse files
committed
release: Version 3.2.0
1 parent 6c4b243 commit 46d4037

File tree

5 files changed

+37
-5
lines changed

5 files changed

+37
-5
lines changed

.age.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
current_version = "3.1.4"
1+
current_version = "3.2.0"
22

33
[[files]]
44
path = "demo/index.rst"

.github/release-body.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
REWRITE 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

CHANGELOG.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
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+
133
ver 3.1.4
234
=========
335

demo/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Introduction 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

1313
Overview

sphinx_revealjs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import annotations
44

5-
__version__ = "3.1.4"
5+
__version__ = "3.2.0"
66

77
from typing import TYPE_CHECKING
88

0 commit comments

Comments
 (0)