Skip to content

Commit

Permalink
🔖 Version 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavst committed Jul 31, 2024
1 parent 2026963 commit 3e0339b
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 1.16.0

## Jetbrains

- [Feature] Support for GoLand and Pycharm
- [Feature] Support VSCode nodes
- [Bug] Support anonymous classes in Java
- [Bug] Now "Add all xrefs" will join multiple edges to same node

## VSCode

- [Feature] Support Intellij nodes
- [Bug] Fix jump to line nodes if symbol mode is enabled (requires new frontend)

## 1.15.0

### Jetbrains
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@ Graffiti supports multiple backends, as can be seen [here](#backends). Open the
| Editor | Languages | add to graph | open in editor | Rename support | Field support | Add line to graph | Add xrefs | Socket type |
| ----------- | --------------------------------------- | ------------ | -------------- | -------------- | ------------- | ----------------- | --------- | ----------- |
| JEB | Java ||||||| TCP |
| Intellij | Java, Kotlin, Go, C, C++, PHP ||||||| TCP |
| CLion | C, C++ ||||||| TCP |
| PHPStorm | PHP ||||||| TCP |
| GoLand | Go ||||||| TCP |
| Intellij | Java, Kotlin, Go, C, C++, PHP, Python ||||||| TCP |
| CLion | C, C++ ||||||| TCP |
| PHPStorm | PHP ||||||| TCP |
| PyCharm | Python ||||||| TCP |
| GoLand | Go ||||||| TCP |
| VSCode | Depends on available language server ||||||| TCP |
| IDA | \* |||| - ||| TCP |
| Ghidra | \* |||| - ||| TCP |
Expand Down
2 changes: 1 addition & 1 deletion frontends/web/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const GRAFFITI_PLATFORMS = [
color: "#ec6038",
},
{
name: "Android Studio, Intellij, Clion, PHPStorm, GoLand",
name: "Android Studio, Intellij, Clion, PHPStorm, GoLand, Pycharm",
filename: "graffiti_v{}_for_jetbrains.zip",
icon: "images/platforms/jetbrains.svg",
color: "#fe315d",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.0
1.16.0

0 comments on commit 3e0339b

Please sign in to comment.