Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2022-06-25 04:02:59 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2022-06-25 04:02:59 +0300
commit9711bb7474d90ea6b54bbcae6db059364b44655e (patch)
treead52f4713d3273cbc2e4fc054acf9b63771aa64c /CHANGELOG.md
parent67fbec1fff373a6ca6ae9f512eb28fe3fc379bb7 (diff)
v3.5.2v3.5.2
- **PCB Exposure:** - (Add) Gerber file extensions: gko, gtl, gto, gts, gbl, gbo, gbs, gml - (Fix) Trailing zeros suppression mode and improve the parsing of the coordinate string (#492) - (Fix) Allow coordinates without number `XYD0*` to indicate `X=0` and `Y=0` - (Fix) Do not try to fetch apertures lower than index 10 when a `D02` (closed shutter) is found alone
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47408b9..545eeb2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 25/06/2022 - v3.5.2
+
+- **PCB Exposure:**
+ - (Add) Gerber file extensions: gko, gtl, gto, gts, gbl, gbo, gbs, gml
+ - (Fix) Trailing zeros suppression mode and improve the parsing of the coordinate string (#492)
+ - (Fix) Allow coordinates without number `XYD0*` to indicate `X=0` and `Y=0`
+ - (Fix) Do not try to fetch apertures lower than index 10 when a `D02` (closed shutter) is found alone
+
## 24/06/2022 - v3.5.1
- **PCB Exposure:**