From 796c41f016e7f09d1c6337416b98bfa4be7e7fc5 Mon Sep 17 00:00:00 2001 From: Fiahblade Date: Sun, 23 Feb 2020 14:56:37 +0100 Subject: [PATCH] =?UTF-8?q?Chromely=20v5=20release=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Chromely.CefGlue/Chromely.CefGlue.csproj | 37 ++++++++++++++++---- src/Chromely.Core/Chromely.Core.csproj | 37 ++++++++++++++++---- src/Chromely/Chromely.csproj | 37 ++++++++++++++++---- 3 files changed, 93 insertions(+), 18 deletions(-) diff --git a/src/Chromely.CefGlue/Chromely.CefGlue.csproj b/src/Chromely.CefGlue/Chromely.CefGlue.csproj index 411b3472..c456e80c 100644 --- a/src/Chromely.CefGlue/Chromely.CefGlue.csproj +++ b/src/Chromely.CefGlue/Chromely.CefGlue.csproj @@ -6,26 +6,51 @@ 5.0.77.0-pre04 5.77.0.0 5.0.77.0 - 5.0.77.0-pre04 + 5.0.77.0 false true Chromely.CefGlue Chromely Projects Chromely Projects Copyright © 2017-2020 Chromely Projects - https://github.com/chromelyapps/Chromely/blob/master/LICENSE.md https://github.com/chromelyapps/Chromely chromely.png Cef Chromium HTML5 Desktop Chromely CefGlue Restful Ajax HTTP XHR MessageRouter .NET Core Chromely CefGlue implementation library - this is in .NET Standard 2.0 as it can be used in both .NET (Windows) and .NET Core (Windows, Linux, MacOS). Chromely.CefGlue version naming is based Chromely and Chromium versions implemented- major.minor.chromuim version.patch e.g 1.0.70.0. - - Breaking changes! - - .NET Core 3.0 and MacOS Support - https://github.com/chromelyapps/Chromely/wiki/Migration-to-.NET-Core-3-and-MacOS-Support - +Projects Structure +- All projects are now .NET Standard 2.0 +- Chromely.Core - no dependencies. +- Chromely.CefGlue - depends on Chromely.Core and embeds CefGlue source code and CefGlue default handlers. +- Chromely - primary - depends on Chromely.CefGlue and includes native gui implementation for Win, Linux and MacOS. All other non-CefGlue customization will be done here. + +New Features +- MacOS support using native Cocoa API +- Full IOC - #106 +- MVC- styled controller actions as discussed in #91 +- LitJson was replaced by System.Text.Json. +- Optional configuration file - chromelyconfig.json +- Storable App/User settings - IChromelyAppSettings. +- Configuration has received a facelift (see more info link below for more info). + +Fixes +- Fixed WinAPIHost not respecting WindowTitle (Windows) +- ToolTips (html-title) working and positioned correctly. (Linux) + +Deprecation & Discontinued +- Winapi was removed in favour of .NET Core 3. Win32 pinvoke functionalities will be sourced in pinvoke.net, shintadono's Win32 and other MIT licensed projects. +- CefSharp is no longer supported. +- Default Sup-process was removed for Windows. Sub-process is configurable and developers who need it can include sub-process fullpath in configuration. +- Real-time with Websocket server was removed. + +For more info please see +https://github.com/chromelyapps/Chromely/releases/tag/v5.0.0 + Github Repository https://github.com/chromelyapps/Chromely Debug;Release;ReleaseLinux;DebugLinux true + MIT @@ -62,7 +87,7 @@ - + \ No newline at end of file diff --git a/src/Chromely.Core/Chromely.Core.csproj b/src/Chromely.Core/Chromely.Core.csproj index f294bc26..56fa6ecc 100644 --- a/src/Chromely.Core/Chromely.Core.csproj +++ b/src/Chromely.Core/Chromely.Core.csproj @@ -6,26 +6,51 @@ 5.0.0.0-pre04 5.0.0.0 5.0.0.0 - 5.0.0.0-pre04 + 5.0.0.0 Chromely.Core Chromely Projects Chromely Projects Cef Chromium HTML5 Desktop Chromely CefGlue Restful Ajax HTTP XHR MessageRouter NetStandard .NET Core This is a .NET Standard library. It is the base/core library required to build Chromely CefGlue apps on Windows, Linux and MacOS. Copyright © 2017-2020 Chromely Projects - https://github.com/chromelyapps/Chromely/blob/master/LICENSE.md https://github.com/chromelyapps/Chromely chromely.png true false - - Breaking changes! - - .NET Core 3.0 and MacOS Support - https://github.com/chromelyapps/Chromely/wiki/Migration-to-.NET-Core-3-and-MacOS-Support - +Projects Structure +- All projects are now .NET Standard 2.0 +- Chromely.Core - no dependencies. +- Chromely.CefGlue - depends on Chromely.Core and embeds CefGlue source code and CefGlue default handlers. +- Chromely - primary - depends on Chromely.CefGlue and includes native gui implementation for Win, Linux and MacOS. All other non-CefGlue customization will be done here. + +New Features +- MacOS support using native Cocoa API +- Full IOC - #106 +- MVC- styled controller actions as discussed in #91 +- LitJson was replaced by System.Text.Json. +- Optional configuration file - chromelyconfig.json +- Storable App/User settings - IChromelyAppSettings. +- Configuration has received a facelift (see more info link below for more info). + +Fixes +- Fixed WinAPIHost not respecting WindowTitle (Windows) +- ToolTips (html-title) working and positioned correctly. (Linux) + +Deprecation & Discontinued +- Winapi was removed in favour of .NET Core 3. Win32 pinvoke functionalities will be sourced in pinvoke.net, shintadono's Win32 and other MIT licensed projects. +- CefSharp is no longer supported. +- Default Sup-process was removed for Windows. Sub-process is configurable and developers who need it can include sub-process fullpath in configuration. +- Real-time with Websocket server was removed. + +For more info please see +https://github.com/chromelyapps/Chromely/releases/tag/v5.0.0 + https://github.com/chromelyapps/Chromely Github Repository Debug;Release;ReleaseLinux;DebugLinux true + MIT @@ -55,7 +80,7 @@ - + \ No newline at end of file diff --git a/src/Chromely/Chromely.csproj b/src/Chromely/Chromely.csproj index 1767dfd0..4594e03d 100644 --- a/src/Chromely/Chromely.csproj +++ b/src/Chromely/Chromely.csproj @@ -6,26 +6,51 @@ 5.0.77.0-pre04 5.77.0.0 5.0.77.0 - 5.0.77.0-pre04 + 5.0.77.0 false true Chromely Chromely Projects Chromely Projects Copyright © 2017-2020 Chromely Projects - https://github.com/chromelyapps/Chromely/blob/master/LICENSE.md https://github.com/chromelyapps/Chromely chromely.png Cef Chromium HTML5 Desktop Chromely CefGlue Restful Ajax HTTP XHR MessageRouter .NET Core Primary Chromely implementation library - this is in .NET Standard 2.0 as it can be used in both .NET (Windows) and .NET Core (Windows, Linux, MacOS). Chromely version naming is based Chromely and Chromium versions implemented- major.minor.chromuim version.patch e.g 1.0.70.0. - - Breaking changes! - - .NET Core 3.0 and MacOS Support - https://github.com/chromelyapps/Chromely/wiki/Migration-to-.NET-Core-3-and-MacOS-Support - +Projects Structure +- All projects are now .NET Standard 2.0 +- Chromely.Core - no dependencies. +- Chromely.CefGlue - depends on Chromely.Core and embeds CefGlue source code and CefGlue default handlers. +- Chromely - primary - depends on Chromely.CefGlue and includes native gui implementation for Win, Linux and MacOS. All other non-CefGlue customization will be done here. + +New Features +- MacOS support using native Cocoa API +- Full IOC - #106 +- MVC- styled controller actions as discussed in #91 +- LitJson was replaced by System.Text.Json. +- Optional configuration file - chromelyconfig.json +- Storable App/User settings - IChromelyAppSettings. +- Configuration has received a facelift (see more info link below for more info). + +Fixes +- Fixed WinAPIHost not respecting WindowTitle (Windows) +- ToolTips (html-title) working and positioned correctly. (Linux) + +Deprecation & Discontinued +- Winapi was removed in favour of .NET Core 3. Win32 pinvoke functionalities will be sourced in pinvoke.net, shintadono's Win32 and other MIT licensed projects. +- CefSharp is no longer supported. +- Default Sup-process was removed for Windows. Sub-process is configurable and developers who need it can include sub-process fullpath in configuration. +- Real-time with Websocket server was removed. + +For more info please see +https://github.com/chromelyapps/Chromely/releases/tag/v5.0.0 + Github Repository https://github.com/chromelyapps/Chromely Debug;Release;ReleaseLinux;DebugLinux true + MIT @@ -49,7 +74,7 @@ - +