Skip to content

Commit

Permalink
version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carrotIndustries committed Apr 29, 2020
1 parent 576da12 commit d993d86
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 1.0.90 (will eventually become 1.1.0)
# Version 1.1.0

## Added features

Expand Down Expand Up @@ -53,7 +53,7 @@
- Improve typesetting in dimension inputs ([058fdb8](https://github.com/horizon-eda/horizon/commit/058fdb8d9a0305f88b22d6aa2c8e6b9c0c00656b))
- Export STEP from python module ([ea5e8b2](https://github.com/horizon-eda/horizon/commit/ea5e8b2c780ab8e5b138efe468f2a664ffc30c64))
- Support `file://` schema in Links ([fedc6f6](https://github.com/horizon-eda/horizon/commit/fedc6f6ef2a4c92bac5f4398ea376230f1c29e91))
- Add "Work layer only" checkbox to selection filter dialog
- Add "Work layer only" checkbox to selection filter dialog ([e464ec4](https://github.com/horizon-eda/horizon/commit/e464ec4b6266d2a0ff835af8db57cfd7b817a18f))

## Bugfixes

Expand Down Expand Up @@ -86,6 +86,7 @@
- Deleting the last gate's symbol of a component in a schematic will automatically delete the entire component without the option to keep the component with no symbols visible ([f34e006](https://github.com/horizon-eda/horizon/commit/f34e006e7ddee06c1b4126611b9695c0d4498ef5))
- Save interactive manipulator metadata such as layer visibility and grid spacing to a separate file such as `board.json.imp_meta` rather than to the board file itself ([bb1aa8c](https://github.com/horizon-eda/horizon/commit/bb1aa8c398f051d272c9576dbd783091e3a95a35))
- Package interactive manipulator automatically deletes floating junctions and shows junctions only if selected ([acd5c44](https://github.com/horizon-eda/horizon/commit/acd5c4498f9c1d5ed4c16a0f43fba86d53bc87ad))
- Actions in tool popover are activated with a single click rather than a double click ([576da12](https://github.com/horizon-eda/horizon/commit/576da12accf2176a836ed4634ae7feda8303efcd))

## Removals

Expand Down
10 changes: 3 additions & 7 deletions org.horizon_eda.HorizonEDA.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<content_rating type="oars-1.0" />

<releases>
<release version="1.0.90" date="2020-04-25" type="development">
<url>https://github.com/horizon-eda/horizon/releases/tag/v1.0.90</url>
<release version="1.1.0" date="2020-04-29" type="development">
<url>https://github.com/horizon-eda/horizon/releases/tag/v1.1.0</url>
<description>
<p>New features</p>
<ul>
Expand All @@ -53,14 +53,10 @@
<li>Panelisation</li>
<li>Outline layer in packages</li>
<li>Automatic update of pool cache status and hint when placing out of date part</li>
<li>Recursive `git add` from git tab in pool manager</li>
<li>Recursive git add from git tab in pool manager</li>
<li>Tool for resizing symbols</li>
<li>Tool for generating silkscreen</li>
<li>Run board checks from python module</li>
<li>Tool for rounding off polygon vertices</li>
<li>Pool update from python module</li>
<li>Package python module as docker image</li>
<li>Export 3D rendering from python module</li>
</ul>
</description>
</release>
Expand Down
5 changes: 3 additions & 2 deletions scripts/CHANGELOG.md.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 1.0.90 (will eventually become 1.1.0)
# Version 1.1.0

## Added features

Expand Down Expand Up @@ -53,7 +53,7 @@
- Improve typesetting in dimension inputs (058fdb8d9a0305f88b22d6aa2c8e6b9c0c00656b)
- Export STEP from python module (ea5e8b2c780ab8e5b138efe468f2a664ffc30c64)
- Support `file://` schema in Links (fedc6f6ef2a4c92bac5f4398ea376230f1c29e91)
- Add "Work layer only" checkbox to selection filter dialog
- Add "Work layer only" checkbox to selection filter dialog (e464ec4b6266d2a0ff835af8db57cfd7b817a18f)

## Bugfixes

Expand Down Expand Up @@ -86,6 +86,7 @@
- Deleting the last gate's symbol of a component in a schematic will automatically delete the entire component without the option to keep the component with no symbols visible (f34e006e7ddee06c1b4126611b9695c0d4498ef5)
- Save interactive manipulator metadata such as layer visibility and grid spacing to a separate file such as `board.json.imp_meta` rather than to the board file itself (bb1aa8c398f051d272c9576dbd783091e3a95a35)
- Package interactive manipulator automatically deletes floating junctions and shows junctions only if selected (acd5c4498f9c1d5ed4c16a0f43fba86d53bc87ad)
- Actions in tool popover are activated with a single click rather than a double click (576da12accf2176a836ed4634ae7feda8303efcd)

## Removals

Expand Down
6 changes: 3 additions & 3 deletions version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
major = 1
minor = 0
micro = 90
name = "Aurora"
minor = 1
micro = 0
name = "Blue sky"

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

0 comments on commit d993d86

Please sign in to comment.