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

58 Commits

Author SHA1 Message Date
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
Robert
0852769cc9 Removed BuildInfo constant
Indicate which version is currently installed in release list
2023-02-28 22:45:34 +01:00
Robert
d15244f330 Merge branch 'development' into feature/updating 2023-02-26 16:04:03 +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
Robert
0cd65a2ebf Implemented Artemis.Web.Update client 2023-02-12 16:48:16 +01:00
Robert
a5d2249593 Updating - Initial client code 2023-02-05 21:48:56 +01:00
Robert
f2ef657d00 Core - Refactor service registration 2023-02-04 23:25:48 +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
5ef6f044c4 UI - Limit satellite resource languages to English reducing install size 2022-10-31 21:53:44 +01:00
Aytaç Kayadelen
02cd0dd54c
Windows - Add current user login as trigger to startup task (#737)
Co-authored-by: Robert <mail@rbeekman.nl>
2022-10-12 22:50:02 +02:00
Robert
4a6721c97e Webserver - Upgraded EmbedIO to remove illegal byte-order-mark (BOM) 2022-10-12 22:37:07 +02:00
Robert
6a12286783 Windows - Fixed PowerShell error on Windows shutdown 2022-10-11 21:21:06 +02:00
Diogo Trindade
f0a4a9a267 Meta - Cleaned up csprojs 2022-09-30 20:45:40 +02:00
Diogo Trindade
96a8a72ae7 Meta - Removed packages.lock.json 2022-09-30 20:45:40 +02:00
Aytaç Kayadelen
1c994887f0 add Microsoft.Windows.Compatibility 6.0.0 dependency 2022-09-29 23:38:38 +03:00
Robert
32a444fbeb Auto-update - Fix URL, restoring auto-update functionality 2022-09-16 20:19:19 +02:00
Robert
b779a86d13 Event conditions - Fix start-node disconnecting
Input - Performance optimizations
2022-09-16 19:46:43 +02:00
Robert
f733ce02de Auto-update - Fix updating on non-master builds, apologies for the small update 2022-09-09 13:02:03 +02:00
Robert
3994b49f08 Windows - Fix crash when clicking on update notification
Meta - Code cleanup
2022-09-03 10:34:53 +02:00
Robert
928d9711af Core - Moved startup arguments from CoreService to Constants
Web server - Added setting to disable the web server
Web server - Added --disable-webserver startup argument to disable the web server
UI - Fixed Artemis not bringing existing instances to foreground if already running
2022-08-26 20:32:36 +02:00
Robert
f6090dc296 Code style - Use file scoped namespaces
Code style - Ran code cleanup
2022-08-21 11:36:15 +02:00
Robert
76a6ab5ca0 Visual Scripting - Removed accidental reference to ScreenCapture.NET 2022-08-21 10:05:21 +02:00
Robert
7a7d0ab387 Linux input provider - Style fixes
Nodes - Added display value node
Nodes - Updated help link
2022-08-20 21:48:46 +02:00
Robert
f9b3bc9377 Workshop - Disable in release builds 2022-08-20 18:02:35 +02:00
Robert
a2a063c136 UI - Fix build warnings
UI - Add remote controller
2022-08-20 13:42:45 +02:00
Robert
1779629bc6 CI - Turn of ready to run (comparing size) 2022-08-20 12:32:35 +02:00
Robert
6c5298902f CI - Updated to build Avalonia project
Meta - Clean up build configs
2022-08-20 11:34:25 +02:00
Robert
340a309f9a Core - Don't retry loading plugins after shutdown has been initialized
Meta - Update packages
2022-08-20 10:43:44 +02:00
Robert
34799fd440 Packages - Updated Avalonia and friends 2022-08-18 21:06:23 +02:00
Robert
39a52591b6 UI - Use AssemblyTitle instead of AssemblyName 2022-08-07 20:20:44 +02:00
Robert
faf5302975 UI - Rename each OS assembly to Artemis 2
UI - Added auto-run
UI - Added auto-update
2022-08-07 14:15:18 +02:00
Robert
5873df250d Core - Added missing property changed calls in ProfileConfiguration
Sidebar - Added suspended status indicators
2022-07-31 21:24:02 +02:00
Robert
7667cc5473 Tray icon - Fix show on click 2022-07-31 17:55:53 +02:00
Diogo Trindade
45e810c3ac UI - Fixed Tray Icon on Linux 2022-07-30 19:43:42 +01:00
Robert
4703c0890a UI - Always use dark theme 2022-07-27 20:09:23 +02:00
Robert
7759b6197f UI - Exclude Avalonia.Diagnostics in release builds 2022-07-26 23:30:54 +02:00
Robert
a2ce3b9d9c Devices - Added input identification
UI - Tweaked style and enabled Mica on Windows 11
2022-07-24 23:23:59 +02:00
Diogo Trindade
a23af68a12 Updated RGB.NET 2022-07-22 23:38:40 +01:00
Robert
75d85985a9 Plugins - Added platform support
Settings - Fixed updating issues in plugin tab
UI - Don't initialize in design mode
UI - Move ReactiveCoreWindow to Artemis.Shared
Window service - Return window created by ShowWindow
Window service - Added CreateOpenFileDialog API
2022-07-22 20:28:07 +02:00
Robert
311bdee8da Scripting - Add confirm dialog when discarding changes
Editor - Fix missing repeat mode button
Editor - Auto-save 1 sec after last change
General UI - Fix main window drag handle
2022-07-16 10:42:20 +02:00
Robert
3b4194cb9d Plugins - Ported prerequisites UI
Scripting - Ported scripting UI
2022-07-10 23:25:34 +02:00
Robert
65837e671a Device dialog - Added LEDs tab
General - Resolved lots of compile warnings (XML comments)
2022-06-19 14:19:03 +02:00
Robert
021f17aef4 General - Log fatal exceptions on all platforms 2022-06-18 22:36:52 +02:00
Robert
13d2ee0c3b Meta - Upgraded packages 2022-06-09 20:10:39 +02:00
Robert
0d3890e560 Icons - Dropped SVG support and fixed filling 2022-06-06 20:54:39 +02:00