Skip to content

Commit

Permalink
Eliminate temp errors when base shape fields are edited. Issue #353
Browse files Browse the repository at this point in the history
  • Loading branch information
shaise committed Jul 8, 2024
1 parent f47d0a6 commit 49c3af8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions BaseShapeOptions.ui
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<number>3</number>
</property>
<property name="minimum">
<double>0.000000000000000</double>
<double>0.001000000000000</double>
</property>
<property name="maximum">
<double>99999999.000000000000000</double>
Expand Down Expand Up @@ -203,7 +203,7 @@
<number>3</number>
</property>
<property name="minimum">
<double>0.000000000000000</double>
<double>0.001000000000000</double>
</property>
<property name="maximum">
<double>99999999.000000000000000</double>
Expand Down Expand Up @@ -267,7 +267,7 @@
<number>3</number>
</property>
<property name="minimum">
<double>0.000000000000000</double>
<double>0.001000000000000</double>
</property>
<property name="maximum">
<double>99999999.000000000000000</double>
Expand Down Expand Up @@ -331,7 +331,7 @@
<number>3</number>
</property>
<property name="minimum">
<double>0.000000000000000</double>
<double>0.001000000000000</double>
</property>
<property name="maximum">
<double>99999999.000000000000000</double>
Expand Down Expand Up @@ -389,7 +389,7 @@
<number>3</number>
</property>
<property name="minimum">
<double>0.000000000000000</double>
<double>0.001000000000000</double>
</property>
<property name="maximum">
<double>99999999.000000000000000</double>
Expand Down Expand Up @@ -450,7 +450,7 @@
<number>3</number>
</property>
<property name="minimum">
<double>0.000000000000000</double>
<double>0.001000000000000</double>
</property>
<property name="maximum">
<double>99999999.000000000000000</double>
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ Starting from FreeCAD 0.17 it can be installed via the [Addon Manager](https://g
* FreeCAD Forum announcement/discussion [thread](https://forum.freecadweb.org/viewtopic.php?f=3&t=60818)

#### Release notes:
* V0.4.22 08 Jul 2024: Eliminate temporary errors when base shape fields are edited.
* V0.4.21 30 Jun 2024: Fix Form tool not working.
* V0.4.20 24 Jun 2024: Change origin selection methos in base shape gui.
* V0.4.19 22 Jun 2024: Update icon colors in base shape gui.
Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>SheetMetal Workbench</name>
<description>A simple sheet metal tools workbench for FreeCAD.</description>
<version>0.4.21</version>
<date>2024-06-30</date>
<version>0.4.22</version>
<date>2024-07-08</date>
<maintainer email="[email protected]">Shai Seger</maintainer>
<license file="LICENSE">LGPL-2.1-or-later</license>
<url type="repository" branch="master">https://github.com/shaise/FreeCAD_SheetMetal</url>
Expand Down

0 comments on commit 49c3af8

Please sign in to comment.