ci: 0.9.0
This commit is contained in:
parent
7d63cabbc1
commit
20ed16f4b6
3 changed files with 25 additions and 1 deletions
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -18,6 +18,29 @@ Changelog structure reference:
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.9.0]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Zig
|
||||||
|
- Commenter
|
||||||
|
|
||||||
|
- Zon
|
||||||
|
- Can now parse the .paths attribute properly
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Maximum compatible IDE version 232.* -> 233.*
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Dev env
|
||||||
|
- nix jbr points to the correct path
|
||||||
|
|
||||||
|
- LSP
|
||||||
|
- Crash in huge projects
|
||||||
|
|
||||||
|
|
||||||
## [0.8.1]
|
## [0.8.1]
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -82,6 +82,7 @@ Currently, the debugger only works with the bundled LLDB debugger, so make sure
|
||||||
- Breakpoints (CLion/IDEA Ultimate)
|
- Breakpoints (CLion/IDEA Ultimate)
|
||||||
- File creation prompt
|
- File creation prompt
|
||||||
- Gutter launch buttons
|
- Gutter launch buttons
|
||||||
|
- Commenter (thanks @MarioAriasC !)
|
||||||
|
|
||||||
- TODO:
|
- TODO:
|
||||||
- Workspace Symbols
|
- Workspace Symbols
|
||||||
|
|
|
@ -2,7 +2,7 @@ pluginGroup = com.falsepattern.zigbrains
|
||||||
pluginName = ZigBrains
|
pluginName = ZigBrains
|
||||||
pluginRepositoryUrl = https://github.com/FalsePattern/ZigBrains
|
pluginRepositoryUrl = https://github.com/FalsePattern/ZigBrains
|
||||||
# SemVer format -> https://semver.org
|
# SemVer format -> https://semver.org
|
||||||
pluginVersion = 0.8.1
|
pluginVersion = 0.9.0
|
||||||
|
|
||||||
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
|
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
|
||||||
pluginSinceBuild = 231
|
pluginSinceBuild = 231
|
||||||
|
|
Loading…
Add table
Reference in a new issue