Skip to content

Commit 86b412a

Browse files
committed
🔖 Version 1.21.0
1 parent af5d790 commit 86b412a

11 files changed

Lines changed: 33 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,50 @@
1+
## 1.21.0
2+
3+
### IDA
4+
5+
- [Bug] Don't copy parameters on demangled name
6+
7+
### Web
8+
- [Feature] Jump to node by edge now works much better, and does not require selecting a node. It also preserves zoom level.
9+
- [Feature] Change the edge's shape by middle clicking on it
10+
- [Bug] Clicking on an edge is now much more simple.
11+
- [Bug] Don't copy newline when using ctrl+c
12+
- [Bug] If hosted on specific port, don't add this port to suggesting server address
13+
114
## 1.20.0
215

3-
## Server
16+
### Server
417

518
- [Bug] don't hang without stdin
619

7-
## Intellij
20+
### Intellij
821

922
- [Support] Support new intellij version
1023

11-
## Jadx
24+
### Jadx
1225

1326
- [Bug] Add missing event handling for rename
1427

15-
## IDA
28+
### IDA
1629

1730
- [Feature] Support add line pac xrefs (for iOS, with cellebrite plugin).
1831

1932
## 1.19.0
2033

21-
## JADX
34+
### JADX
2235

2336
- [Feautre] Now we provide a plugin instead of a script
2437

25-
## Ghidra
38+
### Ghidra
2639

2740
- [Build] Use latest ghidra setup action (thanks to @antoniovazquezblanco)
2841

29-
## Frontend
42+
### Frontend
3043

3144
- [Feature] More noticable help button (Thanks to @yonlif)
3245
- [Bug] Don't run keyboard shortcuts if command palette is open
3346

34-
## IDA
47+
### IDA
3548

3649
- [Bug] Don't add multiple arrows for "add xrefs" action
3750

backends/ghidra/extension.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ name=Graffiti
22
description=Graffiti support for ghidra
33
author=Yoav Sternberg
44
createdOn=2024-05-18
5-
version=1.20.0
5+
version=1.21.0

backends/intellij/plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "com.yoavst.graffiti"
8-
version = "1.20.0"
8+
version = "1.21.0"
99

1010
repositories {
1111
mavenCentral()

backends/jadx/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ kotlin {
3838
}
3939
}
4040

41-
version = "1.20.0"
41+
version = "1.21.0"
4242

4343
tasks {
4444
val shadowJar = withType(ShadowJar::class) {

backends/vscode/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backends/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "graffiti",
33
"displayName": "Graffiti",
44
"description": "Add nodes to call graph directly from VSCode",
5-
"version": "1.20.0",
5+
"version": "1.21.0",
66
"publisher": "yoavst",
77
"icon": "icon.png",
88
"author": {

backends/websites/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backends/websites/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graffiti_chrome_extension",
3-
"version": "1.20.0",
3+
"version": "1.21.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

backends/websites/public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Graffiti for OpenGrok and SourceGraph",
33
"description": "Graffiti support for opengrok and sourcegraph",
4-
"version": "1.20.0",
4+
"version": "1.21.0",
55
"manifest_version": 3,
66
"icons": {
77
"512": "images/icon.png"

server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "graffiti_server"
7-
version = "1.20.0"
7+
version = "1.21.0"
88
authors = [{ name = "Yoav Sternberg", email = "yoav.sternberg@gmail.com" }]
99
description = "The MITM server for graffiti"
1010
requires-python = ">=3.7"

0 commit comments

Comments
 (0)