1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

1073 Commits

Author SHA1 Message Date
Robert
bda247d3c3 Streamlines plugin management and installation
Refactors plugin handling for improved reliability and user experience.

- Removes built-in plugin copying, migrating to workshop-based installation
- Introduces a dedicated service for plugin interactions (enabling, disabling, removal, settings)
- Simplifies plugin enabling/disabling logic in the UI, centralizing the logic
2025-12-12 18:29:24 +01:00
Robert
06c5294e88 Profile editor - Fix race condition causing the editor to fail to activate on suspended profiles
Surface editor - Implemented left-handed preset
2025-12-11 22:55:31 +01:00
Robert
3c8d8b2387 Plugins - Allow config window to be mandatory
UI - Move profile editor into Profile screen, profile page no longer always has to show the editor
2025-12-09 20:42:13 +01:00
Robert
565647f1ed Workshop - Improves default entry handling in workshop
Core - Modifies the Artemis data folder path based on the build configuration.
Plugins - Adds a confirmation dialog to prompt the user to restart if a plugin requires admin rights.
Startup wizard - Updates the installation progress bar in the startup wizard.
Workshop - Changes category retrieval to be based on EntryType.
Workshop - Adds the ability to include default entries when searching the workshop.
2025-12-08 22:27:18 +01:00
Robert
6d1e39c1cc Try HotReload 3.0 2025-11-22 00:01:11 +01:00
Robert
b351f685f7 Add AXAML hot reload (debug only)
Major progress on default entries too I guess lmao
2025-11-15 15:07:54 +01:00
Robert
10a10b9149 Plugin Settings - When searching, search in plugin and features
Plugin Settings - Never scroll inside feature list, just show everything if a plugin has many features
2025-02-16 17:06:22 +01:00
Robert
37b8c2c3e9 Webserver - Add option to enable remote access 2025-02-16 12:05:26 +01:00
RobertBeekman
17e6c655ff
Core - Replace EmbedIO with GenHTTP
Replace EmbedIO with GenHTTP
2025-02-15 16:53:05 +01:00
Robert
fcf00af130 Add missing status handler, add TODO 2025-02-15 16:52:26 +01:00
Robert
7176aba0d6 Nodes - Inform nodes they are being loaded using the new IsLoading property 2025-02-14 22:15:03 +01:00
Robert
0a26319914 Remove unneccesary error handler 2025-02-14 18:20:54 +01:00
Robert
eb4a6ceafb Finish implementing GenHTTP 2025-02-13 21:35:35 +01:00
Robert
e09389c6db Replace EmbedIO with GenHTTP 2025-02-08 22:48:51 +01:00
Robert
cfdcbe44c9 Meta - Update dependencies 2025-02-04 20:52:09 +01:00
Robert
d725234d56 Storage - Downgrade EF for now to latest 8.x
Core - Include backwards compatible color quantizer methods
2024-11-14 14:58:54 +01:00
Robert
37f973b093 Core - Removed scripting providers
Meta - Updated packages
2024-11-14 14:09:51 +01:00
Robert
7691af95b9 Merge remote-tracking branch 'origin/RGB.NET_v3' into development 2024-11-14 13:30:08 +01:00
5d82c159e1 Replaced the quantization code and with the HPPH implementation 2024-07-22 23:52:50 +02:00
db84f1dc75 Major upgrade of RGB.NET to v3 2024-07-22 23:26:53 +02:00
Robert
a793a08213 Merge branch 'development' 2024-07-22 11:02:05 +02:00
Robert
99d11e1921 Workshop - Redesigned library
Workshop - Limit screen width to keep main content at 1000px
Workshop - Auto-updating WIP
2024-07-13 20:25:40 +02:00
Robert
bd904178c8 Merge branch 'development' 2024-07-04 20:16:21 +02:00
Robert
00948de9d6 Workshop - Fix installing new versions of profiles 2024-07-02 22:34:25 +02:00
Robert
648b7765ef Core - Added API for retrieving current suspended device providers
Core - Added events for plugin removal, entry installlation/uninstallation
Workshop - Remove the related workshop entry when manually removing a plugin or profile
Workshop - Prevent installing profiles with missing plugins and show a dialog with which plugins are missing
2024-06-30 09:42:41 +02:00
Robert
7052ee38b6 Merge branch 'development' 2024-05-18 13:32:53 +02:00
RobertBeekman
3022c7df65 Core - Add device provider suspension system 2024-05-16 20:40:45 +02:00
Robert
d9a3a238af Merge branch 'development' 2024-05-03 21:08:48 +02:00
Robert
10ad1d6a58 Core - Remove DataModelPath equality override 2024-05-03 21:08:39 +02:00
RobertBeekman
957bfde0af Workshop - Added layout finder 2024-05-02 20:02:12 +02:00
Robert
058513fd2a Merge branch 'development' 2024-04-14 16:00:08 +02:00
Robert
f152812064 Device properties - Show layout error state 2024-03-30 20:28:01 +01:00
RobertBeekman
e5cb058152 Merge branch 'development' 2024-03-21 20:15:58 +01:00
RobertBeekman
da3d47d7b8 Core - Prevent double-shutdowns which can cause crashes
Storage - Make the DbContext factory thread safe
Workshop - Replaced pagination with infinite scroll
Workshop - Added supported platforms and admin requirements to plugin details page
2024-03-21 20:12:40 +01:00
Robert
4c2eca29cc Storage - Fix profile order not loading/saving 2024-03-15 23:41:00 +01:00
Robert
7e981a61d3 Storage - Fix new profile creation
UI - Fix a crash when dragging and dropping in the sidebar
2024-03-15 17:13:21 +01:00
Robert
18d75318d9 Workshop - Replace non-workshop plugins when installing them from the workshop 2024-03-14 20:44:45 +01:00
Robert
fa8b03104f Storage - Fix features of newly discovered plugins disabling after restart 2024-03-14 20:08:12 +01:00
RobertBeekman
551921db9f
Storage - Replace LiteDB with SQLite + EF Core (#843)
Storage - Added LiteDB to SQLite migration
UI - Try to die a bit more gracefully
Core - Delay start watching plugins for hot reload after initializing
UI - Simplify category management logic
UI - Avoid crash during profile icon load
Storage - Fix entry metadata retrieval
2024-03-13 20:19:21 +01:00
RobertBeekman
e5a5f10286
Profiles - Added IPluginFeatureDependent interface and implement throughout profiles (#842)
* Profiles - Added IPluginFeatureDependent interface and implement througout profiles
* Workshop - Include dependencies in profile upload request
2024-03-03 20:19:36 +01:00
RobertBeekman
28640f9502 Profiles - Avoid unnecessary OnBrokenStateChanged calls
Profiles - Fixed int range/float range deserialization
Profiles - Use Random.Shared where applicable
2024-03-02 17:38:20 +01:00
Robert
ba3838489f Core - Simplify PluginInfo and PluginFeatureInfo 2024-03-01 22:23:49 +01:00
Robert
fb59443f9a Core - Fix plugins without a version in their plugin.json always being considered incompatible 2024-02-28 23:27:31 +01:00
RobertBeekman
a340f8822e
Replace JSON.NET with System.Text.json (#840) 2024-02-28 19:31:38 +01:00
RobertBeekman
5203e95141 Core - Add migration to also migrate profile activation conditions 2024-02-25 11:45:41 +01:00
Robert
d0e354952d Merge branch 'development' into feature/cpm 2024-02-23 21:21:27 +01:00
Robert
bcf0b74fcc Clean up 2024-02-23 21:15:34 +01:00
Robert
49ed0205b7 Move migrations to storage, add Storage migration for nodes change 2024-02-23 20:58:32 +01:00
Robert
313b4a0dea Core - Fix node related warnings 2024-02-23 17:41:11 +01:00
Robert
6adcae94b4 Merge branch 'development' into feature/node-providers 2024-02-23 17:36:47 +01:00