Skip to content

Commit

Permalink
Update changelog for v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
picimako committed Dec 4, 2022
1 parent d27d722 commit 61bbc2e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
### 1.2.0

- Removed support for version 2021.1 of IDEs.
- NOTE: Due to a kotlin related issue, the screenshot and CSS selector inlay hints are not displayed in WS-2022.3, for now.

#### MAINTENANCE
- Various code and documentation related housekeeping
- Migrated class instantiation to static instances and project services to minimize object instance creation.

#### BUGFIX
- It fixes an NPE during calculating the position of the block inlay hints in the hint preview in Settings.

### 1.1.0

**IMPORTANT**: to minimize maintenance cost this plugin no longer supports IDE versions 2020.2 and 2020.3.
Expand Down
6 changes: 5 additions & 1 deletion changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ <h4>1.2.0</h4>
<ul>
<li>Removed support for version 2021.1 of IDEs.</li>
<li>Various code and documentation related housekeeping.</li>
<li>Migrated class instantiation to static instances and project services to minimize object instance creation.</li>
</ul>

<strong>Notes</strong>
<ul>
<li>Due to a kotlin related issue, the screenshot and CSS selector inlay hints are not displayed in WS-2022.3, for now.</li>
</ul>

0 comments on commit 61bbc2e

Please sign in to comment.