Commit Graph

46 Commits

Author SHA1 Message Date
Lerking 2ea29fe5ea 0.0.9 build. /JL 2025-03-01 21:14:15 +01:00
Lerking b709e4d942 0.0.8 update. /JL 2025-03-01 13:18:10 +01:00
Lerking 96bb0f0f3d Merge pull request '0.0.7' (#20) from 0.0.7 into main
Reviewed-on: https://gitea.com/Lerking/XtendR/pulls/20
v0.0.7
2025-02-25 06:28:11 +00:00
Lerking 993617976f Add Makefile 2025-02-25 06:27:47 +00:00
Lerking 828213912e Update setup.py 2025-02-25 06:26:29 +00:00
Lerking 44136c33b8 Merge pull request 'Update setup.py' (#17) from lerking-patch-1 into main
Reviewed-on: https://gitea.com/Lerking/XtendR/pulls/17
2025-02-25 06:22:07 +00:00
Lerking 490423e94a Update setup.py 2025-02-25 06:21:51 +00:00
Lerking fa2c25d6c5 Merge pull request 'Update setup.py' (#15) from lerking-patch-1 into main
Reviewed-on: https://gitea.com/Lerking/XtendR/pulls/15
2025-02-24 16:08:07 +00:00
Lerking 0db2e1dfca Update setup.py 2025-02-24 16:07:16 +00:00
Lerking 7200cb0bf8 Merge pull request 'Updated. /JL' (#14) from 0.0.6 into main
Reviewed-on: https://gitea.com/Lerking/XtendR/pulls/14
v0.0.6
2025-02-24 11:19:02 +00:00
Jan Lerking da3d09d3b1 Updated. /JL 2025-02-24 12:17:07 +01:00
Lerking 00173e73ae Merge pull request '0.0.5' (#12) from 0.0.5 into main
Reviewed-on: https://gitea.com/Lerking/XtendR/pulls/12
v0.0.5
2025-02-24 08:23:28 +00:00
Jan Lerking c849d32f73 0.0.5 #8 Cleaned up unused imports. /JL 2025-02-24 09:20:08 +01:00
Lerking ffc7baa394 Update README.md 2025-02-24 08:16:07 +00:00
Lerking ea1ba5d5ab Update README.md 2025-02-24 08:15:18 +00:00
Lerking b01a9cca3e Update README.md 2025-02-24 07:29:42 +00:00
Lerking 485d7a28d8 Merge pull request 'main' (#11) from main into 0.0.5
Reviewed-on: https://gitea.com/Lerking/XtendR/pulls/11
2025-02-24 07:28:21 +00:00
Lerking f711cdcf06 Update README.md 2025-02-24 07:26:47 +00:00
Lerking 2199d18c79 Update README.md 2025-02-24 07:26:27 +00:00
Lerking d22861622b Merge pull request 'main' (#10) from main into 0.0.5
Reviewed-on: https://gitea.com/Lerking/XtendR/pulls/10
2025-02-24 07:24:30 +00:00
Lerking 13858e433f Update README.md 2025-02-24 07:23:58 +00:00
Lerking 37cad62835 Update README.md 2025-02-24 07:19:43 +00:00
Lerking b4ad8fee0c Update README.md 2025-02-24 07:19:01 +00:00
Lerking 4e51fd06f0 Update README.md 2025-02-24 07:17:57 +00:00
Lerking dd780864a6 Update README.md 2025-02-24 07:03:53 +00:00
Lerking 83db451e1b Update README.md 2025-02-24 07:03:28 +00:00
Lerking b58be97d1f Update setup.py 2025-02-24 06:53:16 +00:00
Lerking eb03302323 Update xtendr/xtendrsystem.py 2025-02-24 06:16:04 +00:00
Lerking dec115c596 Merge pull request 'v0.0.4' (#6) from v0.0.4 into main
Reviewed-on: https://gitea.com/Lerking/XtendR/pulls/6
v0.0.4
2025-02-24 05:57:57 +00:00
Lerking 591cc49933 Update README.md 2025-02-24 05:56:26 +00:00
Lerking 36807b7aa6 Update README.md 2025-02-24 05:55:53 +00:00
Lerking afc38c32b3 Update README.md 2025-02-24 05:41:13 +00:00
Lerking 798165c501 Update README.md 2025-02-24 05:40:54 +00:00
Lerking fc247d4888 Update README.md 2025-02-24 05:39:10 +00:00
Lerking 394f72d383 Update setup.py 2025-02-24 05:19:45 +00:00
Lerking f21433417d 0.0.3 v0.0.3 2025-02-21 21:34:10 +01:00
Lerking e1516e8b45 Merge pull request 'v0.0.1' (#5) from v0.0.1 into main
Reviewed-on: https://gitea.com/Lerking/XtendR/pulls/5
v0.0.1
2025-02-21 18:31:34 +00:00
Lerking ea9ad1702b Updated plugin system. /JL 2025-02-21 17:08:46 +01:00
Lerking 45520fc412 Update xtendr-icon.svg 2025-02-21 15:45:28 +01:00
Lerking a6549544e4 Add xtendr-icon.svg 2025-02-20 22:10:43 +01:00
Lerking 18e8ad5e62 Update README.md 2025-02-20 21:13:17 +01:00
Lerking 1567e8fd35 Update xtendr/extendr_manager.py 2024-12-06 18:31:46 +01:00
Lerking ea45973df2 Add test_plugin/example_plugin.py 2024-12-06 18:30:03 +01:00
Lerking 12fb4e3005 Update xtendr/import os import importlib.util from abc import ABC, abstractmethod # Define the interface that all plugins must implement class PluginInterface(ABC): @abstractmethod def execute(self, *args, **kwargs): """ Execute the plugcore.py 2024-12-06 18:27:11 +01:00
Jan Lerking 9a41df6c57 Initial checkin #1 #2 #3. /JL 2024-11-15 11:42:29 +01:00
Lerking 4b3d48af08 Initial commit 2024-11-15 10:52:37 +01:00