@@ -34,11 +34,12 @@ A button for getting back to the main page is provided on every profile page, di
3434
3535## Known bugs and issues
3636
37- #### Ellipse perimeter not precise
37+ #### Ellipse perimeter not exact
3838
39- The formula used to get the perimeter is not the best available.
40- The more "squished" the ellipse, the more imprecise the result.
41- Will be fixed in next versions.
39+ The formula used to get the perimeter is not an exact calculation, however is roughly the best approximation available.
40+ Notice that the more "squished" the ellipse, the more imprecise the result.
41+ The formula has been updated to a better one - this one - in version 1.2 and the approximation is totally suitable for the intended use of this tool.
42+ This might mean that it won't be upgraded to an even more precise calculation (infinite series are not infinite in programming).
4243
4344## Next improvements to be added
4445
@@ -47,7 +48,6 @@ Note: _The order of this list might not match the order these features will be a
4748- More materials in the database
4849- Materials divided in groups, in order to filter the available ones
4950- Result finder (let the program change an input to return a specific result)
50- - Limiting inputs to positive values
5151- Limiting inputs to generate valid geometry (e.g. a tube D=10, t=6 is not valid)
5252- Canvas to see the shape change dynamically while typing and changing data
5353- Shape will be downloadable in many file formats, to speed up engineers' work
@@ -72,6 +72,15 @@ _Work Time: 1h_
7272- Fixed issue #1 - Favicon not working.
7373- Added a dimension swapper button for rectangles and ellipses. Click it to swap width and height rapidly.
7474
75+ #### v1.2
76+
77+ _ Release date: April 25, 2021_
78+
79+ _ Work Time: 45min_
80+
81+ - Limited numerical inputs to positive values
82+ - Improved precision for ellipses' perimeter
83+
7584## Team & Credits
7685
7786#### Team
0 commit comments