File tree Expand file tree Collapse file tree 12 files changed +38
-25
lines changed
UnityWebBrowser.Communication.Pipes
UnityWebBrowser.Engine.Cef.Linux-x64
UnityWebBrowser.Engine.Cef.MacOS-arm64
UnityWebBrowser.Engine.Cef.MacOS-x64
UnityWebBrowser.Engine.Cef.Win-x64
UnityWebBrowser.Engine.Cef
UnityWebBrowser.Engine.Cef
UnityWebBrowser.UnityProject/Packages Expand file tree Collapse file tree 12 files changed +38
-25
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,24 @@ 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.2.6] - Unreleased
7+
8+ ## [ 2.2.6] - 2025-02-23
89
910### Added
1011
11- - Add no sandbox flag (#369 )
12+ - Added no sandbox flag (#369 )
13+ - Added headless mode (#370 )
14+
15+ ### Changed
16+
17+ - Update CEF to 133.4.2
18+ - Bump copyright year
19+
20+ ### Fixed
21+
22+ - Fixed Unity 6 showing engine packages as "pre-release" (#387 )
23+ - Engine packages are now version as ` x.x.x+<cef-major><cef-minor><cef-patch> ` , instead of ` x.x.x-<cef-major>.<cef-minor>.<cef-patch> `
24+ - Fixed non-json logs causing errors by adding ` ignoreLogProcessJsonErrors ` option (#395 )
1225
1326## [ 2.2.5] - 2024-11-13
1427
Original file line number Diff line number Diff line change 22 "name" : " dev.voltstro.unitywebbrowser.communication.pipes" ,
33 "displayName" : " Unity Web Browser Pipes Communication" ,
44 "description" : " Adds support to use pipes in UWB." ,
5- "version" : " 2.2.5 " ,
5+ "version" : " 2.2.6 " ,
66 "unity" : " 2021.3" ,
77 "author" : {
88 "name" : " Voltstro" ,
1818 "documentationUrl" : " https://projects.voltstro.dev/UnityWebBrowser/latest/" ,
1919 "licensesUrl" : " https://github.com/Voltstro-Studios/UnityWebBrowser/blob/master/LICENSE.md" ,
2020 "dependencies" : {
21- "dev.voltstro.unitywebbrowser" : " 2.2.5 " ,
21+ "dev.voltstro.unitywebbrowser" : " 2.2.6 " ,
2222 "org.nuget.voltrpc.communication.pipes" : " 3.1.0"
2323 }
2424}
Original file line number Diff line number Diff line change 22 "name" : " dev.voltstro.unitywebbrowser.engine.cef.linux.x64" ,
33 "displayName" : " Unity Web Browser CEF Engine (Linux x64)" ,
44 "description" : " CEF engine for Unity Web Browser (Linux x64)." ,
5- "version" : " 2.2.5+130116 " ,
5+ "version" : " 2.2.6+13342 " ,
66 "unity" : " 2021.3" ,
77 "author" : {
88 "name" : " Voltstro" ,
1717 "documentationUrl" : " https://projects.voltstro.dev/UnityWebBrowser/latest/articles/user/engines/#cef-engine" ,
1818 "licensesUrl" : " https://github.com/Voltstro-Studios/UnityWebBrowser/blob/master/LICENSE.md" ,
1919 "dependencies" : {
20- "dev.voltstro.unitywebbrowser.engine.cef" : " 2.2.5+130116 "
20+ "dev.voltstro.unitywebbrowser.engine.cef" : " 2.2.6+13342 "
2121 }
2222}
Original file line number Diff line number Diff line change 22 "name" : " dev.voltstro.unitywebbrowser.engine.cef.macos.arm64" ,
33 "displayName" : " Unity Web Browser CEF Engine (MacOS arm64)" ,
44 "description" : " CEF engine for Unity Web Browser (MacOS arm64)." ,
5- "version" : " 2.2.5+130116 " ,
5+ "version" : " 2.2.6+13342 " ,
66 "unity" : " 2021.2" ,
77 "author" : {
88 "name" : " Voltstro" ,
1717 "documentationUrl" : " https://projects.voltstro.dev/UnityWebBrowser/latest/articles/user/engines/#cef-engine" ,
1818 "licensesUrl" : " https://github.com/Voltstro-Studios/UnityWebBrowser/blob/master/LICENSE.md" ,
1919 "dependencies" : {
20- "dev.voltstro.unitywebbrowser.engine.cef" : " 2.2.5+130116 "
20+ "dev.voltstro.unitywebbrowser.engine.cef" : " 2.2.6+13342 "
2121 }
2222}
Original file line number Diff line number Diff line change 22 "name" : " dev.voltstro.unitywebbrowser.engine.cef.macos.x64" ,
33 "displayName" : " Unity Web Browser CEF Engine (MacOS x64)" ,
44 "description" : " CEF engine for Unity Web Browser (MacOS x64)." ,
5- "version" : " 2.2.5+130116 " ,
5+ "version" : " 2.2.6+13342 " ,
66 "unity" : " 2021.2" ,
77 "author" : {
88 "name" : " Voltstro" ,
1717 "documentationUrl" : " https://projects.voltstro.dev/UnityWebBrowser/latest/articles/user/engines/#cef-engine" ,
1818 "licensesUrl" : " https://github.com/Voltstro-Studios/UnityWebBrowser/blob/master/LICENSE.md" ,
1919 "dependencies" : {
20- "dev.voltstro.unitywebbrowser.engine.cef" : " 2.2.5+130116 "
20+ "dev.voltstro.unitywebbrowser.engine.cef" : " 2.2.6+13342 "
2121 }
2222}
Original file line number Diff line number Diff line change 22 "name" : " dev.voltstro.unitywebbrowser.engine.cef.win.x64" ,
33 "displayName" : " Unity Web Browser CEF Engine (Win x64)" ,
44 "description" : " CEF engine for Unity Web Browser (Win x64)." ,
5- "version" : " 2.2.5+130116 " ,
5+ "version" : " 2.2.6+13342 " ,
66 "unity" : " 2021.2" ,
77 "author" : {
88 "name" : " Voltstro" ,
1717 "documentationUrl" : " https://projects.voltstro.dev/UnityWebBrowser/latest/articles/user/engines/#cef-engine" ,
1818 "licensesUrl" : " https://github.com/Voltstro-Studios/UnityWebBrowser/blob/master/LICENSE.md" ,
1919 "dependencies" : {
20- "dev.voltstro.unitywebbrowser.engine.cef" : " 2.2.5+130116 "
20+ "dev.voltstro.unitywebbrowser.engine.cef" : " 2.2.6+13342 "
2121 }
2222}
Original file line number Diff line number Diff line change 22 "name" : " dev.voltstro.unitywebbrowser.engine.cef" ,
33 "displayName" : " Unity Web Browser CEF Engine" ,
44 "description" : " CEF engine for Unity Web Browser." ,
5- "version" : " 2.2.5+130116 " ,
5+ "version" : " 2.2.6+13342 " ,
66 "unity" : " 2021.3" ,
77 "author" : {
88 "name" : " Voltstro" ,
1818 "documentationUrl" : " https://projects.voltstro.dev/UnityWebBrowser/latest/articles/user/engines/#cef-engine" ,
1919 "licensesUrl" : " https://github.com/Voltstro-Studios/UnityWebBrowser/blob/master/LICENSE.md" ,
2020 "dependencies" : {
21- "dev.voltstro.unitywebbrowser" : " 2.2.5 "
21+ "dev.voltstro.unitywebbrowser" : " 2.2.6 "
2222 }
2323}
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.2.5 " ) ]
38- [ assembly: AssemblyFileVersion ( "2.2.5 " ) ]
37+ [ assembly: AssemblyVersion ( "2.2.6 " ) ]
38+ [ assembly: AssemblyFileVersion ( "2.2.6 " ) ]
3939
4040[ assembly: InternalsVisibleTo ( "VoltstroStudios.UnityWebBrowser.Prj" ) ]
4141[ assembly: InternalsVisibleTo ( "VoltstroStudios.UnityWebBrowser.Editor" ) ]
Original file line number Diff line number Diff line change 22 "name" : " dev.voltstro.unitywebbrowser" ,
33 "displayName" : " Unity Web Browser" ,
44 "description" : " Unity Web Browser (UWB) is a Unity package that allows displaying and interacting with the web from within Unity." ,
5- "version" : " 2.2.5 " ,
5+ "version" : " 2.2.6 " ,
66 "unity" : " 2021.3" ,
77 "author" : {
88 "name" : " Voltstro" ,
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.2.5 +13342" ,
3+ "version" : " 2.2.6 +13342" ,
44 "publicReleaseRefSpec" : [
55 " ^refs/heads/master$"
66 ],
You can’t perform that action at this time.
0 commit comments