Skip to content

Commit bd19aad

Browse files
committed
chore: bump version to 2.2.0
1 parent add1367 commit bd19aad

3 files changed

Lines changed: 24 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [2.2.0] - 2024-01-22
4+
5+
### Added
6+
7+
* Add corner connector command
8+
* Add script to download translations from CrowdIn using API
9+
* Add German, Greek, French, Italian, Polish and Swedish translations
10+
11+
### Changed
12+
13+
* Rename the icons following FreeCAD guidelines
14+
* Match properties tooltips to wiki
15+
* Update Spanish translations
16+
17+
### Fixed
18+
19+
* Show commands' translated tooltips when using custom tooltip with icon
20+
* Show height in the units preferred by the user
21+
* Use correct parameter on `ExtraBottomMaterial` check
22+
323
## [2.1.1] - 2024-11-10
424

525
### Fixed
@@ -135,3 +155,4 @@
135155
[2.0.1]: https://github.com/instancezero/in3dca-freegrid/releases/tag/2.0.1
136156
[2.1.0]: https://github.com/instancezero/in3dca-freegrid/releases/tag/2.1.0
137157
[2.1.1]: https://github.com/instancezero/in3dca-freegrid/releases/tag/2.1.1
158+
[2.2.0]: https://github.com/instancezero/in3dca-freegrid/releases/tag/2.2.0

freecad/freegrid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
import FreeCAD
33

4-
__version__ = "2.1.1"
4+
__version__ = "2.2.0"
55

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

package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

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

8-
<version>2.1.1</version>
8+
<version>2.2.0</version>
99

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

1212
<maintainer>Alan Langford</maintainer>
1313

0 commit comments

Comments
 (0)