Skip to content

Commit 3d0c839

Browse files
committed
2 parents 83eb660 + a107439 commit 3d0c839

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.2.2 (2025-03-10)
2+
3+
### Fix
4+
5+
- Get file extension from file path and changes use of reserved word 'format' to 'fmt'
6+
17
## 1.2.1 (2025-03-09)
28

39
### Fix

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</p>
55
<br>
66
<p align="center">
7-
<img src="https://github.com/user-attachments/assets/c4615101-d932-4e79-8a08-f50fbc686e3b" alt="Alt text" />
7+
<img src="https://github.com/user-attachments/assets/c4615101-d932-4e79-8a08-f50fbc686e3b" alt="Alt text" /> <br><br>
88
</p>
99

1010
<p align="center">
@@ -20,10 +20,14 @@
2020
<img src="https://img.shields.io/github/issues/thalissonvs/pydoll/bug?label=Bugs&color=red" alt="GitHub bug issues">
2121
<img src="https://img.shields.io/github/issues/thalissonvs/pydoll/enhancement?label=Enhancements&color=purple" alt="GitHub enhancement issues">
2222
</p>
23-
23+
<p align="center">
24+
<a href="https://trendshift.io/repositories/13125" target="_blank"><img src="https://trendshift.io/api/badge/repositories/13125" alt="thalissonvs%2Fpydoll | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
25+
</p>
2426

2527
Pydoll is an innovative Python library that's redefining Chromium browser automation! Unlike other solutions, Pydoll **completely eliminates the need for webdrivers**, providing a much more fluid and reliable automation experience.
2628

29+
30+
2731
## ⭐ Extraordinary Features
2832

2933
- **Zero Webdrivers!** Say goodbye to webdriver compatibility and configuration headaches

cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
commitizen:
33
name: cz_conventional_commits
44
tag_format: $version
5-
version: 1.2.1
5+
version: 1.2.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydoll-python"
3-
version = "1.2.1"
3+
version = "1.2.2"
44
description = ""
55
authors = ["Thalison Fernandes <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)