Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
InSyncWithFoo committed Apr 24, 2024
1 parent d4814c3 commit 842bf35
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ For code changes, see [`CHANGELOG_CODE.md`][_-1].

## [Unreleased]

<i>This section is currently empty.</i>


## [0.3.0] - 2024-04-24

### Added

* Go-to-definition support is now configurable and disabled by default.
Expand All @@ -24,9 +29,9 @@ For code changes, see [`CHANGELOG_CODE.md`][_-1].
* "Unnecessary" and "Deprecated" hints, which are displayed as
faded-out and striken-through in the IDE, can now be disabled.
Previously this was always enabled.
* UI components are slightly changed.
* The language server can now be configured to not offer
auto-import completions. Previously this was always enabled.
* UI components are slightly changed.


## [0.2.0] - 2024-04-16
Expand All @@ -36,7 +41,7 @@ For code changes, see [`CHANGELOG_CODE.md`][_-1].
* Highlight severity levels are now configurable
using the options provided in the <i>Inspection</i> panel.
The inspection is renamed to "Pyright language server diagnostics".
* Hover support can now be disabled.
* Hover support can now be disabled. Previously this was always enabled.
* Completion support is now configurable and disabled by default.
Previously this was always enabled.

Expand Down Expand Up @@ -107,7 +112,8 @@ For code changes, see [`CHANGELOG_CODE.md`][_-1].
* Project initialized.


[Unreleased]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.2.0..HEAD
[Unreleased]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.3.0..HEAD
[0.3.0]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.2.0..v0.3.0
[0.2.0]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.1.0..v0.2.0
[0.1.0]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.1.0-poc.4..v0.1.0
[0.1.0-poc.4]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.1.0-poc.3..v0.1.0-poc.4
Expand Down
12 changes: 9 additions & 3 deletions CHANGELOG_CODE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ For user-facing changes, see [`CHANGELOG.md`][_-1].

## [Unreleased]

<i>This section is currently empty.</i>


## [0.3.0] - 2024-04-24

### Added

* [`PyrightLSDescriptor`][30-1]'s `.lspGoToDefinitionSupport`
Expand All @@ -23,11 +28,11 @@ For user-facing changes, see [`CHANGELOG.md`][_-1].
* Project option "Workspace folders" is added. (5e35f935)
* [Message key names][30-3] are slightly changed. (6b6b2a56)
* Global option "Disable tagged hints" is added. (cd9dc597)
* Global option "Auto import completions" is added. (HEAD)
* Global option "Auto import completions" is added. (d4814c3a)


[30-1]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/blob/2a2a4f29/src/main/kotlin/com/insyncwithfoo/pyrightls/server/PyrightLSDescriptor.kt
[30-2]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/blob/HEAD/src/main/kotlin/com/insyncwithfoo/pyrightls/server/Settings.kt
[30-2]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/blob/d4814c3a/src/main/kotlin/com/insyncwithfoo/pyrightls/server/Settings.kt
[30-3]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/blob/6b6b2a56/src/main/resources/messages/pyrightls.properties


Expand Down Expand Up @@ -204,7 +209,8 @@ For user-facing changes, see [`CHANGELOG.md`][_-1].
* Project initialized.


[Unreleased]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.2.0..HEAD
[Unreleased]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.3.0..HEAD
[0.3.0]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.2.0..v0.3.0
[0.2.0]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.1.0..v0.2.0
[0.1.0]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.1.0-poc.4..v0.1.0
[0.1.0-poc.4]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.1.0-poc.3..v0.1.0-poc.4
Expand Down

0 comments on commit 842bf35

Please sign in to comment.