@@ -2,6 +2,132 @@ Changelog
2
2
=========
3
3
4
4
5
+ v4.1.0 (2024-08-17)
6
+ -------------------
7
+
8
+ New
9
+ ~~~
10
+ - Feat: add app_path property ("appPath") to Mac2Options (#1014)
11
+ [Kazuaki Matsuo, a-fultz]
12
+
13
+ Test
14
+ ~~~~
15
+ - Ci: moving to GHA (#1010) [Kazuaki Matsuo]
16
+
17
+ * ci: run func_test_android4
18
+
19
+ * test: fix tests
20
+
21
+ * fix tests
22
+
23
+ * remove azure related
24
+
25
+ * use assert
26
+
27
+ * fix black lint
28
+
29
+ * use python 3.12
30
+
31
+ * use newer python
32
+
33
+ * use 3.9 for now
34
+
35
+ * Revert "fix black lint"
36
+
37
+ This reverts commit 228fe8a316d0bd361ead94ddb29da6f66abb7a09.
38
+
39
+ * remove a new line
40
+ - Ci: run other android tests on GHA (#1008) [Kazuaki Matsuo]
41
+
42
+ - ci: run other android tests on GHA a few more
43
+ - Ci: move Azure to GHA (Android) (#1007) [Kazuaki Matsuo]
44
+
45
+ * ci: move Azure to GHA (Android)
46
+
47
+ Other
48
+ ~~~~~
49
+ - Bump 4.1.0. [Kazuaki Matsuo]
50
+ - Chore(deps-dev): update tox requirement from ~=4.16 to ~=4.18 (#1013)
51
+ [dependabot[bot], dependabot[bot]]
52
+
53
+ Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
54
+ - [Release notes](https://github.com/tox-dev/tox/releases)
55
+ - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
56
+ - [Commits](https://github.com/tox-dev/tox/compare/4.16.0...4.18.0)
57
+
58
+ ---
59
+ updated-dependencies:
60
+ - dependency-name: tox
61
+ dependency-type: direct:development
62
+ ...
63
+ - Docs: replace badge source (#1012) [Kazuaki Matsuo]
64
+ - Chore(deps-dev): update pylint requirement from ~=3.2.5 to ~=3.2.6
65
+ (#1005) [dependabot[bot], dependabot[bot]]
66
+
67
+ Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version.
68
+ - [Release notes](https://github.com/pylint-dev/pylint/releases)
69
+ - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.5...v3.2.6)
70
+
71
+ ---
72
+ updated-dependencies:
73
+ - dependency-name: pylint
74
+ dependency-type: direct:development
75
+ ...
76
+ - Chore: remove non-reference variables, import and fix test names to
77
+ run them properly (#1006) [Kazuaki Matsuo]
78
+ - Chore(deps-dev): update pytest requirement from ~=8.2 to ~=8.3 (#1004)
79
+ [dependabot[bot], dependabot[bot]]
80
+
81
+ Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
82
+ - [Release notes](https://github.com/pytest-dev/pytest/releases)
83
+ - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
84
+ - [Commits](https://github.com/pytest-dev/pytest/compare/8.2.0...8.3.1)
85
+
86
+ ---
87
+ updated-dependencies:
88
+ - dependency-name: pytest
89
+ dependency-type: direct:development
90
+ ...
91
+ - Chore(deps-dev): update pylint requirement from ~=3.2.2 to ~=3.2.5
92
+ (#1000) [dependabot[bot], dependabot[bot]]
93
+
94
+ Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version.
95
+ - [Release notes](https://github.com/pylint-dev/pylint/releases)
96
+ - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.2...v3.2.5)
97
+
98
+ ---
99
+ updated-dependencies:
100
+ - dependency-name: pylint
101
+ dependency-type: direct:development
102
+ ...
103
+ - Chore(deps-dev): update tox requirement from ~=4.15 to ~=4.16 (#1002)
104
+ [dependabot[bot], dependabot[bot]]
105
+
106
+ Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
107
+ - [Release notes](https://github.com/tox-dev/tox/releases)
108
+ - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
109
+ - [Commits](https://github.com/tox-dev/tox/compare/4.15.0...4.16.0)
110
+
111
+ ---
112
+ updated-dependencies:
113
+ - dependency-name: tox
114
+ dependency-type: direct:development
115
+ ...
116
+ - Chore(deps): update selenium requirement from ~=4.22 to ~=4.23 (#1003)
117
+ [dependabot[bot], dependabot[bot]]
118
+
119
+ Updates the requirements on [selenium](https://github.com/SeleniumHQ/Selenium) to permit the latest version.
120
+ - [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
121
+ - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.22.0...selenium-4.23.0)
122
+
123
+ ---
124
+ updated-dependencies:
125
+ - dependency-name: selenium
126
+ dependency-type: direct:production
127
+ ...
128
+ - Update changelog for 4.0.1. [Kazuaki Matsuo]
129
+
130
+
5
131
v4.0.1 (2024-07-09)
6
132
-------------------
7
133
0 commit comments