自动化收集Unity版本更新日志

发布于:2024-04-20 ⋅ 阅读:(26) ⋅ 点赞:(0)

🍥功能介绍

💡获取指定年份中所有的Unity版本更新日志。
💡根据指定字符串过滤。
💡.收集后自动保存成markdown表格。
💡支持多个程序同时搜集

🥪食用手册

💡解压自动搜集程序👈
💡运行GetUnityWhatUpdate.exe

填写配置

💡 获取Unity版本号的URL:默认是当年上一年的所有版本,
💡你也可以自己查,打开Unity下载页面
在这里插入图片描述
💡切换选项后可以看到地址更新了,就把更新的地址复制过来即可:
在这里插入图片描述
💡搜索内容就填想要搜的关键字,默认是搜索WebGL:

开始搜集

💡Search: 点击按钮后就会自动搜索
请添加图片描述
💡结束后以表格的形式保存到markdown文件中(output_xxx.md),并自动打开保存位置
在这里插入图片描述

在这里插入图片描述
在这里插入图片描述

🍨数据展示

版本 更新内容
2023.2.17 WebGL: Fixed an issue that prevented multithreaded builds from working if user repeatedly upgraded and then downgraded their project.(UUM-33218)
2023.2.17 WebGL: Fixed issue using WebcamTexture.GetPixel(s) functions would return blank textures using the WebGL graphics API.(UUM-46144)
2023.2.17 WebGL: Improved IndexedDB filesystem performance by avoiding redundant filesystem persistence operations.(UUM-65276)
2023.2.17 WebGL: Remove “The PlayerLoop has been called recursively.” error message spam.(UUM-55075)
2023.2.14 WebGL: Fixed Orientation Lock code to not crash when run on iOS Safari’s new partially complete implementation of screen.orientation API.(UUM-49634)
2023.2.13 WebGL: Update AudioClip.frequency to return the effective WebAudio AudioBuffer sampleRate value.(UUM-47637)
2023.2.12 WebGL: Fix for Render Texture depth buffers sometimes not being cleared properly(UUM-57343)
2023.2.7 WebGL: Fixed a bug causing audio to skip forward when using AudioClip.Pause() and AudioClip.Resume().(UUM-54675)
2023.2.7 WebGL: Improved texture memory usage for Text Mesh Pro font textures on WebGL2 by enabling support for Alpha8 texture format.(UUM-59366)
2023.2.5 WebGL: Fixed an issue that causes a parsing error due to misplaced regex.(UUM-21896)
2023.2.2 WebGL: Fixed a bug that caused for input to not be released when focus was removed from canvas on Windows Chrome.(UUM-53519)
2023.2.2 WebGL: Fixed an error when sending long strings with gameInstance.SendMessage.(UUM-49331)
2023.2.0 WebGL: Added Player build options for WebAssembly language features: BigInt, WebAssembly.Table, and experimental native C/C++ multithreading. In addition to generating smaller code size, enabling both BigInt and WebAssembly.Table features improves the build times of Development builds.
2023.2.0 WebGL: Updated WebGL platform to version Emscripten 3.1.38-unity.
2023.2.0 WebGL: Updated WebGL platform version to Emscripten 3.1.38-unity.
2023.2.0 WebGL: Centered the loading bar in PWA WebGL template.(UUM-27941)
2023.2.0 WebGL: Fixed a regression introduced in Unity 2022.1.0f1. Calling the JavaScript function unityInstance.Quit() no longer causes the garbage collector to fail when reclaiming web page content.(UUM-31710)
2023.2.0 WebGL: Fixed an issue that prevented background images from loading when compression was enabled for Web platform applications.(UUM-8692)
2023.2.0 WebGL: Fixed an issue where an incorrect regex in the WebGL system info user agent caused a linter to run.(UUM-34348)
2023.2.0 WebGL: Fixed an issue where C++ function names would not be properly generated in the output symbols.json file.(UUM-28034)
2023.2.0 WebGL: Fixed an issue where webCamTexture.DidUpdateThisFrame did not update correctly.(UUM-29274)
2023.2.0 WebGL: Fixed an issue with multithreaded WebGL builds trapping on a function signature exception when switching between scenes.
2023.2.0 WebGL: Fixed Build and Run for WebGL to establish needed COOP, COEP, and CORP headers for web browsers to enable SharedArrayBuffer multithreading.(UUM-33017)
2023.2.0 WebGL: Fixed the FMOD console errors when a scene is reloaded.(UUM-19241)
2023.2.0 WebGL: Fixed the playback of MP3 audio files loaded via UnityWebRequest on Safari.(UUM-25389)
2023.2.0 WebGL: Fixed the rendering issue on Apple M1 GPUs with Depth Priming is enabled for URP.(UUM-40225)
2023.1.19 WebGL: Added separate build settings options for Master builds with LTO. This lets developers get faster Release builds (if iterating in Release mode is for some reason needed and iterating on Development builds cannot be used), and enables sidestepping any issues stemming from LLVM LTO optimizer.(UUM-43755)
2023.1.17 WebGL: Fixed rendering issues on Apple M1 GPUs when Depth Priming is enabled for URP.(UUM-40225)
2023.1.14 WebGL: Fixed Build & Run for WebGL platform to establish needed COOP, COEP and CORP headers for web browsers to enable SharedArrayBuffer multithreading.(UUM-33017)
2023.1.13 WebGL: Fixed an issue with multithreaded WebGL builds trapping on a function signature exception when switching between scenes.(UUM-33233)
2023.1.12 WebGL: Resolve an issue making the WebGL player attempt to retry editor connections on unsupported network ports.(UUM-44239)
2023.1.10 WebGL: Fixed a bug where the application’s background image wouldn’t appear while loading if compression was enabled.(UUM-8692)
2023.1.8 WebGL: Moved BrowserifyJSTool to the WebGL area since its only used by the WebGL build.(UUM-34020)
2023.1.7 WebGL: Fixed an issue where C++ function names would not be properly generated in the output symbols.json file.(UUM-28034)
2023.1.1 WebGL: - Fixed webCamTexture.DidUpdateThisFrame not getting correctly updated(UUM-29274)
2023.1.0 WebGL: Fixed a missing backslash in WebGL system info user agent regex that triggered a JS linter.(UUM-34348)
2023.1.0 WebGL: Fixed WebGL build when “Name Files As Hashes” is enabled.(UUM-36100)
2023.1.0 WebGL: Improved the build system so that failing builds will no longer emit an unusable index.html to the build output directory.
2023.1.0 WebGL: Added streaming download of response body in UnityWebRequest.(UUM-1149)
2023.1.0 WebGL: Fixed a bug where losing focus on the player would cause buttons to become stuck.(UUM-3230)
2023.1.0 WebGL: Fixed a bug where pressing the CMD key on Safari would cause buttons to become stuck.(UUM-12013)
2023.1.0 WebGL: Fixed a bug where the soft keyboard had incorrect formatting leading to excess whitespace.(UUM-1161)
2023.1.0 WebGL: Fixed a missing backslash in WebGL system info user agent regex that triggered a JS linter.(UUM-34348)
2023.1.0 WebGL: Fixed a regression since Unity 2022.1.0f1 where calling unityInstance.Quit() in JavaScript code would not properly let the web page contents be reclaimed by the GC.(UUM-31710)
2023.1.0 WebGL: Fixed an issue where a startup error might not be programmatically available in a Promise rejection returned by createUnityInstance() function.
2023.1.0 WebGL: Fixed an issue where a startup error might not be programmatically available in a Promise rejection returned by createUnityInstance() function.
2023.1.0 WebGL: Fixed an issue where the soft keyboard would leave whitespace at the bottom of the page after being dismissed.(UUM-1159)
2023.1.0 WebGL: Fixed bug where the rendering canvas wasn’t resizing when changing orientation.(UUM-1135)
2023.1.0 WebGL: Fixed connection issue between the WebGL player and the profiler.(UUM-798)
2023.1.0 WebGL: Fixed FMOD console errors when a scene is reloaded.(UUM-19241)
2023.1.0 WebGL: Fixed missing bitfieldExtract() function error in URP Lit shader in WebGL builds.(UUM-34043)
2023.1.0 WebGL: Fixed playback of mp3 audio files loaded via UnityWebRequest on Safari.(UUM-25389)
2023.1.0 WebGL: Fixed the loading bar in PWA WebGL template and it is centered.(UUM-27941)
2023.1.0 WebGL: Fixed the WebGL shader preprocessor to handle WebGL shaders that were failing.(UUM-732)
2023.1.0 WebGL: Fixed WebGL build when “Name Files As Hashes” is enabled.(UUM-36100)
2023.1.0 WebGL: Improved WebAssembly build options to avoid long link times. Added a new Release build option that is focused on faster build speeds, but note that Development builds are the fastest for iteration.(UUM-15615)