diff --git a/CHANGELOG.md b/CHANGELOG.md index b443805..82e7430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.8.1] - 2024-05-05 + +### Fixed + +- Fixed issue where plugin task responses were not being displayed + ## [2.8.0] - 2024-04-08 ### Added @@ -367,7 +373,9 @@ Including but not limited to: - Initial Release -[Unreleased]: https://github.com/BC-SECURITY/Starkiller-Sponsors/compare/v2.8.0...HEAD +[Unreleased]: https://github.com/BC-SECURITY/Starkiller-Sponsors/compare/v2.8.1...HEAD + +[2.8.1]: https://github.com/BC-SECURITY/Starkiller-Sponsors/compare/v2.8.0...v2.8.1 [2.8.0]: https://github.com/BC-SECURITY/Starkiller-Sponsors/compare/v2.7.3...v2.8.0 diff --git a/README.md b/README.md index 0cfcf00..1933605 100644 --- a/README.md +++ b/README.md @@ -29,15 +29,19 @@ Starkiller is a Frontend for [Powershell Empire](https://github.com/BC-SECURITY/ As of Empire 5.0 and Starkiller 2.0, you no longer need to install Starkiller or build it from source. It is prepackaged in Empire as a submodule and served via Empire's API. -## Sponsors +[//]: # (## Sponsors) -
+[//]: # () +[//]: # (
) -[](https://www.cybrary.it/) +[//]: # () +[//]: # ([](https://www.cybrary.it/)) -[](https://twitter.com/joehelle) +[//]: # () +[//]: # ([](https://twitter.com/joehelle)) -
+[//]: # () +[//]: # (
) # Sponsorship and extra features diff --git a/package.json b/package.json index 03c29d9..1fb170a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "starkiller", - "version": "2.8.0", + "version": "2.8.1", "private": true, "scripts": { "dev": "vite", diff --git a/src/components/plugins/PluginTasksTable.vue b/src/components/plugins/PluginTasksTable.vue index 2911c0c..4e893c7 100644 --- a/src/components/plugins/PluginTasksTable.vue +++ b/src/components/plugins/PluginTasksTable.vue @@ -110,7 +110,9 @@ v-if="expandedTasks[item.uniqueId].htmlOutput" v-html="expandedTasks[item.uniqueId].htmlOutput" /> -
addBlankLines(item.output)
+
+ {{ addBlankLines(item.output) }} +