Skip to content

Commit

Permalink
🔖 Version 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavst committed Apr 12, 2024
1 parent 4693e65 commit 0b7ed85
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 9 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.10.0
### Web
* [Feature] Create new tab from existing node (thanks @YanirLA)
* [Feature] Now "override text node" has a shortcut - ctrl+e
### IDA
* [Feature] Use demangled name instead of original name
* [Feature] Now it's plugin instead of script. See new installation's instructions.
* [Feature] Now clicking a node will make IDA focused.
### Opengrok
* [Rewrite] Rewrite opengrok plugin in typescript
### Sourcegraph
* [Feautre] Support for Java and C/C++!

## 1.9.0
### Web
* [Feature] Add documentations and downloads to the web frontend. Now you can use `?` to download all backends.
Expand Down
2 changes: 1 addition & 1 deletion backends/Clion/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.yoavst.graffiti"
version = "1.9.0"
version = "1.10.0"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion backends/intellij/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.yoavst.graffiti"
version = "1.9.0"
version = "1.10.0"

repositories {
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions backends/opengrok_sourcegraph/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backends/opengrok_sourcegraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graffiti_chrome_extension",
"version": "1.0.0",
"version": "1.10.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion backends/opengrok_sourcegraph/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Graffiti for OpenGrok and SourceGraph",
"description": "Graffiti support for opengrok and sourcegraph",
"version": "1.9",
"version": "1.10.0",
"manifest_version": 3,
"icons": {
"512": "images/icon.png"
Expand Down
2 changes: 1 addition & 1 deletion backends/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "graffiti",
"displayName": "Graffiti",
"description": "Add nodes to call graph directly from VSCode",
"version": "1.9.0",
"version": "1.10.0",
"publisher": "yoavst",
"icon": "icon.png",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion docs/platforms/IDA.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Installation
* Copy `backends/ida/graffiti.py` to ida plugins directory (default for MacOS is `~/.idapro/plugins/`)
* Copy `backends/ida/graffiti.py` to ida plugins directory (default for MacOS/Linux is `~/.idapro/plugins/`, and for windows is `%APPDATA%\Hex-Rays\IDA Pro\plugins`).
* Also can clone the repository and add a symlink.


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0
1.10.0

0 comments on commit 0b7ed85

Please sign in to comment.