@@ -2,6 +2,134 @@ Changelog
22=========
33
44
5+ v5.0.0 (2025-03-23)
6+ -------------------
7+
8+ New
9+ ~~~
10+ - Feat: define AppiumClientConfig (#1070) [Copilot
11+ <
[email protected] > * update readme *
12+ remove redundant command_executor check * modify a bit * fix typo
13+ and apply comment * use new variable --------- Co-authored-by:
14+ Copilot <
[email protected] >, Kazuaki Matsuo]
15+
16+ * initial implementation
17+
18+ * remove
19+
20+ * add appium/webdriver/client_config.py
21+
22+ * remove duplicated args
23+
24+ * remove duplicated args
25+
26+ * fix typo
27+
28+ * add file_detector and remove redundant config
29+
30+ * add test to check remote_server_addr priority
31+
32+ * remove PLR0913, address http://127.0.0.1:4723
33+
34+ * update the readme
35+
36+ * add comment
37+
38+ * fix typo
39+
40+ * extract
41+
42+ * extract and followed the selenium
43+
44+ * add comment
45+
46+ * Update webdriver.py
47+
48+ * Apply suggestions from code review
49+
50+ Other
51+ ~~~~~
52+ - Bump 5.0.0. [Kazuaki Matsuo]
53+ - Chore(deps-dev): update pre-commit requirement from ~=4.1 to ~=4.2
54+ (#1104) [dependabot[bot], dependabot[bot]]
55+
56+ Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version.
57+ - [Release notes](https://github.com/pre-commit/pre-commit/releases)
58+ - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
59+ - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.1.0...v4.2.0)
60+
61+ ---
62+ updated-dependencies:
63+ - dependency-name: pre-commit
64+ dependency-type: direct:development
65+ ...
66+ - Chore(deps-dev): update ruff requirement from ~=0.9.10 to ~=0.10.0
67+ (#1102) [dependabot[bot], dependabot[bot]]
68+
69+ Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
70+ - [Release notes](https://github.com/astral-sh/ruff/releases)
71+ - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
72+ - [Commits](https://github.com/astral-sh/ruff/compare/0.9.10...0.10.0)
73+
74+ ---
75+ updated-dependencies:
76+ - dependency-name: ruff
77+ dependency-type: direct:development
78+ ...
79+ - Chore(deps-dev): update ruff requirement from ~=0.9.9 to ~=0.9.10
80+ (#1101) [dependabot[bot], dependabot[bot]]
81+
82+ Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
83+ - [Release notes](https://github.com/astral-sh/ruff/releases)
84+ - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
85+ - [Commits](https://github.com/astral-sh/ruff/compare/0.9.9...0.9.10)
86+
87+ ---
88+ updated-dependencies:
89+ - dependency-name: ruff
90+ dependency-type: direct:development
91+ ...
92+ - Chore(deps-dev): update mock requirement from ~=5.1 to ~=5.2 (#1100)
93+ [dependabot[bot], dependabot[bot]]
94+
95+ Updates the requirements on [mock](https://github.com/testing-cabal/mock) to permit the latest version.
96+ - [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst)
97+ - [Commits](https://github.com/testing-cabal/mock/compare/5.1.0...5.2.0)
98+
99+ ---
100+ updated-dependencies:
101+ - dependency-name: mock
102+ dependency-type: direct:development
103+ ...
104+ - Chore(deps-dev): update ruff requirement from ~=0.9.7 to ~=0.9.9
105+ (#1099) [dependabot[bot], dependabot[bot]]
106+
107+ Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
108+ - [Release notes](https://github.com/astral-sh/ruff/releases)
109+ - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
110+ - [Commits](https://github.com/astral-sh/ruff/compare/0.9.7...0.9.9)
111+
112+ ---
113+ updated-dependencies:
114+ - dependency-name: ruff
115+ dependency-type: direct:development
116+ ...
117+ - Chore(deps-dev): update ruff requirement from ~=0.9.5 to ~=0.9.7
118+ (#1097) [dependabot[bot], dependabot[bot]]
119+
120+ Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
121+ - [Release notes](https://github.com/astral-sh/ruff/releases)
122+ - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
123+ - [Commits](https://github.com/astral-sh/ruff/compare/0.9.5...0.9.7)
124+
125+ ---
126+ updated-dependencies:
127+ - dependency-name: ruff
128+ dependency-type: direct:development
129+ ...
130+ - Update changelog for 4.5.1. [Kazuaki Matsuo]
131+
132+
5133v4.5.1 (2025-02-23)
6134-------------------
7135
0 commit comments