Skip to content

Commit 7bfe365

Browse files
committed
Preparing release 1.0.0b4
[ci skip]
1 parent 57236b3 commit 7bfe365

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99

1010
<!-- towncrier release notes start -->
1111

12+
## 1.0.0b4 (2025-11-10)
13+
14+
15+
### New features:
16+
17+
- - Add icons to views @libargutxi
18+
- Add row spacing configuration @libargutxi
19+
- Add behavior to set fetchpriority/loading attributes to images @libargutxi
20+
- Complete translations @erral [#7](https://github.com/codesyntax/cs_dynamicpages/issues/7)
21+
1222
## 1.0.0b3 (2025-10-17)
1323

1424

news/7.feature

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/cs_dynamicpages/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import logging
66

77

8-
__version__ = "1.0.0b4.dev0"
8+
__version__ = "1.0.0b4"
99

1010
PACKAGE_NAME = "cs_dynamicpages"
1111

0 commit comments

Comments
 (0)