File tree Expand file tree Collapse file tree 9 files changed +34
-14
lines changed
UnityWebBrowser.Engine.Cef.Linux-x64
UnityWebBrowser.Engine.Cef.Win-x64
UnityWebBrowser.Engine.Cef
UnityWebBrowser.Engine.Cef
UnityWebBrowser.UnityProject/Packages Expand file tree Collapse file tree 9 files changed +34
-14
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 2.1.1] - 2024-03-22
8+
9+ ### Added
10+
11+ - Added Dynamic Runtime Sample
12+
13+ ### Changed
14+
15+ - Bump deps
16+ - Updated CEF to 122.1.13
17+ - Updated basic sample description
18+
19+ ### Fixed
20+
21+ - Implemented a handful of fixes to attempt to resolve issue #166
22+ - Prevent engine process lingering when main parent process dies
23+ - Uses Job Objects on Windows
24+ - Uses prctl on Linux
25+ - Errors related to binding ports are no longer swallowed
26+
727## [ 2.1.0] - 2024-02-18
828
929### Added
Original file line number Diff line number Diff line change 1313 "changelogUrl" : " https://projects.voltstro.dev/UnityWebBrowser/changelog/" ,
1414 "unity" : " 2021.2" ,
1515 "dependencies" : {
16- "dev.voltstro.unitywebbrowser.engine.cef" : " 2.1.0 -122.1.13" ,
16+ "dev.voltstro.unitywebbrowser.engine.cef" : " 2.1.1 -122.1.13" ,
1717 "dev.voltstro.unitywebbrowser.unix-support" : " 1.0.0"
1818 },
1919 "documentationUrl" : " https://projects.voltstro.dev/UnityWebBrowser/" ,
2020 "description" : " CEF Engine for Unity Web Browser (Linux x64)" ,
2121 "displayName" : " Unity Web Browser CEF Engine (Linux x64)" ,
22- "version" : " 2.1.0 -122.1.13"
22+ "version" : " 2.1.1 -122.1.13"
2323}
Original file line number Diff line number Diff line change 1313 "changelogUrl" : " https://projects.voltstro.dev/UnityWebBrowser/changelog/" ,
1414 "unity" : " 2021.2" ,
1515 "dependencies" : {
16- "dev.voltstro.unitywebbrowser.engine.cef" : " 2.1.0 -122.1.13"
16+ "dev.voltstro.unitywebbrowser.engine.cef" : " 2.1.1 -122.1.13"
1717 },
1818 "documentationUrl" : " https://projects.voltstro.dev/UnityWebBrowser/" ,
1919 "description" : " CEF Engine for Unity Web Browser (Windows x64)" ,
2020 "displayName" : " Unity Web Browser CEF Engine (Windows x64)" ,
21- "version" : " 2.1.0 -122.1.13"
21+ "version" : " 2.1.1 -122.1.13"
2222}
Original file line number Diff line number Diff line change 33 "changelogUrl" : " https://projects.voltstro.dev/UnityWebBrowser/changelog/" ,
44 "description" : " CEF Engine for Unity Web Browser" ,
55 "documentationUrl" : " https://projects.voltstro.dev/UnityWebBrowser/" ,
6- "version" : " 2.1.0 -122.1.13" ,
6+ "version" : " 2.1.1 -122.1.13" ,
77 "author" : {
8899 "url" : " https://voltstro.dev" ,
1010 "name" : " Voltstro"
1111 },
1212 "unity" : " 2021.3" ,
1313 "dependencies" : {
14- "dev.voltstro.unitywebbrowser" : " 2.0.2 "
14+ "dev.voltstro.unitywebbrowser" : " 2.1.1 "
1515 },
1616 "licensesUrl" : " https://github.com/Voltstro-Studios/UnityWebBrowser/blob/master/LICENSE.md" ,
1717 "repository" : {
Original file line number Diff line number Diff line change 3434// You can specify all the values or you can default the Build and Revision Numbers
3535// by using the '*' as shown below:
3636// [assembly: AssemblyVersion("1.0.*")]
37- [ assembly: AssemblyVersion ( "2.1.0 " ) ]
38- [ assembly: AssemblyFileVersion ( "2.1.0 " ) ]
37+ [ assembly: AssemblyVersion ( "2.1.1 " ) ]
38+ [ assembly: AssemblyFileVersion ( "2.1.1 " ) ]
3939
4040[ assembly: InternalsVisibleTo ( "VoltstroStudios.UnityWebBrowser.Prj" ) ]
4141[ assembly: InternalsVisibleTo ( "VoltstroStudios.UnityWebBrowser.Editor" ) ]
Original file line number Diff line number Diff line change 11{
22 "name" : " dev.voltstro.unitywebbrowser" ,
33 "displayName" : " Unity Web Browser" ,
4- "version" : " 2.1.0 " ,
4+ "version" : " 2.1.1 " ,
55 "unity" : " 2021.3" ,
66 "description" : " Unity Web Browser (UWB) is a Unity package that allows displaying and interacting with the web from within Unity." ,
77 "author" : {
Original file line number Diff line number Diff line change 1010 <ApplicationIcon >chromium-logo.ico</ApplicationIcon >
1111 <Description >External process to handel rendering with CEF</Description >
1212 <RuntimeIdentifiers >win-x64;linux-x64;osx-x64</RuntimeIdentifiers >
13- <Version >2.1.0 -122.1.13</Version >
13+ <Version >2.1.1 -122.1.13</Version >
1414 <DefineConstants >BROWSER_PROCESS</DefineConstants >
1515 </PropertyGroup >
1616
Original file line number Diff line number Diff line change 173173 "depth" : 0 ,
174174 "source" : " local" ,
175175 "dependencies" : {
176- "dev.voltstro.unitywebbrowser" : " 2.0.2 "
176+ "dev.voltstro.unitywebbrowser" : " 2.1.1 "
177177 }
178178 },
179179 "dev.voltstro.unitywebbrowser.engine.cef.linux.x64" : {
180180 "version" : " file:../../Packages/UnityWebBrowser.Engine.Cef.Linux-x64" ,
181181 "depth" : 0 ,
182182 "source" : " local" ,
183183 "dependencies" : {
184- "dev.voltstro.unitywebbrowser.engine.cef" : " 2.1.0 -122.1.13" ,
184+ "dev.voltstro.unitywebbrowser.engine.cef" : " 2.1.1 -122.1.13" ,
185185 "dev.voltstro.unitywebbrowser.unix-support" : " 1.0.0"
186186 }
187187 },
199199 "depth" : 0 ,
200200 "source" : " local" ,
201201 "dependencies" : {
202- "dev.voltstro.unitywebbrowser.engine.cef" : " 2.1.0 -122.1.13"
202+ "dev.voltstro.unitywebbrowser.engine.cef" : " 2.1.1 -122.1.13"
203203 }
204204 },
205205 "dev.voltstro.unitywebbrowser.unix-support" : {
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3- "version" : " 2.1.0 " ,
3+ "version" : " 2.1.1 " ,
44 "publicReleaseRefSpec" : [
55 " ^refs/heads/master$" ,
66 " ^refs/heads/v\\ d+(?:\\ .\\ d+)?$"
You can’t perform that action at this time.
0 commit comments