update to 1.1.0 #1

Merged
crimsen merged 24 commits from develop into main 2024-10-08 13:27:05 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 84f66ab86a - Show all commits

1
types/plugin.d.ts vendored
View File

@ -76,6 +76,7 @@ export namespace FG_Plugin {
* Loaded Flaschengeist plugin
*/
interface LoadedPlugin {
id: string;
name: string;
version: string;
notification(msg: FG.Notification): FG_Plugin.Notification;