File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
3
4
+ ## v0.3.0-rc.1 (2024-10-31)
5
+
6
+ ### Features
7
+
8
+ * feat(screenshot): new rpc
9
+ missing unit tests ([ ` 9e0c637 ` ] ( https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/9e0c63729574144ed55af1633883e2496b4dd7aa ) )
10
+
11
+ ### Unknown
12
+
13
+ * Merge pull request #27 from Geode-solutions/feat/screenshot
14
+
15
+ feat(screenshot): new rpc ([ ` c12723d ` ] ( https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/c12723dd8c77cfb2301a106f9948b062ee3e5917 ) )
16
+
17
+ * Update src/tests/conftest.py
18
+
19
+ Co-authored-by: Arnaud Botella <
[email protected] > (
[ ` becbd80 ` ] ( https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/becbd80025c6c4ce8a875fc0ac58000314c5b068 ) )
20
+
21
+ * fix tests ([ ` 3bd2b77 ` ] ( https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/3bd2b77231e4dccbd13c8de869f5d56a3d7f83a2 ) )
22
+
23
+ * fix get_response for bytes response ([ ` 0586102 ` ] ( https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/0586102a1ac50f2d022098cede23fca786458d96 ) )
24
+
25
+ * update unit tests ([ ` 0371651 ` ] ( https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/03716512c3f9441f0c21fd81ccbe7c8e3cd9d060 ) )
26
+
27
+ * more options : filename/output_extention/background ([ ` f9a547c ` ] ( https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/f9a547c0be68b320292c6c1f2f62bcef94d377ee ) )
28
+
29
+ * ([ ` 8ef5d85 ` ] ( https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/8ef5d856295d40b5bc915be59e540e5b36ef6bff ) )
30
+
31
+
4
32
## v0.2.1 (2024-10-22)
5
33
6
34
### Unknown
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
6
6
[project ]
7
7
name = " OpenGeodeWeb-Viewer"
8
- version = " 0.2 .1"
8
+ version = " 0.3.0-rc .1"
9
9
dynamic = [" dependencies" ]
10
10
authors = [
11
11
{
name =
" Geode-solutions" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments