diff --git a/CHANGELOG b/CHANGELOG index f175af6b..e781689b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,10 +9,19 @@ https://glvis.org -Version 4.3.1 (development) -=========================== +Version 4.3.2 released on Sep 27, 2024 +====================================== -- Fix the Mac binary build in GitHub CI. +- Fixed the Mac binary build in GitHub CI and provided a signed and notarized + version for download from the website. + +- Fixed handling of key press events to work with localized layouts and enable + key translation with 'AltGr'. + +- Updated JavaScript bindings to fix issues in glvis-js and pyglvis, and added + support for quadrature data visualization. + +- Fixed visualization of 1D data and added a regression test. - Miscellaneous CI improvements including: generating image diffs for tests, set `fail-fast: false` so that tests always run, rename artifacts to help diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c55d7beb..40dff310 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@

-Release +Release Build License Doxygen diff --git a/README.md b/README.md index 3cde3bd0..a8c05f5c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ https://glvis.org -Release +Release Build License Doxygen diff --git a/share/Info.cmake.plist.in b/share/Info.cmake.plist.in index 72cccb8c..3e26125b 100644 --- a/share/Info.cmake.plist.in +++ b/share/Info.cmake.plist.in @@ -11,7 +11,7 @@ CFBundleIconFile GLVis.icns CFBundleShortVersionString - 4.3 + 4.3.2 CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType diff --git a/share/Info.plist b/share/Info.plist index df1d57ee..db955e36 100644 --- a/share/Info.plist +++ b/share/Info.plist @@ -11,7 +11,7 @@ CFBundleIconFile GLVis.icns CFBundleShortVersionString - 4.3 + 4.3.2 CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType diff --git a/vcpkg.json b/vcpkg.json index 05fd3282..6a041195 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", "name": "glvis", - "version": "4.3", + "version": "4.3.2", "dependencies": [ "fontconfig", "freetype",