From 1d63df7519d49ba9680bf544742562b428a33c5a Mon Sep 17 00:00:00 2001 From: Tzanio Kolev Date: Fri, 27 Sep 2024 10:13:44 -0700 Subject: [PATCH 1/5] The glvis-4.3.2 release date is 9/27/24 --- CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f175af6b..0a7bd66c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,8 +9,8 @@ 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. From 4dd58681a343a091796c7e58bc84ed9144f7ca33 Mon Sep 17 00:00:00 2001 From: Jan Nikl Date: Fri, 27 Sep 2024 10:29:40 -0700 Subject: [PATCH 2/5] Update CHANGELOG Updated for #307, #309 and #316 . --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 0a7bd66c..847273be 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -18,6 +18,11 @@ Version 4.3.2 released on Sep 27, 2024 set `fail-fast: false` so that tests always run, rename artifacts to help avoid confusion, code-cleanup/light refactoring. +- Fixed handling of key press events to work with localized layouts and enable + key translation with 'AltGr'. + +- Fixed visualization of 1D data and added a regression test. + Version 4.3 released on Aug 7, 2024 =================================== From 2efca696fa3c68f614d2cf0b2877b0f49719c82e Mon Sep 17 00:00:00 2001 From: Tzanio Kolev Date: Fri, 27 Sep 2024 10:31:10 -0700 Subject: [PATCH 3/5] glvis-4.3.2 changes --- CHANGELOG | 3 ++- CONTRIBUTING.md | 2 +- README.md | 2 +- share/Info.cmake.plist.in | 2 +- share/Info.plist | 2 +- vcpkg.json | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0a7bd66c..68478825 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,7 +12,8 @@ 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. - 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", From f9ad354516f2dc99dd6ca22b57751c58a4d102cc Mon Sep 17 00:00:00 2001 From: Justin Laughlin Date: Fri, 27 Sep 2024 13:48:01 -0700 Subject: [PATCH 4/5] Update CHANGELOG --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 3e3a81f0..74182621 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -24,6 +24,9 @@ Version 4.3.2 released on Sep 27, 2024 - Fixed visualization of 1D data and added a regression test. +- Updated javascript bindings to fix issues in glvis-js and pyglvis, and + add support for quadrature data visualization. + Version 4.3 released on Aug 7, 2024 =================================== From 2269e805ddff452eed1ecc19804ade170bac299e Mon Sep 17 00:00:00 2001 From: Tzanio Kolev Date: Fri, 27 Sep 2024 13:59:57 -0700 Subject: [PATCH 5/5] glvis-4.3.2 changes --- CHANGELOG | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 74182621..e781689b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,17 +15,17 @@ Version 4.3.2 released on Sep 27, 2024 - Fixed the Mac binary build in GitHub CI and provided a signed and notarized version for download from the website. -- Miscellaneous CI improvements including: generating image diffs for tests, - set `fail-fast: false` so that tests always run, rename artifacts to help - avoid confusion, code-cleanup/light refactoring. - - 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. -- Updated javascript bindings to fix issues in glvis-js and pyglvis, and - add support for quadrature data visualization. +- Miscellaneous CI improvements including: generating image diffs for tests, + set `fail-fast: false` so that tests always run, rename artifacts to help + avoid confusion, code-cleanup/light refactoring. Version 4.3 released on Aug 7, 2024