Commit Graph

8 Commits

Author SHA1 Message Date
f72eef2b95
Refactored DEPRECATION_MESSAGE to use an empty string when not needed 2025-03-23 14:26:47 +01:00
544e9ee561
Fixed the plugin path 2025-03-23 14:08:41 +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
5bca1908b1
Implemented plugin loading 2025-03-23 12:54:05 +01:00
c375f11441
Made plugin root a static variable 2025-03-23 12:36:52 +01:00
e10cf4171b
Implement IPluginMetadata interface in PluginBase for enhanced plugin metadata management 2025-03-23 12:35:46 +01:00
cc2f11f4e7
Refactor PluginFactory to separate internal plugin management into a new file 2025-03-23 10:55:33 +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