Skip to content

Commit

Permalink
chore: bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hasecilu committed Jan 22, 2025
1 parent add1367 commit bd19aad
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [2.2.0] - 2024-01-22

### Added

* Add corner connector command
* Add script to download translations from CrowdIn using API
* Add German, Greek, French, Italian, Polish and Swedish translations

### Changed

* Rename the icons following FreeCAD guidelines
* Match properties tooltips to wiki
* Update Spanish translations

### Fixed

* Show commands' translated tooltips when using custom tooltip with icon
* Show height in the units preferred by the user
* Use correct parameter on `ExtraBottomMaterial` check

## [2.1.1] - 2024-11-10

### Fixed
Expand Down Expand Up @@ -135,3 +155,4 @@
[2.0.1]: https://github.com/instancezero/in3dca-freegrid/releases/tag/2.0.1
[2.1.0]: https://github.com/instancezero/in3dca-freegrid/releases/tag/2.1.0
[2.1.1]: https://github.com/instancezero/in3dca-freegrid/releases/tag/2.1.1
[2.2.0]: https://github.com/instancezero/in3dca-freegrid/releases/tag/2.2.0
2 changes: 1 addition & 1 deletion freecad/freegrid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import FreeCAD

__version__ = "2.1.1"
__version__ = "2.2.0"

path = os.path.join(os.path.dirname(__file__), "resources")

Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

<description>A simple tools workbench for generating FreeGrid storage system components.</description>

<version>2.1.1</version>
<version>2.2.0</version>

<date>2024-11-10</date>
<date>2024-01-22</date>

<maintainer>Alan Langford</maintainer>

Expand Down

0 comments on commit bd19aad

Please sign in to comment.