
|
Downloads
|
1 – Release Notes
A new version of GeeXLab is available for Windows 64-bit, Windows 32-bit and Linux 64-bit (GLIBC 2.23). It’s essentially a maintenance release that fixes some bugs and improve / update some functions and libraries. See the changelog for all details.
2 – Changelog
This changelog is intended for all versions of GeeXLab.
Full changelog from beginning of time is available HERE.
Version 0.41.4 - 2021.03.08 ! (2021.03.08) GPU monitoring plugin: added support of NVIDIA GeForce RTX 3060, CMP 30HX, CMP 40HX and AMD Radeon RX 6700 XT. ! (2021.03.08) updated the content of the CSV file generated at the end of a benchmark. Now strings are between double quotes (see here). MaxGpuTemp field has been removed. ! (2021.03.08) updated Python 3 plugin with Python 3.9.2. * (2021.03.08) updated FFmpeg plugin with FFmpeg 4.3.2. Version 0.41.3 - 2021.02.23 * (2021.02.23) fixed once again utf8 / wide characters support on Linux (for YAFFplayer). Version 0.41.2 - 2021.02.18 * (2021.02.18) command line reading (gh_utils.get_command_line()) now supports wide characters / unicode on Windows platform. * (2021.02.18) fixed once again wide characters / unicode support on Linux and Windows for the following functions: gh_font.get_text_width_w(), gh_font.draw_wtext_2d(), gh_font.draw_wtext_2d_v2() and gh_utils.drop_files_get_file_by_index_w(). Version 0.41.1 - 2021.02.16 ! (2021.02.16) fixed wide characters / unicode support on Linux for the following functions: gh_font.get_text_width_w(), gh_font.draw_wtext_2d(), gh_font.draw_wtext_2d_v2() and gh_utils.drop_files_get_file_by_index_w(). Version 0.41.0 - 2021.02.12 ! (2021.02.12) updated Dear ImGui with version 1.81. * (2021.02.11) fixed screenshot functions (gh_utils.do_screenshot_xx()) for Vulkan demos. + (2021.02.09) renamed some functions of gh_vk: - new: descriptorset_add_geometry - old: descriptorset_push_geometry_core - new: descriptorset_build_geometries_vertices_arrays - old: descriptorset_add_all_geometry_cores_vertices - new: descriptorset_build_geometries_indices_arrays- old: descriptorset_add_all_geometry_cores_indices + (2021.02.06) added vk_add_spirv_module_zip() to gh_gpu_program. ! (2021.02.06) updated built-in SQLite support with latest SQLite 3.34.1. * (2021.02.04) fixed texture creation crash in Vulkan with floating point based formats. ! (2021.02.02) improved unicode support for drag and drop files. New functions added: gh_utils.drop_files_get_file_by_index_w() and gh_font.get_text_width_w().