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 @@
-
+
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
-
+
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 @@