Skip to content

Commit 0533048

Browse files
plugins: make idaVersions a list and v0.1.3
1 parent f827750 commit 0533048

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

plugins/bookmark_hints/ida-plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"plugin": {
55
"name": "bookmark-hints",
66
"entryPoint": "bookmark_hints.py",
7-
"version": "0.1.2",
8-
"idaVersions": ">=9.0",
7+
"version": "0.1.3",
8+
"idaVersions": ["9.0", "9.1", "9.2"],
99
"description": "Show a hoverable icon on lines with a bookmark.",
1010
"license": "Apache 2.0",
1111
"categories": [

plugins/colorize_calls/ida-plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"plugin": {
55
"name": "colorize-calls",
66
"entryPoint": "colorize_calls.py",
7-
"version": "0.1.2",
8-
"idaVersions": ">=9.0",
7+
"version": "0.1.3",
8+
"idaVersions": ["9.0", "9.1", "9.2"],
99
"description": "Colors call instructions and adds a prefix in the disassembly listing.",
1010
"license": "Apache 2.0",
1111
"categories": [

plugins/extensible_hints/ida-plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"plugin": {
44
"name": "extensible-hints",
55
"entryPoint": "extensible_hints.py",
6-
"version": "0.1.2",
7-
"idaVersions": ">=9.0",
6+
"version": "0.1.3",
7+
"idaVersions": ["9.0", "9.1", "9.2"],
88
"description": "Demonstrate how to display dynamic hints.",
99
"license": "Apache 2.0",
1010
"categories": [

plugins/hint_calls/ida-plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"plugin": {
55
"name": "hint-calls",
66
"entryPoint": "hint_calls.py",
7-
"version": "0.1.2",
8-
"idaVersions": ">=9.0",
7+
"version": "0.1.3",
8+
"idaVersions": ["9.0", "9.1", "9.2"],
99
"description": "Displays popup function hints for the referenced calls and strings.",
1010
"license": "Apache 2.0",
1111
"categories": [

plugins/navband_visited/ida-plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"plugin": {
55
"name": "navband-visited",
66
"entryPoint": "navband_visited.py",
7-
"version": "0.1.2",
8-
"idaVersions": ">=9.0",
7+
"version": "0.1.3",
8+
"idaVersions": ["9.0", "9.1", "9.2"],
99
"description": "Tracks and records all disassembly addresses you visit during your analysis, highlighting these visited addresses in IDA's navigation band.",
1010
"license": "Apache 2.0",
1111
"categories": [

plugins/oplog/ida-plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"plugin": {
55
"name": "oplog",
66
"entryPoint": "oplog_entry.py",
7-
"version": "0.1.2",
8-
"idaVersions": ">=9.1",
7+
"version": "0.1.3",
8+
"idaVersions": ["9.0", "9.1", "9.2"],
99
"description": "oplog is an IDA Pro plugin that records operations during analysis.",
1010
"license": "Apache 2.0",
1111
"categories": [

plugins/tag_func/ida-plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"plugin": {
55
"name": "tag-func",
66
"entryPoint": "tag_func.py",
7-
"version": "0.1.2",
8-
"idaVersions": ">=9.0",
7+
"version": "0.1.3",
8+
"idaVersions": ["9.0", "9.1", "9.2"],
99
"description": "Quickly organize functions into tags via hotkey (Z).",
1010
"license": "Apache 2.0",
1111
"categories": [

0 commit comments

Comments
 (0)