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

2356 Commits

Author SHA1 Message Date
Robert
5f206436c3 Merge branch 'development' into feature/gh-actions 2023-03-06 22:03:07 +01:00
Robert
52d53f1d23 Plugins - Clarify lock file exception 2023-03-06 22:01:08 +01:00
Robert
4a8845e578 Simplify release install process
Fix install on startup
2023-03-06 21:58:44 +01:00
RobertBeekman
cbbd2272c6
Merge pull request #766 from Artemis-RGB/RGB.NET-Update
Rgb.net update
2023-03-06 18:03:31 +01:00
3cdd62ab12 Merge branch 'development' into RGB.NET-Update 2023-03-05 19:26:26 +01:00
a5159401e6 Updated RGB.NET to 2.0.0-prerelease.17 2023-03-05 19:26:08 +01:00
Robert
09a2f769c3 Update homepage update link (I need a build lol) 2023-03-04 19:34:54 +01:00
Robert
ee19776afa Clean up old releases 2023-03-04 19:25:31 +01:00
Robert
5d01665d6e Added update history 2023-03-04 16:30:41 +01:00
Robert
ede29aa9f9 Added channel startup argument 2023-03-03 13:35:42 +01:00
RobertBeekman
41dcec7d9c
Merge pull request #765 from Artemis-RGB/feature/reduce-allocs
Random misc fixes
2023-03-03 12:51:59 +01:00
Diogo Trindade
86f96f1308 Fixed startup wizard 2023-03-01 21:23:12 +00:00
Diogo Trindade
1b62109961 Debug - Fixed threading issue with LogStore
also made the logger viewer text searching much more efficient
2023-03-01 17:35:35 +00:00
Robert
0852769cc9 Removed BuildInfo constant
Indicate which version is currently installed in release list
2023-02-28 22:45:34 +01:00
Robert
1351796f42 Merge branch 'feature/updating' into feature/gh-actions 2023-02-26 16:06:10 +01:00
Robert
aff6ffffc8 Fix merge mistake 2023-02-26 16:06:02 +01:00
Robert
d15244f330 Merge branch 'development' into feature/updating 2023-02-26 16:04:03 +01:00
Robert
7ad279997a Change Windows RID 2023-02-26 15:23:59 +01:00
Robert
7aa9fa1a36 Improve cancelling builds 2023-02-26 15:22:02 +01:00
Robert
67a4672c66 Implemented Windows updating 2023-02-26 13:41:40 +01:00
Robert
667663dadf Clean up pending directory after installing update 2023-02-24 23:00:18 +01:00
Robert
acd005e4a2 Implemented most of the updating mechanism 2023-02-24 22:54:17 +01:00
RobertBeekman
8dea510eb6
To Numeric Node - Support converting booleans to numeric 2023-02-13 15:52:23 +01:00
Robert
7a5c018a3f HSV Node - Fix name 2023-02-12 21:31:25 +01:00
RobertBeekman
97d413183c
Merge pull request #760 from Artemis-RGB/feature/hsv-hsl
Nodes - Added more HSV and HSL nodes
2023-02-12 21:30:25 +01:00
RobertBeekman
8c56343348
Merge pull request #761 from Artemis-RGB/RGB.NET-Update
Updated RGB.NET to stay in sync with plugins
2023-02-12 21:29:47 +01:00
Robert
968b365a29 Node editor - Fixed a crash when duplicating nodes with pin collections 2023-02-12 21:27:46 +01:00
f1c5b2c14f Updated RGB.NET to stay in sync with plugins 2023-02-12 17:44:03 +01:00
Robert
f97d328f32 Merge branch 'feature/updating' into feature/gh-actions 2023-02-12 16:48:30 +01:00
Robert
0cd65a2ebf Implemented Artemis.Web.Update client 2023-02-12 16:48:16 +01:00
Diogo Trindade
0200839a26 Nodes - Added more HSV and HSL nodes 2023-02-10 11:06:52 +00:00
Robert
a5d2249593 Updating - Initial client code 2023-02-05 21:48:56 +01:00
Diogo Trindade
a7ed4de575 Debugger - Fixed possible crash when LogEvent is null
In theory this shouldn't happen, but I just got a hard crash because of it. Doesn't hurt to check.
2023-02-05 15:05:51 +00:00
Robert
64decaf0c2 Core - Refactor service registration pt 2 2023-02-04 23:32:14 +01:00
Robert
3222eae876 Updating - Initial GraphQL client commit 2023-02-04 23:29:26 +01:00
Robert
f2ef657d00 Core - Refactor service registration 2023-02-04 23:25:48 +01:00
Diogo Trindade
9f20f52b22 Core - Reduced memory allocations 2023-02-04 19:27:49 +00:00
Robert
a1086df41a Merge branch 'master' into development 2023-02-03 09:09:14 +01:00
Robert
6f7f496175 Merge branch 'development' 2023-02-03 09:09:07 +01:00
Diogo Trindade
8449b5db07
UI - Fixed Device LED UI (#756) 2023-02-02 22:17:44 +01:00
Robert
ea4ada7a8c Nodes - Renamed easing nodes to transition nodes 2023-02-02 21:14:14 +01:00
Aytaç Kayadelen
6240e42e74
Added interpolation nodes (#755)
Nodes - Added interpolation nodes
Nodes - Renamed Numeric Interpolation node to Numeric Translation
2023-02-01 21:51:09 +01:00
Diogo Trindade
b493e43c6e
UI - Added debugger log tab (#753) 2023-02-01 19:46:37 +01:00
Robert
425485b059 Nodes - Added hotkey press node 2023-01-31 00:14:51 +01:00
Robert
704bdce68b Nodes - Added hotkey toggle and hotkey enable/disable nodes 2023-01-31 00:01:05 +01:00
Robert
bef3a84e28 UI - Reinstated database backup system from before Avalonia 2023-01-30 21:01:11 +01:00
RobertBeekman
b7e723b7e9
Core/UI - Move from Ninject to DryIoc (#754) 2023-01-30 21:00:10 +01:00
Robert
ac960b8f31 Core - Nullability fixes (and I need a build) 2023-01-15 12:57:38 +01:00
Robert
3246505cc0 Merge branch 'master' into feature/gh-actions 2023-01-15 12:28:26 +01:00
Robert
fd22176dbe Merge branch 'development' 2023-01-11 22:38:21 +01:00