Skip to content

Commit 1255a25

Browse files
committed
many GUI enhancements and a few API additions for eventing
1 parent 156bca4 commit 1255a25

File tree

112 files changed

+5654
-1192
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+5654
-1192
lines changed

Diff for: CHANGELOG.MD

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [3.3.1-rc36] - 2025-01-18
8+
9+
### Changed
10+
11+
- Added a new Eventing Trigger - callback_checkin that is based on a callback's new trigger_on_checkin_after_time attribute
12+
- Added supporting functions for new GUI Eventing creation wizard
13+
- Added new Eventing action - alert_create
14+
- Added new Eventing action - webhook_send
15+
- Added new EventLog level, 'api', that's used for information about scripting/eventing API usage
16+
- Added new API function, eventingImportContainerWorkflow, to the GraphQL API that can be used by containers to import workflows in their onStart functionality
17+
- Added ability to update certain pieces of an Eventing workflow after it's been registered
18+
719
## [3.3.1-rc35] - 2024-12-28
820

921
### Changed

Diff for: MythicReactUI/CHANGELOG.MD

+23
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.3.0] - 2025-01-17
8+
9+
### Changed
10+
11+
- Updated Task links to be `T-#` to be clearer
12+
- Updated Callback links to be `C-#` to be clearer
13+
- Updated tab layout to expand vertically instead of horizontally as the number of open tabs grows
14+
- Added new context menu item for active callbacks to allow reordering columns (saved to user preferences)
15+
- Updated vertical navbar shortcut dialog to also allow easier reordering
16+
- Updated active callbacks tabs to allow easier reordering
17+
- Added more UI color customization options (including the ability to export / import user preferences)
18+
- Added a GUI wizard for creating new workflows on the Eventing page
19+
- Added a new configurable trigger per callback - checkins
20+
- You can configure a workflow to kick off if a specific callback hasn't checked in for over X minutes
21+
- The active callbacks table now shows icons for the above alert configuration and configured socks data
22+
- Updated the file upload search page to included payloads
23+
- this makes it easier to search across all uploaded files for hashes and UUIDs
24+
- Updated the task's "View All Parameters" button to also show a variety of important timestamps associated with the task
25+
- Updated the logging level of event notifications related to API usage to the "api" level so they can be filtered out
26+
- Combined the callback table's reorder and visibility dialogs into one
27+
- Fixed an issue with the response display that would error out with extra % signs silently and fail to display emoji
28+
- Callback filters on the active callbacks table now apply to the callbacks graph view as well
29+
730
## [0.2.75] - 2024-12-31
831

932
### Changed

0 commit comments

Comments
 (0)