GeeXLab 0.56 released

Started by JeGX, December 04, 2023, 05:04:23 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

JeGX

GeeXLab 0.56.0 has been released for Windows 32/64-bit.

Release notes:
https://www.geeks3d.com/hacklab/20231203/geexlab-0-56-released/

Downloads:
https://www.geeks3d.com/geexlab/downloads/

QuoteVersion 0.56.0.0 - 2023.12.03
* (2023.12.03) GPU monitoring plugin: fixed a minor bug in the initialization of the CPU name.
+ (2023.12.01) FFmpeg plugin: added video_get_rotation() to gh_av lib.
+ (2023.11.30) added imspinner_spinner_points_arc_bounce(), imspinner_spinner_herbert_balls_3d()
  and imspinner_spinner_rotate_segments_pulsar() to gh_imgui lib.
! (2023.11.30) updated with latest imspinner lib.
* (2023.11.27) fixed a bug in the artifact scanner in Vulkan.


Version 0.55.0.0 - 2023.11.21
* (2023.11.21) GPU monitoring plugin: fixed a bug in the reading of commercial name with Intel GPUs.
+ (2023.11.19) added new Python 3.12 plugin.
+ (2023.11.19) updated curl support with version 8.4.0.
+ (2023.11.19) added begin_child_v2() and table_angled_headers_row() to gh_imgui lib.
! (2023.11.19) updated Dear ImGui with version 1.90.0.
+ (2023.11.19) added process_create(), process_is_running() and process_close()
  to gh_utils lib.
! (2023.11.19) GPU monitoring plugin: updated with NVAPI R545.
* (2023.11.18) FFmpeg plugin: fixed many small bugs (video without audio stream, audio file only)
  and improved CUDA acceleration support.
+ (2023.11.15) added hw_device_check() and hw_decoder_is_initialized() to
  gh_av_lib to check the support of hardware decoders when using FFmpeg plugin.
+ (2023.11.14) added video_init_texture_nv12() and video_update_texture_nv12()
  to gh_av lib.
* (2023.11.13) GPU monitoring plugin: fixed a bug in gh_gml.get_vram_usage() for NVIDIA GPUs.
  Now this function should work with GeForce driver >= 520 and < 520 (like 466.xx).
! (2023.11.11) FFmpeg plugin: updated with latest FFmpeg 6.1 "Heaviside".
* (2023.11.11) FFmpeg plugin: fixed a bug in initialization.