Skip to content

Commit

Permalink
version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carrotIndustries committed May 29, 2022
1 parent 16a7410 commit 435b4e7
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Version 2.3.1

## Bugfixes

### Board Editor

- Clearance checks: don't crash on unfilled planes ([418f15d](https://github.com/horizon-eda/horizon/commit/418f15d550621f098f1304e62013da5ace59debd))
- prevent cursor from disappearing after updating planes ([5f43810](https://github.com/horizon-eda/horizon/commit/5f43810cb1fc46c258d2f7f66fab75750f664c4b))

### Schematic Editor

- Connectivity checks: don't crash if unplaced pin is not connected ([1cf64d0](https://github.com/horizon-eda/horizon/commit/1cf64d051e756c387f2bf657d923e1443699594f))

### Pool and proejct manager

- don't crash when closing windows that don't have an open pool/project ([268b2f5](https://github.com/horizon-eda/horizon/commit/268b2f5df253f3d93cb57abdde834ad841ca8223))

# Version 2.3.0

## New features
Expand Down
12 changes: 12 additions & 0 deletions org.horizon_eda.HorizonEDA.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@
<content_rating type="oars-1.0" />

<releases>
<release version="2.3.1" date="2022-05-29">
<url>https://github.com/horizon-eda/horizon/releases/tag/v2.3.1</url>
<description>
<p>What's new</p>
<ul>
<li>Faster clearance checks</li>
<li>ODB++ output</li>
<li>Various check enhancements</li>
<li>Net ties</li>
</ul>
</description>
</release>
<release version="2.3.0" date="2022-05-04">
<url>https://github.com/horizon-eda/horizon/releases/tag/v2.3.0</url>
<description>
Expand Down
17 changes: 17 additions & 0 deletions scripts/CHANGELOG.md.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Version 2.3.1

## Bugfixes

### Board Editor

- Clearance checks: don't crash on unfilled planes (418f15d550621f098f1304e62013da5ace59debd)
- prevent cursor from disappearing after updating planes (5f43810cb1fc46c258d2f7f66fab75750f664c4b)

### Schematic Editor

- Connectivity checks: don't crash if unplaced pin is not connected (1cf64d051e756c387f2bf657d923e1443699594f)

### Pool and proejct manager

- don't crash when closing windows that don't have an open pool/project (268b2f5df253f3d93cb57abdde834ad841ca8223)

# Version 2.3.0

## New features
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
major = 2
minor = 3
micro = 0
micro = 1
name = "Iceblink"

string = ".".join(str(x) for x in (major, minor, micro))

0 comments on commit 435b4e7

Please sign in to comment.