Chromely 5.0.77
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.
See the version list below for details.
Install-Package Chromely -Version 5.0.77
dotnet add package Chromely --version 5.0.77
<PackageReference Include="Chromely" Version="5.0.77" />
paket add Chromely --version 5.0.77
Release Notes
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
Dependencies
-
.NETStandard 2.0
- Chromely.CefGlue (>= 5.0.77)
- Chromely.Core (>= 5.0.0)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Chromely:
Package | Downloads |
---|---|
Chromely.Mvc
An MVC API framework for Chromely
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Chromely:
Repository | Stars |
---|---|
GameBelial/ZonyLrcToolsX
ZonyLrcToolsX 是一个能够方便地下载歌词的小软件。
|
Version History
Version | Downloads | Last updated |
---|---|---|
5.1.86 | 336 | 12/17/2020 |
5.1.83.1 | 591 | 11/8/2020 |
5.1.83 | 219 | 10/25/2020 |
5.1.83-pre02 | 268 | 9/21/2020 |
5.1.83-pre01 | 211 | 8/22/2020 |
5.0.83 | 870 | 7/22/2020 |
5.0.81.2 | 182 | 7/22/2020 |
5.0.79 | 917 | 5/10/2020 |
5.0.77.3 | 335 | 4/19/2020 |
5.0.77.2 | 223 | 4/11/2020 |
5.0.77.1 | 1,202 | 3/3/2020 |
5.0.77 | 772 | 2/23/2020 |
5.0.77-pre04 | 272 | 2/10/2020 |
5.0.77-pre03 | 306 | 1/5/2020 |
5.0.77-pre02 | 202 | 1/5/2020 |
5.0.77-pre01 | 438 | 11/28/2019 |