Skip to content

Commit 9414716

Browse files
author
Fidel Ramos
committed
Prepare for release v3.1.0
1 parent 6dad0e1 commit 9414716

File tree

4 files changed

+45
-2
lines changed

4 files changed

+45
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 3.1.0
2+
3+
This release includes accessibility improvements, pre-commit hooks, and various enhancements.
4+
5+
- Accessibility improvements:
6+
- Underline links inside main content, to make them recognizable without color.
7+
- Improve contrast of link colors
8+
- Add ARIA names to sidebar social icons.
9+
- Add pre-commit hooks for code quality:
10+
- djlint for Jinja2 templates
11+
- Trailing whitespace
12+
- JSON/YAML checker
13+
- Assets build
14+
- Move `static/`, `templates/`, and `translations/` directories back to root to make it easier to use the theme from source code (e.g. a `git clone`). Reflex remains installable via PyPI with the same interface.
15+
- Upgrade Isso to 0.13.0.
16+
- Highlight Isso comments made by the page author.
17+
- Refactor footer templates.
18+
- Remove Flex-inherited Google Analytics config.
19+
- Mark AddThis as defunct in README (will be removed in Reflex 4.0.0).
20+
121
## 3.0.3
222

323
This is a minor maintenance release.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Title: Reflex 3.1.0
2+
Date: 2026-02-18 14:00
3+
Category: News
4+
Tags: pelican,python,theme
5+
Slug: reflex-3.1.0
6+
7+
Reflex 3.1.0 includes various enhancements:
8+
9+
- Accessibility improvements:
10+
- Underline links inside main content, to make them recognizable without color.
11+
- Improve contrast of link colors
12+
- Add ARIA names to sidebar social icons.
13+
- Add pre-commit hooks for code quality:
14+
- djlint for Jinja2 templates
15+
- Trailing whitespace
16+
- JSON/YAML checker
17+
- Assets build
18+
- Move `static/`, `templates/`, and `translations/` directories back to root to make it easier to use the theme from source code (e.g. a `git clone`). Reflex remains installable via PyPI with the same interface.
19+
- Upgrade Isso to 0.13.0.
20+
- Highlight Isso comments made by the page author.
21+
- Refactor footer templates.
22+
- Remove Flex-inherited Google Analytics config.
23+
- Mark AddThis as defunct in README (will be removed in Reflex 4.0.0).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reflex",
3-
"version": "3.0.3",
3+
"version": "3.1.0",
44
"description": "Another minimalist Pelican theme",
55
"main": "gulpfile.js",
66
"directories": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pelican-theme-reflex"
3-
version = "3.0.3"
3+
version = "3.1.0"
44
description = "A minimalist Pelican theme, forked from Flex"
55
authors = [{ name = "Fidel Ramos" }]
66
license = { text = "MIT" }

0 commit comments

Comments
 (0)