Skip to content

Commit

Permalink
🔖 Version 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavst committed Aug 10, 2024
1 parent 8753be8 commit 953ccf0
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 11 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.17.0

### Backends

- [Feature] Save last connected to server

### Frontend

- [Dep] Update mermaid to 10.9.1
- [Bug] Fix suggestting ws instead of wss

## 1.16.0

### Jetbrains
Expand Down
2 changes: 1 addition & 1 deletion backends/ghidra/extension.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name=Graffiti
description=Graffiti support for ghidra
author=Yoav Sternberg
createdOn=2024-05-18
version=1.15.0
version=1.17.0
2 changes: 1 addition & 1 deletion backends/intellij/plugin/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.15.0"
version = "1.17.0"

repositories {
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions backends/vscode/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/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.14.0",
"version": "1.17.0",
"publisher": "yoavst",
"icon": "icon.png",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions backends/websites/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/websites/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graffiti_chrome_extension",
"version": "1.14.0",
"version": "1.17.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion backends/websites/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.14.0",
"version": "1.17.0",
"manifest_version": 3,
"icons": {
"512": "images/icon.png"
Expand Down
2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "graffiti_server"
version = "1.15.0"
version = "1.17.0"
authors = [{ name = "Yoav Sternberg", email = "[email protected]" }]
description = "The MITM server for graffiti"
requires-python = ">=3.7"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.0
1.17.0

0 comments on commit 953ccf0

Please sign in to comment.