We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57236b3 commit 7bfe365Copy full SHA for 7bfe365
3 files changed
CHANGELOG.md
@@ -9,6 +9,16 @@
9
10
<!-- towncrier release notes start -->
11
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
22
## 1.0.0b3 (2025-10-17)
23
24
news/7.feature
src/cs_dynamicpages/__init__.py
@@ -5,7 +5,7 @@
5
import logging
6
7
8
-__version__ = "1.0.0b4.dev0"
+__version__ = "1.0.0b4"
PACKAGE_NAME = "cs_dynamicpages"
0 commit comments