|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
3 | 3 |
|
| 4 | +## v1.1.0-rc.1 (2024-12-04) |
| 5 | + |
| 6 | + |
4 | 7 | ## v1.0.0 (2024-11-29)
|
5 | 8 |
|
6 | 9 |
|
|
35 | 38 |
|
36 | 39 | ### Features
|
37 | 40 |
|
| 41 | +- **generic rpcs**: Refactor all classes/tests |
| 42 | + ([`563f41b`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/563f41bc0741ab1dae9e5df9244e545e6ba47993)) |
| 43 | + |
| 44 | +- **generic rpcs**: Refactor all classes/tests |
| 45 | + ([`297b005`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/297b0050e4ab47817659021c3a099e715fba6a87)) |
| 46 | + |
| 47 | +- **get_mouse**: New rpc |
| 48 | + ([`94280f3`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/94280f3bc30f03e0c550cd7baf76afd30192c1e3)) |
| 49 | + |
38 | 50 | - **new rpcs**: Refactor rpcs
|
39 | 51 | ([`c2fb4e7`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/c2fb4e75b83a862267ed4641e41e9344e6a2d70f))
|
40 | 52 |
|
41 | 53 | BREAKING CHANGE: change some rpc names in schemas
|
42 | 54 |
|
43 |
| -- **generic rpcs**: Refactor all classes/tests |
44 |
| - ([`563f41b`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/563f41bc0741ab1dae9e5df9244e545e6ba47993)) |
| 55 | +### BREAKING CHANGES |
45 | 56 |
|
46 |
| -- **generic rpcs**: Refactor all classes/tests |
47 |
| - ([`297b005`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/297b0050e4ab47817659021c3a099e715fba6a87)) |
| 57 | +- **new rpcs**: Change some rpc names in schemas |
48 | 58 |
|
49 | 59 |
|
50 | 60 | ## v0.4.0-rc.1 (2024-11-25)
|
@@ -152,32 +162,32 @@ BREAKING CHANGE: change some rpc names in schemas
|
152 | 162 |
|
153 | 163 | ### Bug Fixes
|
154 | 164 |
|
155 |
| -- **schemas**: Delete image docker |
156 |
| - ([`ebd416b`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/ebd416b5eceaecfce61d3c5e136cc3d6ed36184b)) |
157 |
| - |
158 | 165 | - **license**: Add copyleft file
|
159 | 166 | ([`a0cfd33`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/a0cfd3335e0b12913947917b631b5e13889a9107))
|
160 | 167 |
|
| 168 | +- **schemas**: Delete image docker |
| 169 | + ([`ebd416b`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/ebd416b5eceaecfce61d3c5e136cc3d6ed36184b)) |
| 170 | + |
161 | 171 | ### Chores
|
162 | 172 |
|
163 | 173 | - **licence**: Happy new year 2024
|
164 | 174 | ([`a69cefe`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/a69cefe053e43a170db48ea31bbc3619feb49bc6))
|
165 | 175 |
|
166 | 176 | ### Features
|
167 | 177 |
|
| 178 | +- **delete_object_pipeline**: Add rpc |
| 179 | + ([`5a4df6a`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/5a4df6a5d20451491fe27d89886459d9a38f78cd)) |
| 180 | + |
| 181 | +Enables an object to be deleted from the viewer |
| 182 | + |
168 | 183 | - **schemas**: Remove dockerfile + a few changes
|
169 | 184 | ([`e81296a`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/e81296af2510c975c1d98034f269a5c94e4b89f5))
|
170 | 185 |
|
171 |
| -- **schemas**: Test2 |
172 |
| - ([`53dfa45`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/53dfa45953b098f8ecda5d8773e37fe064b4e7e3)) |
173 |
| - |
174 | 186 | - **schemas**: Test
|
175 | 187 | ([`6088534`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/6088534e990f44559575f2d4631bc731210e2243))
|
176 | 188 |
|
| 189 | +- **schemas**: Test2 |
| 190 | + ([`53dfa45`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/53dfa45953b098f8ecda5d8773e37fe064b4e7e3)) |
| 191 | + |
177 | 192 | - **unit tests**: Run server
|
178 | 193 | ([`11291b8`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/11291b8e808e52e1f4e6d0ab11b739ffd1542ecb))
|
179 |
| - |
180 |
| -- **delete_object_pipeline**: Add rpc |
181 |
| - ([`5a4df6a`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/5a4df6a5d20451491fe27d89886459d9a38f78cd)) |
182 |
| - |
183 |
| -Enables an object to be deleted from the viewer |
|
0 commit comments