Skip to content

Commit 65f7c28

Browse files
Changelog update - v0.3.2 (#32)
Co-authored-by: GitHub Action <action@github.com>
1 parent 63249a1 commit 65f7c28

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [[0.3.2]] - 2023-01-20
6+
47
### Added
58
- Support for 2023.1
69

@@ -9,12 +12,14 @@
912
- `set[]` type hint were causing exceptions when declared explicitly [[#31](https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/pull/31)]
1013

1114
## [0.3.1] - 2022-10-02
15+
1216
### Fixed
1317
- `TypedDict` subclasses being displayed as a regular dict in type hints
1418
- Several bugs around `async` functions with type hints
1519
- Other minor type hints corrections
1620

1721
## [0.3.0] - 2022-09-25
22+
1823
### Added
1924
- Type hints now support `async` functions [[#15](https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/pull/15)]
2025
- Made type hints clickable, `Ctrl+LMB` to open the object reference [[#17](https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/pull/17)]
@@ -27,6 +32,7 @@
2732
- Display of unnecessary type hints [[#16](https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/pull/16)]
2833

2934
## [0.2.1] - 2022-09-23
35+
3036
### Added
3137
- Support for 2022.3
3238
- More Python syntax covered with parameter hints
@@ -38,6 +44,7 @@
3844
- Star (*) and Slash (/) parameters were breaking the hints order
3945

4046
## [0.2.0] - 2022-07-29
47+
4148
### Added
4249
- Detail plugin settings that let you disable parameter hints selectively
4350
- Introduce new inlay hints - optional type annotations for variables and functions return types [[#6](https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/pull/6)]
@@ -46,13 +53,15 @@
4653
- Drop support for build 212 and below due to changes in the plugin
4754

4855
## [0.1.4] - 2022-07-20
56+
4957
### Changed
5058
- Lower minimal build requirement to 2021.2
5159

5260
### Fixed
5361
- Hints not showing when there's one positional parameter with `**kwargs`
5462

5563
## [0.1.3] - 2022-07-19
64+
5665
### Changed
5766
- Hide the hints that are 1 character long
5867
- Don't show hints in call expressions that take a single parameter (except for `*args`)
@@ -63,17 +72,32 @@
6372
- Arguments with the same name as the parameter, but in a different case, were still displayed
6473

6574
## [0.1.2] - 2022-07-18
75+
6676
### Fixed
6777
- `**kwargs` parameter being shown in certain situations
6878
- Class hints based on their attributes were shown incorrectly
6979
- Fix hints display for calls with unpacking
7080

7181
## [0.1.1] - 2022-07-17
82+
7283
### Fixed
7384
- Wrong hints behavior with some classes, related to the `__init__` inheritance logic
7485
- Wrong hint ordering when a positional argument is passed after keyword arguments
7586
- Messed up parameter ordering when unpacking is in the call expression
7687

7788
## [0.1.0] - 2022-07-15
89+
7890
### Added
79-
- Initial plugin release
91+
- Initial plugin release
92+
93+
[Unreleased]: https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/compare/v0.3.2...HEAD
94+
[0.3.2]: https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/compare/v0.3.1...v0.3.2
95+
[0.3.1]: https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/compare/v0.3.0...v0.3.1
96+
[0.3.0]: https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/compare/v0.2.1...v0.3.0
97+
[0.2.1]: https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/compare/v0.2.0...v0.2.1
98+
[0.2.0]: https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/compare/v0.1.4...v0.2.0
99+
[0.1.4]: https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/compare/v0.1.3...v0.1.4
100+
[0.1.3]: https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/compare/v0.1.2...v0.1.3
101+
[0.1.2]: https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/compare/v0.1.1...v0.1.2
102+
[0.1.1]: https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/compare/v0.1.0...v0.1.1
103+
[0.1.0]: https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/commits/v0.1.0

0 commit comments

Comments
 (0)