diff --git a/LICENSE b/LICENSE
index a4f67cc..13c73a3 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2020 xitan, 2022 LittleDyingDuck
+Copyright (c) 2020 xitan, 2022 LittleDyingDuck, 2024 psifertex
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index df121c8..6a56e14 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
Binary Ninja Discord Rich Presence Integration
-
-
+
+
## Features
-![](https://i.imgur.com/hBTlbWF.png)
+![](https://i.imgur.com/sLZSS3u.png)
The plugin displays the file name of the binary in the current view as well as the elapsed time.
@@ -19,10 +19,11 @@ The plugin uses [`pypresence`](https://pypi.org/project/pypresence/) for the Dis
To install this plugin, please see the "Using Plugins" section of the [Getting Started Guide](https://docs.binary.ninja/getting-started.html#using-plugins). Or use Binary Ninja's built in plugin manager.
+## History
+
+Project was originally written by xiten, updated by LittleDyingDuck, then rewritten by psifertex
+
## License
This project is licensed under the MIT license.
-## Metadata Version
-
-2
diff --git a/plugin.json b/plugin.json
index 7adc253..1ca42d3 100644
--- a/plugin.json
+++ b/plugin.json
@@ -11,14 +11,14 @@
"longdescription": "Enables Discord Rich Presence Integration for Binary Ninja",
"license": {
"name": "MIT",
- "text": "Copyright (c) 2020 xitan, 2022 LittleDyingDuck\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
+ "text": "Copyright (c) 2020 xitan, 2022 LittleDyingDuck, 2024 psifertex\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
},
"platforms": [
"Darwin",
"Linux",
"Windows"
],
- "version": "0.8.1",
- "author": "duck",
+ "version": "1.0.0",
+ "author": "psifertex",
"minimumbinaryninjaversion": 1200
}