File tree Expand file tree Collapse file tree 4 files changed +31
-4
lines changed
Expand file tree Collapse file tree 4 files changed +31
-4
lines changed Original file line number Diff line number Diff line change 1+ <a name =" 2.44.2 " ></a >
2+ ## [ 2.44.2] ( https://github.com/iTowns/itowns/compare/v2.44.1...v2.44.2 ) (2024-09-17)
3+
4+
5+ ### Bug Fixes
6+
7+ * ** 3dtiles:** support point cloud attenuated mode in OGC3DTiles layer ([ afcb250] ( https://github.com/iTowns/itowns/commit/afcb250 ) )
8+ * ** exampleCOPC:** fix elevation behavior ([ 95d2194] ( https://github.com/iTowns/itowns/commit/95d2194 ) )
9+ * ** PointCloud:** Fix clipping point cloud ([ 2019826] ( https://github.com/iTowns/itowns/commit/2019826 ) )
10+ * ** pointcloud:** Fix point cloud distance to camera whatever point cloud initial placement is ([ ff9a86a] ( https://github.com/iTowns/itowns/commit/ff9a86a ) )
11+
12+
13+ ### Workflow and chores
14+
15+ * release v2.44.2 ([ f785666] ( https://github.com/iTowns/itowns/commit/f785666 ) )
16+ * ** deps:** bump actions/download-artifact in /.github/workflows ([ 8e872be] ( https://github.com/iTowns/itowns/commit/8e872be ) )
17+ * ** deps:** bump body-parser and express ([ a01de04] ( https://github.com/iTowns/itowns/commit/a01de04 ) )
18+ * fix dependency vulnerabilities ([ 29dfc60] ( https://github.com/iTowns/itowns/commit/29dfc60 ) )
19+
20+
21+ ### Documentation
22+
23+ * remove empty class used for documentation ([ 9479973] ( https://github.com/iTowns/itowns/commit/9479973 ) )
24+ * rewrite some docs to follow jsdoc semantics ([ cbb1b96] ( https://github.com/iTowns/itowns/commit/cbb1b96 ) )
25+
26+
27+
128<a name =" 2.44.1 " ></a >
229## [ 2.44.1] ( https://github.com/iTowns/itowns/compare/v2.44.0...v2.44.1 ) (2024-09-06)
330
Original file line number Diff line number Diff line change 11{
22 "name" : " itowns" ,
3- "version" : " 2.44.1 " ,
3+ "version" : " 2.44.2 " ,
44 "description" : " A JS/WebGL framework for 3D geospatial data visualization" ,
55 "type" : " module" ,
66 "main" : " lib/Main.js" ,
Original file line number Diff line number Diff line change 11const conf = {
2- version : '2.44.1 ' ,
2+ version : '2.44.2 ' ,
33} ;
44export const REVISION = conf . version ;
55
You can’t perform that action at this time.
0 commit comments