GeeXLab 0.49 released

Started by JeGX, November 30, 2022, 06:29:28 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JeGX

GeeXLab 0.49.1 has been released for Windows and Linux.

Release notes:
https://www.geeks3d.com/hacklab/20221130/geexlab-0-49-released-for-windows-and-linux/

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

QuoteVersion 0.49.1.0 - 2022.11.30
! (2022.11.30) updated with Dear ImGui 1.89.1 bugfix release.

Version 0.49.0.0 - 2022.11.22
! (2022.11.22) updated FFmpeg plugin with SDL2 2.0.26 library.
+ (2022.11.22) [GPU monitoring] added get_num_fans() and get_fan_speed_v2() to
  gh_gml libary.
! (2022.11.18) GPU monitoring plugin: updated with NVAPI R525.
+ (2022.11.17) added a set of functions in gh_imgui to draw some spinners...
! (2022.11.17) updated with latest Dear ImGui 1.89 final.
! (2022.11.17) updated with latest SQLite 3.40.
! (2022.11.17) Lua engine: updated the maximum size for the
  description of the source of a function in debug information
  from 60 bytes to 512 bytes.
+ (2022.11.15) GPU monitoring plugin: added support of GeForce RTX 4090
  and RTX 4080.
* (2022.11.07) (Windows) GPU monitoring plugin: NVIDIA detection now uses
  the nvml library shipped with the graphics driver.
! (2022.11.07) (Windows) improved resize message handling in
  monitoring mode.
+ (2022.11.04) added support of Python 3.11.
! (2022.11.01) updated curl support with latest version 7.86.0.
! (2022.10.21) GPU monitoring plugin: updated Intel Arc GPU monitoring support:
  Intel Arc A770, Arc A750 and Arc A380.
! (2022.10.21) GPU monitoring plugin: updated with NVAPI R520.
* (2022.10.19) (windows) fixed a bug in the grab frame function of the webcam module.
  Fixed the return value of gh_utils.webcam_grab_frame().
+ (2022.10.16) added multisampling support in the Vulkan plugin (2X / 4X / 8X MSAA).
! (2022.10.15) a Vulkan instance is now created with version 1.1 (VK_API_VERSION_1_1).
  For raytracing, version 1.2 is recommended.
! (2022.10.12) updated Python 3.10 plugin with latest Python 3.10.8 binaries.
! (2022.10.12) GPU monitoring plugin: added support of GeForce RTX 3060 Ti GDDR6X,
  RTX 3060 GDDR6X.
+ (2022.10.06) added implot_begin_plot_v2(), implot_setup_finish(),
  implot_setup_axis(), implot_setup_axis_limits(), implot_setup_axis_format(),
  implot_setup_axis_scale(), implot_setup_legend(),
  implot_setup_mouse_text() to gh_imgui.
! (2022.10.06) updated implot_draw_plotline(), implot_draw_plotscatter() and
  implot_draw_plotshaded() of gh_img lib with flags paramaters.
! (2022.10.06) updated ImPlot with version 0.14.
! (2022.10.06) updated SQLite engine with latest version 3.39.4
! (2022.10.06) updated OpenVR plugin with OpenVR SDK 1.23.7.
+ (2022.10.05) added system_exe() to gh_utils.

JeGX

GeeXLab 0.49.3 has been released for Windows 64-bit and Linux 64-bit.
The following tools have been updated with GeeXLab 0.49.3:
- H4shG3n 0.5.2
- YAFFplayer 0.5.16
- FurMark 2.0.4 beta
- GPU Shark 2 v1.0.5 beta

GeeXLab 0.49.2 has been released for macOS M1/arm64.

Release notes:
https://www.geeks3d.com/hacklab/20221130/geexlab-0-49-released-for-windows-and-linux/

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

Changelog:
QuoteVersion 0.49.3.0 - 2023.01.06
! (2023.01.06) Linux: the 3D window can now be resized or NOT (resizable
  attribute in the XML window node now works).
! (2023.01.04) GPU monitoring: added support of GeForce RTX 4070 Ti.
! (2023.01.04) updated imspinner with latest version (2023.01.03).
! (2023.01.04) updated SQLite engine with latest version 3.40.1

Version 0.49.2.0 - 2022.12.17
! (2022.12.17) updated parameters of gh_imgui.imspinner_spinner_dots() and
  gh_imgui.imspinner_spinner_fluid().
+ (2022.12.16) added get_dpi_scale(), get_system_dpi(), get_dpi_for_window(),
  get_dpi_for_monitor() and get_dpi_for_monitor_v2() to gh_utils lib.
  These functions allow to deal with high DPI scale on Windows platform.
+ (2022.12.16) added kill_all_fonts() to gh_imgui lib.
+ (2022.12.16) added get_size_xml() to gh_window lib.
! (2022.12.16) Python 3 plugin updated with latest Python 3.11.1.
+ (2022.12.14) GPU monitoring plugin: preliminary support of the new
  AMD ADLX library.
+ (2022.12.13) GPU monitoring plugin: added support of Radeon RX 7900 XTX
  and RX 7900 XT.
* (2022.12.04) GPU monitoring plugin: fixed a bug in the detection of
  Radeon GPUs.