Commit Graph

8 Commits

Author SHA1 Message Date
b91ffc3ed9
Fixed warning 2025-03-27 07:38:52 +01:00
3b0a35eaac
Added internal flag for plugins 2025-03-27 07:38:37 +01:00
ec31660017
Added icon support for plugins 2025-03-25 19:24:21 +01:00
7f09b51e3c
Removed the no-longer necessary plugin path 2025-03-23 14:27:30 +01:00
f72eef2b95
Refactored DEPRECATION_MESSAGE to use an empty string when not needed 2025-03-23 14:26:47 +01:00
ff17b6749d
Refactored the Lua module loading & standard libraries from the plugin base to the factory 2025-03-23 14:08:15 +01:00
e10cf4171b
Implement IPluginMetadata interface in PluginBase for enhanced plugin metadata management 2025-03-23 12:35:46 +01:00
Thorsten Sommer
ee2a73ccd8
Added plugin architecture (#322)
Some checks are pending
Build and Release / Read metadata (push) Waiting to run
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-apple-darwin, osx-arm64, macos-latest, aarch64-apple-darwin, dmg updater) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-pc-windows-msvc.exe, win-arm64, windows-latest, aarch64-pc-windows-msvc, nsis updater) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-apple-darwin, osx-x64, macos-latest, x86_64-apple-darwin, dmg updater) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-pc-windows-msvc.exe, win-x64, windows-latest, x86_64-pc-windows-msvc, nsis updater) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-unknown-linux-gnu, linux-x64, ubuntu-22.04, x86_64-unknown-linux-gnu, appimage deb updater) (push) Blocked by required conditions
Build and Release / Build app (linux-arm64) (push) Blocked by required conditions
Build and Release / Prepare & create release (push) Blocked by required conditions
Build and Release / Publish release (push) Blocked by required conditions
2025-03-22 21:12:14 +01:00